Grub

From Linuxintro
Revision as of 16:20, 31 October 2010 by imported>ThorstenStaerk

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