dell_xps_15_9530
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dell_xps_15_9530 [2020/03/21 14:00] – ben | dell_xps_15_9530 [2021/08/27 07:40] (current) – ben | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| KDE defaults to letting the multimedia volume keys (Fn+F1/ | KDE defaults to letting the multimedia volume keys (Fn+F1/ | ||
| + | If there' | ||
| ==== Graphics ==== | ==== Graphics ==== | ||
| Line 138: | Line 139: | ||
| * Extend the zfs partition to fill the remaining space | * Extend the zfs partition to fill the remaining space | ||
| * Reboot and pray | * Reboot and pray | ||
| + | |||
| + | Kernel package installations run '' | ||
| + | |||
| + | Grub 2.02-r3 ships a version of '' | ||
| + | |||
| + | |||
| + | ====== Troubleshooting ====== | ||
| + | |||
| + | ===== Failure to boot from ZFS root ===== | ||
| + | |||
| + | Errors on startup about system not having been booted with systemd. This is a problem with the dracut initrd. | ||
| + | |||
| + | Manual boot: | ||
| + | * Edit grub kernel commandline to add '' | ||
| + | * At the prompt, run: <code bash> | ||
| + | zpool import rpool | ||
| + | zfs load-key rpool/root | ||
| + | # Enter encryption passphrase | ||
| + | mount -t zfs -o zfsutil rpool/root /sysroot | ||
| + | mount -t zfs -o zfsutil rpool/ | ||
| + | mount -t zfs -o zfsutil rpool/ | ||
| + | mount -t zfs -o zfsutil rpool/ | ||
| + | exit | ||
| + | </ | ||
| + | * After boot, regenerate the initrd <code bash> | ||
| + | dracut -f / | ||
| + | </ | ||
| + | |||
| + | 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 '' | ||
| + | # This: | ||
| + | ask_for_password \ | ||
| + | --tries 5 \ | ||
| + | --prompt " | ||
| + | --cmd "zfs load-key ' | ||
| + | # Should be: | ||
| + | ask_for_password \ | ||
| + | --tries 5 \ | ||
| + | --prompt " | ||
| + | --cmd "zfs load-key ${ENCRYPTIONROOT}" | ||
| + | </ | ||
| + | |||
| + | ===== NetworkManager not authorized to control networking ===== | ||
| + | |||
| + | * Ensure interactive user is a member of the '' | ||
| + | * Ensure polkit permits netdev group to control networkmanager (changes take immediate effect): <code javascript / | ||
| + | polkit.addRule(function(action, | ||
| + | if (action.id.indexOf(" | ||
| + | return polkit.Result.YES; | ||
| + | } | ||
| + | }); | ||
| + | </ | ||
| + | |||
| + | |||
dell_xps_15_9530.1584799247.txt.gz · Last modified: by ben
