Difference between revisions of "Boot GrubPrompt"
Jump to navigation
Jump to search
(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 ...") |
(No difference)
|
Revision as of 11:01, 1 March 2011
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