Kanda Kumar V wrote:<br>
<br>
> I've tried installing the boot loader (the grub) into /dev/sda (my<br>
> external drive) and when i reboot after the installation finishes.. i'm<br>
> getting grub error 17. i can't boot from my external USB device... i've<br>
> set my boot priority in BIOS as 1. USB hdd <a href="http://2.cd/" target="_blank">2.CD</a> drive 3.internal disk(the<br>
> windows one)...<br>
><br>
> my external drive is an Western digital USB external HDD.<br>
<br>
Grub error 17 is "can't mount partition" (please post the error messages, we<br>
shouldn't have to go looking)<br>
<br>
Which makes one wonder if you really have grub pointing at the right<br>
device/partition.<br>
<br>
Regardless of whether /dev/sda really is the USB drive, there are a couple<br>
of other options.<br>
<br>
1) You probably can't boot from a USB device if usbstorage, and probably<br>
other modules aren't in the initrd image in /boot.  I can't begin to<br>
imagine how you make sure the right modules are there.<br>
<br>
2) You might try installing grub to the USB drive's partition superblock,<br>
rather than the MBR, and chaining from the internal drive's grub.  The<br>
entry in the internal drive's boot menu.lst would look like:<br>
<br>
title           USB Boot<br>
root            (hd1,0)<br>
makeactive<br>
chainloader     +1<br clear="all"><br><br>Hi Derek,<br><br>Sorry for not mentioning the error message. I tried installing again and yes it is /dev/sda is the usb drive. And as told you i installed grub in USB drive's partition superblock and it worked for me... Thanks a lot... i've been trying this for 5-6 time... as i'm very new to linux installation... that's why... <br>
<br>Thanks all for your support... i'm really very happy that i got to install ubuntu in my laptop..<br>-- <br>Thanks and Regards,<br>V.Kanda Kumar<br><br>