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/04/18 18:59] – [ZFS root] 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 139: | Line 140: | ||
| * Reboot and pray | * Reboot and pray | ||
| - | ==== Failure to boot ==== | + | 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. | Errors on startup about system not having been booted with systemd. This is a problem with the dracut initrd. | ||
| Line 155: | Line 163: | ||
| exit | exit | ||
| </ | </ | ||
| - | * After boot, regenerate the initrd | + | * After boot, regenerate the initrd |
| + | 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.1587236384.txt.gz · Last modified: by ben
