Boot GrubPrompt

From HORTS 1993
Revision as of 14:15, 23 June 2016 by Raj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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