Displaying 1 result from an estimated 1 matches for "64383cfe".
2012 Dec 27
4
problems with dracut mounting subvols
...ing you to a shell; the system will continue
dracut-pre-pivot[228]: Warning: *** when you leave the shell.
dracut-pre-pivot[228]: Warning:
[ 16.314849] systemd[1]: Starting Emergency Shell…
After a bit of snooping I found the dracut fstab suspicious:
dracut:/# cat /etc/fstab
/dev/disk/by-uuid/64383cfe-c31d-4d25-97c4-4e6b7e788b26 /sysroot btrfs subvol=root,ro 0
/dev/disk/by-uuid/64383cfe-c31d-4d25-97c4-4e6b7e788b26 /sysroot/usr btrfs subvol=usr,subvol=root,ro 1 2
Two mount options, mounting two subvols to the same mount point? Seems problematic. But even when I try what I think is correct fro...