User Tools

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
install_gentoo_raid1 [2025/06/22 04:22] – [How to create Gentoo system disks with RAID1 hard drive setup] normaninstall_gentoo_raid1 [2025/10/02 12:05] (current) – external edit 127.0.0.1
Line 60: Line 60:
  
 ====== Add LVM and RAID support at boot time ====== ====== Add LVM and RAID support at boot time ======
 +genkernel is** Deprecated**  Use sys-kernel/installkernel instead.
 +
 <code> <code>
-genkernel --lvm --mdadm --install initramfs+<del>genkernel --lvm --mdadm --install initramfs</del>
 </code> </code>
  
Line 81: 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>