使用 rufus 制作可启动 USB 时出现一些身份验证问题
Some authentication problem while making bootable USB using rufus
在 windows 10 中,我正在尝试使用 USB 安装 ubuntu。为了制作可启动 USB,我使用了 rufus。
但是,即使我使用管理员帐户登录 Windows,也会出现身份验证问题。
这是来自 rufus 的日志。
Will reuse 'ldlinux.sys' and 'ldlinux.bss' from './rufus_files/rufus_files/syslinux-6.03/20171017/' for Syslinux installation
Format operation started
Requesting disk access...
Opened \.\PHYSICALDRIVE1 for exclusive write access
Requesting lock...
ABORTED: Cannot use an image that is located on the target drive!
\?\Volume{d0782feb-cabc-11e8-b19e-806e6f6e6963}\ was already mounted as D:\
Re-mounted volume as 'D:' after error
Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 8 GB, Sector size: 512 bytes
Cylinders: 979, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x1F76D35D
Drive has an unknown Master Boot Record
Partition 1:
Type: NTFS (0x07)
Size: 7.5 GB (8048869376 bytes)
Start Sector: 8192, Boot: No
Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 8 GB, Sector size: 512 bytes
Cylinders: 979, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x1F76D35D
Drive has an unknown Master Boot Record
Partition 1:
Type: NTFS (0x07)
Size: 7.5 GB (8048869376 bytes)
Start Sector: 8192, Boot: No
锁定时好像出了点问题。
我该如何解决?
ABORTED: Cannot use an image that is located on the target drive!
上面一行表示您正在尝试写入您的 ISO 所在的驱动器。这相当于把你坐的树枝锯掉了!
当然,如果您要应用的映像驻留在驱动器上,Rufus 无法擦除驱动器。
请记住,Rufus 总是 重新分区并重新格式化驱动器,因此您不能使用该驱动器中的任何内容,尤其是 ISO。
解决方案:将您的 .iso
文件移动到其他地方,而不是您尝试与 Rufus 一起使用的 USB 驱动器。
格式化 USB 并安装后 windows,格式化 USB 后出现问题!
USB 无法在 mp3 播放器、手机和汽车中检测到。
解决问题=>
打开 Rufus
在分区方案中选择“BIOS或UEFI的MBR分区方案”。
取消选择“创建可引导磁盘用法”
取消选择“创建扩展标签和图标文件”
点击“开始”格式化您的 USB。
在 windows 10 中,我正在尝试使用 USB 安装 ubuntu。为了制作可启动 USB,我使用了 rufus。 但是,即使我使用管理员帐户登录 Windows,也会出现身份验证问题。
这是来自 rufus 的日志。
Will reuse 'ldlinux.sys' and 'ldlinux.bss' from './rufus_files/rufus_files/syslinux-6.03/20171017/' for Syslinux installation
Format operation started
Requesting disk access...
Opened \.\PHYSICALDRIVE1 for exclusive write access
Requesting lock...
ABORTED: Cannot use an image that is located on the target drive!
\?\Volume{d0782feb-cabc-11e8-b19e-806e6f6e6963}\ was already mounted as D:\
Re-mounted volume as 'D:' after error
Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 8 GB, Sector size: 512 bytes
Cylinders: 979, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x1F76D35D
Drive has an unknown Master Boot Record
Partition 1:
Type: NTFS (0x07)
Size: 7.5 GB (8048869376 bytes)
Start Sector: 8192, Boot: No
Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 8 GB, Sector size: 512 bytes
Cylinders: 979, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x1F76D35D
Drive has an unknown Master Boot Record
Partition 1:
Type: NTFS (0x07)
Size: 7.5 GB (8048869376 bytes)
Start Sector: 8192, Boot: No
锁定时好像出了点问题。 我该如何解决?
ABORTED: Cannot use an image that is located on the target drive!
上面一行表示您正在尝试写入您的 ISO 所在的驱动器。这相当于把你坐的树枝锯掉了!
当然,如果您要应用的映像驻留在驱动器上,Rufus 无法擦除驱动器。
请记住,Rufus 总是 重新分区并重新格式化驱动器,因此您不能使用该驱动器中的任何内容,尤其是 ISO。
解决方案:将您的 .iso
文件移动到其他地方,而不是您尝试与 Rufus 一起使用的 USB 驱动器。
格式化 USB 并安装后 windows,格式化 USB 后出现问题!
USB 无法在 mp3 播放器、手机和汽车中检测到。
解决问题=>
打开 Rufus
在分区方案中选择“BIOS或UEFI的MBR分区方案”。
取消选择“创建可引导磁盘用法”
取消选择“创建扩展标签和图标文件”
点击“开始”格式化您的 USB。