Difference between revisions of "Grub"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 9: Line 9:
 
  grub> initrd /boot/initrd
 
  grub> initrd /boot/initrd
 
  grub> boot
 
  grub> boot
 +
 +
= See also =
 +
* [[booting from USB]]

Revision as of 16:20, 31 October 2010

reinstall grub

grub-install --recheck --no-floppy --root-directory=/path/to/root /dev/hda

determine entry to be booted next time

grub-reboot entry-number

grub's command line

grub> kernel /boot/vmlinuz
grub> initrd /boot/initrd
grub> boot

See also