User Tools

Site Tools


linux:grub2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:grub2 [2016/06/06 16:05] adminlinux:grub2 [2016/06/07 11:10] (current) admin
Line 1: Line 1:
-**Grub2 documentation**+**Installation of Grub2**
  
 a) Chroot the filesystem \\ a) Chroot the filesystem \\
Line 6: Line 6:
 With check --recheck option With check --recheck option
 <code bash>grub-install --boot-directory=/boot/ --recheck /dev/sdd</code> <code bash>grub-install --boot-directory=/boot/ --recheck /dev/sdd</code>
-c) Update Grub Config (Fedora...)+c) Update Grub Config (Fedora...) \\
 <code bash>grub-mkconfig -o /boot/grub/grub.cfg</code> <code bash>grub-mkconfig -o /boot/grub/grub.cfg</code>
 d) Update Grub Config (Ubuntu...) d) Update Grub Config (Ubuntu...)
 <code bash>update-grub2</code> <code bash>update-grub2</code>
 +e) Disable UUID Check \\
 +<code bash>/etc/default/grub >> “GRUB_DISABLE_LINUX_UUID=true”</code>
 +e) Disable Splash Screen, edit /etc/default/grub \\
 +<code bash>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code>
 +to 
 +<code bash>GRUB_CMDLINE_LINUX_DEFAULT="quiet"</code>
linux/grub2.1465221948.txt.gz · Last modified: 2016/06/06 16:05 by admin