FS#41097 - [systemd] 215 causes swtch_root to fail
Attached to Project:
Arch Linux
Opened by Curtis Shimamoto (WonderWoofy) - Saturday, 05 July 2014, 04:47 GMT
Last edited by Dave Reisner (falconindy) - Monday, 07 July 2014, 12:56 GMT
Opened by Curtis Shimamoto (WonderWoofy) - Saturday, 05 July 2014, 04:47 GMT
Last edited by Dave Reisner (falconindy) - Monday, 07 July 2014, 12:56 GMT
|
Details
Description:
systemd 215 makes system unbootable immediately after update. It does not make it out of the initramfs, as the switch_root fails. I think this may be because /etc/os-release is not symlinked to /usr/lib/os-release. Additional info: * systemd 215 * /etc/os-release Steps to reproduce: Update from systemd 214 to 215. Reboot. Watch failure. I was able to get my machine back up and running pretty easily. I booted into the archiso, then mounted my filesystem. All the changes to make a stateless system with 215 make me suspect it had something to do with things being moved to /usr, so I tried booting the system with systemd-nspawn. It complained about the lack of /etc/os-release. I manually symlinked /etc/os-release, but since I was booted into the archiso, I figured I would rebuild the initramfs as well to ensure that systemd 215 was also included there as well. So I am not entirely sure whether it is ultimately due to the mismatch between systemd versions in the initramfs or the lack or /etc/os-release or both. |
This task depends upon
Closed by Dave Reisner (falconindy)
Monday, 07 July 2014, 12:56 GMT
Reason for closing: Fixed
Additional comments about closing: systemd-215-2
Monday, 07 July 2014, 12:56 GMT
Reason for closing: Fixed
Additional comments about closing: systemd-215-2
Interestingly, I have another machine that worked just fine. So I am not entirely sure what might have gone awry with my laptop here. There is a thread about this on the forums though... maybe more interesting info might arise.
https://bbs.archlinux.org/viewtopic.php?id=183796
There was also a message to [arch-general] within the past couple of hours.