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 ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: Tips]] | [[Category: Tips]][[Category: Rajkumar]] | ||
If you are stuck with grub prompt... | If you are stuck with grub prompt... |
Latest revision as of 14:15, 23 June 2016
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