Boot GrubPrompt
Revision as of 11:01, 1 March 2011 by Raj (talk | contribs) (Created page with "Category: Tips If you are stuck with grub prompt... * grub> set prefix=(hdX,Y)/boot/grub * grub> set root=(hdX,Y) * grub> insmod linux * grub> linux vmlinuz root=/dev/sdXY ...")
If you are stuck with grub prompt...
- grub> set prefix=(hdX,Y)/boot/grub
- grub> set root=(hdX,Y)
- grub> insmod linux
- grub> linux vmlinuz root=/dev/sdXY
- grub> initrd /initrd.img
- grub> boot