November 1, 2009 by jabapyth
Posted in

I used UNetBootin to install Karmic (Ubuntu 9.10) to my laptop, but I kept running into the error "Failed to unmount partitions"
The installer needs to commit changes to partition tables, but cannot do so becaue partitions on the following mount points 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?"
This is probably a result of me choosing the "install from Hard Drive" option in UNetbootin, and so I was about to give up, when I tried just unmounting ;)
Of course, ubuntu complained a bit, but when I used strong words (flags) with it, it complied. The command I used was
sudo umount -l -r -f /cdrom
which worked like a charm, and allowed installation to continue normally. NOTE: you can't use this method to install ubuntu to the partition from which you ran unetbootin...that just doesn't work.
- jabapyth's blog
- Login or register to post comments
Thanks!
Worked like a charm. I wonder why the unmount would fail when /cdrom isn't a cdrom--seems irrelevant to me.
In case anybody is interested, there is an open bug report:
https://bugs.launchpad.net/ubuntu/+source/base-installer/+bug/313452
I linked this site there as well.