User Tools

Site Tools


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

e) Disable UUID Check

/etc/default/grub >>GRUB_DISABLE_LINUX_UUID=true
linux/grub2.1465222045.txt.gz · Last modified: 2016/06/06 16:07 by admin