Ubuntu installation on USB pen drive- Error 17: cannot mount selected partition
September 5, 2008 4:58 pmI was able to install the latest Ubuntu on a 8GB USB stick drive following these simple instructions. Unfortunately, the instructions there are not complete.
After I attempted to boot into Ubuntu off the USB stick by changing the boot order (hit the F12 key at boot), I saw the Ubuntu boot menu. After selecting Ubuntu and starting it, I got this error:
“Error 17: cannot mount selected partition”
To fix this at the boot menu, edit the first line for the Ubuntu boot by pressing ‘e’, then press ‘e’ at the line “root (hd1,0)” and change it to “root (hd0,0)”. After changing the line, click ‘b’ to start the boot. It should start up Ubuntu off the USB flash drive.
To make this change permanent: After logging into Ubuntu, open a terminal and type
sudo vi /boot/grub/menu.lst
At the bottom after the section ## End Default Options ##
Find the Ubuntu boot menu items with “root (hd1,0)”, change them all to “root (hd0,0)”
Ubuntu, Web/TechRelated posts:
- fixing problems with Compiz on openSuse 11.1
- Adding terminator or gnome-terminal to desktop pop-up menu list
- openSUSE 11.1: How to install Nvidia video driver kernel module for Compiz
- reset or fix your terminal if corrupted by cat a binary file
- Getting around the XFCE login problem of a Karmic Xubuntu VMware VM


