Skip to content
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

Fix Solus #17

Open
probonopd opened this issue Feb 22, 2017 · 2 comments
Open

Fix Solus #17

probonopd opened this issue Feb 22, 2017 · 2 comments

Comments

@probonopd
Copy link
Owner

Solus does not work anymore.

@probonopd
Copy link
Owner Author

probonopd commented Feb 25, 2017

According to this, the following

kernel /boot/kernel
append initrd=/boot/initrd.img root=live:CDLABEL=SolusLiveBudgie ro rd.luks=0 rd.md=0 quiet splash

should work. ("It's a "LiveOS" CD, basically a lot like the Fedora CD, as we use Dracut.")

@probonopd
Copy link
Owner Author

probonopd commented Feb 25, 2017

This is what SystemImageKit currently writes:

menuentry "Solus-2017.01.01.0-Budgie.iso - livemedia-creator 1" --class fedora {
        iso_path="/boot/iso/Solus-2017.01.01.0-Budgie.iso"
        search --no-floppy --file ${iso_path} --set
        live_args="for-dracut --> iso-scan/filename=${iso_path} selinux=0 rd.live.deltadir=/run/initramfs/isoscan/boot/deltadir rd.live.user=me rd.live.host=host vconsole.keymap=de locale.LANG=de_DE.UTF-8 max_loop=256"
        custom_args=""
        iso_args="initrd=/boot/initrd.img root=live:CDLABEL=SolusLiveBudgie ro rd.luks=0 rd.md=0 quiet splash --"
        loopback loop ${iso_path}
        linux (loop)/boot/kernel ${live_args} ${custom_args} ${iso_args}
        initrd (loop)/boot/initrd.img /boot/iso/additional-initramfs/initramfs
}

I can also delete the custom parts like this:

menuentry "Solus-2017.01.01.0-Budgie.iso - livemedia-creator 1" --class fedora {
        iso_path="/boot/iso/Solus-2017.01.01.0-Budgie.iso"
        search --no-floppy --file ${iso_path} --set
        live_args="for-dracut --> iso-scan/filename=${iso_path} selinux=0"
        custom_args=""
        iso_args="initrd=/boot/initrd.img root=live:CDLABEL=SolusLiveBudgie ro rd.luks=0 rd.md=0"
        loopback loop ${iso_path}
        linux (loop)/boot/kernel ${live_args} ${custom_args} ${iso_args}
        initrd (loop)/boot/initrd.img
}

Getting

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant