-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 26 failed to boot overlay #22
Comments
Thanks @c0b for analyzing this, do you know how to fix it? |
I think the root cause is the program
I am using the 2nd solution as workaround, it indeed works; I also need |
@probonopd as the workaround is figured out does work for fedora 26, do you want an update of this |
I'd happily accept a Pull Request, as long as it has enough |
PR welcome. |
with unmodified Fedora liveiso image, what I usually do is to append a special parameter
rd.break=pre-pivot
on grub command line, then the dracut initramfs image will break into a debug shell before pivot, then I can manually type in a few key commands from the01-liveoverlayfs.sh
like modprobe ... overlay, andmkdir /run/{sysroot,upper,work}
and the mount, quit the shell and dracut continues to boot up into a desktop with / mounted on top of overlayfs;this works for the past 25, 24, ... a few prior versions, but stops working on Fedora 26
it failed at this line
https://github.com/probonopd/SystemImageKit/blob/b44abfa/boot/iso/additional-initramfs/dracut-overlayfs-support/usr/lib/dracut/hooks/pre-pivot/01-liveoverlayfs.sh#L30
error is:
The text was updated successfully, but these errors were encountered: