| 24 Apr 2023 |
@elvishjerricco:matrix.org | it won't even try mounting /sysroot and friends because those go under initrd-fs.target instead of local-fs.target | 15:22:42 |
@elvishjerricco:matrix.org | * rescue won't even try mounting /sysroot and friends because those go under initrd-fs.target instead of local-fs.target | 15:22:56 |
@elvishjerricco:matrix.org | but btw a very convenient way to tell it "please just boot now" is systemctl default | 15:23:39 |
oddlama | hmm emergency is so early that my usb keyboard is not ininitialized 🫠| 15:24:34 |
@elvishjerricco:matrix.org | ah, yea that would be a reason to use rescue | 15:24:45 |
@lily:lily.flowers | In reply to @elvishjerricco:matrix.org the earliest possible shell would be rd.systemd.unit=emergency.target, since emergency mode literally only starts a shell by default I've had emergency.target do weird things, but I forget what exactly at the moment. When I want a shell that early I use emergency.service | 15:24:47 |
@elvishjerricco:matrix.org | get your kernel modules loaded | 15:24:48 |
@elvishjerricco:matrix.org | yea emergency mode really isn't meant to be manually targeted. It's really meant to be transitioned too in the event of boot failure | 15:25:34 |
@elvishjerricco:matrix.org | * yea emergency mode really isn't meant to be manually targeted. It's really meant to be transitioned to in the event of boot failure | 15:25:44 |
oddlama | that makes sense | 15:26:10 |
oddlama | is there a wiki page yet to collect some of this stuff? | 15:27:04 |
@elvishjerricco:matrix.org | not that I know of | 15:27:14 |
oddlama | Rescue works fine :) | 15:30:55 |
oddlama | Not sure why my sshd doesn't come up, systemd says it's started and exited, but there are no journal messages about any of it :/ | 15:31:55 |
@elvishjerricco:matrix.org | There's no reason that would come up on its own; you started it manually? | 15:32:48 |
oddlama | I just used boot.initrd.networking.ssh to configure it, and it is seemingly started before my zfs is unlocked | 15:33:44 |