LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to boot External USB drive in grub prompt? (https://www.linuxquestions.org/questions/linux-general-1/how-to-boot-external-usb-drive-in-grub-prompt-454341/)

rajarishi 06-13-2006 08:56 AM

How to boot External USB drive in grub prompt?
 
how to boot from External USB drive in RedHat Linux 9.0 GRUB prompt?
Already i have installed Linux in External USB drive. But i cann't boot from that drive.

Thanks for Reply,

weibullguy 06-14-2006 04:27 AM

The GRUB manual explains how to do this. Basically, tell GRUB where it's root is:

root (hd0,0)

Then tell GRUB where the kernel is:

kernel /debian/boot/vmlinuz-2.6.15-1-486 root=/dev/hdb2

Then tell GRUB where the initrd (if you use one) is:

initrd /debian/boot/initrd.img-2.6.15-1-486

Then tell GRUB to boot:

boot


All times are GMT -5. The time now is 03:27 PM.