linux:grub2
This is an old revision of the document!
Grub2 documentation
a) Chroot the filesystem
b) Install grub to boot devices /dev/sdd
grub-install --boot-directory=/media/raid/boot /dev/sdd
With check –recheck option
grub-install --boot-directory=/boot/ --recheck /dev/sdd
c) Update Grub Config (Fedora…)
grub-mkconfig -o /boot/grub/grub.cfg
d) Update Grub Config (Ubuntu…)
update-grub2
linux/grub2.1465221948.txt.gz · Last modified: 2016/06/06 16:05 by admin