User Tools

Site Tools


dell_xps_15_9530

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dell_xps_15_9530 [2020/04/18 18:59]
ben [ZFS root]
dell_xps_15_9530 [2020/07/18 10:00]
ben [Failure to boot]
Line 155: Line 155:
 exit exit
 </code> </code>
-  * After boot, regenerate the initrd+  * After boot, regenerate the initrd <code bash> 
 +dracut -f /boot/initramfs-genkernel-5.4.0-sabayon 5.4.0-sabayon 
 +</code>
  
 +Known issues:
 +  * Infinite loop of something complaining about system not having been booted with systemd, dbus error: Initramfs was built without systemd support, and needs rebuilding
 +  * Error that ''\'rpool/root\''' contains invalid characters and is not a valid filesystem name: ''/usr/lib/dracut/modules.d/90zfs/mount-zfs.sh'' contains errant single quotes, which need to be removed. Rebuild the initrd afterwards: <code bash>
 +# This:
 +                                ask_for_password \
 +                                        --tries 5 \
 +                                        --prompt "Encrypted ZFS password for ${ENCRYPTIONROOT}: " \
 +                                        --cmd "zfs load-key '${ENCRYPTIONROOT}'"
 +# Should be:
 +                                ask_for_password \
 +                                        --tries 5 \
 +                                        --prompt "Encrypted ZFS password for ${ENCRYPTIONROOT}: " \
 +                                        --cmd "zfs load-key ${ENCRYPTIONROOT}"
 +</code>
  
  
dell_xps_15_9530.txt · Last modified: 2021/08/27 07:40 by ben