Boot GrubPrompt

From HORTS 1993
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 ...")
(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