Difference between revisions of "Grub"
From Linuxintro
imported>ThorstenStaerk (New page: = reinstall grub = grub-install --recheck --no-floppy --root-directory=/path/to/root /dev/hda) |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
= reinstall grub = | = reinstall grub = | ||
grub-install --recheck --no-floppy --root-directory=/path/to/root /dev/hda | grub-install --recheck --no-floppy --root-directory=/path/to/root /dev/hda | ||
+ | |||
+ | = determine entry to be booted next time = | ||
+ | grub-reboot ''entry-number'' |
Revision as of 05:44, 21 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