linux:grub2
Installation of Grub2
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
e) Disable UUID Check
/etc/default/grub >> “GRUB_DISABLE_LINUX_UUID=true”
e) Disable Splash Screen, edit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
linux/grub2.txt · Last modified: 2016/06/07 11:10 by admin