Difference between revisions of "Software RAID GRUB Fix"
(Created page with "Fix Software RAID1 GRUB as root on booted system if GRUB is installed on /dev/sda: grub-install --modules=mdraid1x /dev/sdb update-grub /dev/sdb Also, confirm GRUB is insta...") |
(No difference)
|
Revision as of 20:52, 20 March 2019
Fix Software RAID1 GRUB as root on booted system if GRUB is installed on /dev/sda:
grub-install --modules=mdraid1x /dev/sdb update-grub /dev/sdb
Also, confirm GRUB is installed both drives:
dpkg-reconfigure grub-pc
Fix Grub booting not reading config:
vi /etc/default/grub
Add rootdelay=10 GRUB_CMDLINE_LINUX_DEFAULT to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet rootdelay=10"