Difference between revisions of "Boot GrubPrompt"

From HORTS 1993
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 ...")
 
m (1 revision imported)
(No difference)

Revision as of 14:09, 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