User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
install_gentoo_raid1 [2025/06/22 09:32] – [Add LVM and RAID support at boot time] normaninstall_gentoo_raid1 [2025/06/22 09:35] (current) – [Install GRUB] norman
Line 83: Line 83:
  
 add RAID support at initial boot sequence add RAID support at initial boot sequence
-add <code>“domdadm rootfstype=xfs” to /etc/default/grub</code>+add <code>GRUB_CMDLINE_LINUX_DEFAULT="domdadm dolvm" to /etc/default/grub</code>
 (Gento): (Gento):
 <code> <code>
-GRUB_CMDLINE_LINUX="root=UUID=a5c783a2-2cb5-4480-8e61-860b503a4c05 rootfstype=XFS domdadm  dolvm"+GRUB_CMDLINE_LINUX_DEFAULT="domdadm dolvm"
 </code> </code>