无法使用 UNetBootin 安装 Ubuntu

Luc*_*125 3 ubiquity 11.04 unetbootin system-installation

我曾多次尝试使用 UNetBootin 在我的笔记本电脑(WinXP、Intel x86)上自己的分区上安装 Natty,但总是失败。

有一个对话框:

Failed to unmount partitions

The installer needs to commit changes to partition tables,
but cannot do so because partitions on the following could
not be unmounted.

/cdrom

Please close any applications using these mount points.

Would you like the installer to try to unmount these partitions again?
Run Code Online (Sandbox Code Playgroud)

如果我点击“继续”,Ubiquity 就会挂断,也就是说,幻灯片将永远播放。我没有内置光驱,我目前没有使用任何外围设备。

我试过sudo umount /cdrom它说cdrom很忙。然后该命令fuser /cdrom返回“陈旧的 NFS 文件句柄”。

我该如何解决这个问题来安装 Ubuntu?

小智 5

我也花了几个小时试图解决这个问题,即使我的问题不是从 UNetBootin 开始的。但是我得到了相同的结果:安装程序刚刚退出并说无法卸载 /cdrom

最后在https://help.ubuntu.com/community/Installation/FromLinux找到了正确的解决方案

具体来说,这样做:

注意2:替代使用“解决方法”,替代方法是通过擦除指定安装cdrom 的分区的行来修改文件/etc/mtab。这样内核就认为 /cdrom 没有挂载并且在安装 ubuntu 时不会显示建议。我认为这个程序比上一个注释中的程序危险性小。

在启动安装程序之前执行此操作。如果这不起作用,请在按下“立即安装”按钮之前尝试执行此操作。