We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-type ISOs (using dracut rather than casper) can now be ISO-loop-booted too:
http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=aef0f557910d73bf9a6b2a1bdf670135e4c4d152
It would be great if grml-rescueboot would pick up these automatically, too.
Since documentation is hard to find, this is a GRUB entry that works for me:
linux (loop)/isolinux/vmlinuz0 root=UUID=4935-13FB iso-scan/filename="/boot/grml/Fedora-19-Nightly-20130430.09-i686-Live-desktop-20130430.09-1.iso" rootflags=loop liveimg rootfstype=auto selinux=0 quiet rhgb
The text was updated successfully, but these errors were encountered:
@probonopd wasn't initrd needed from (loop)?
Sorry, something went wrong.
To make it work for Fedora and probably others UEFI-boot ISOs, I came up with the following snippet:
set iso=/home/bam/Downloads/Fedora-Silverblue-ostree-x86_64-31-1.9.iso search --file --no-floppy --set $iso loopback loop $iso configfile (loop)/EFI/BOOT/grub.cfg
No branches or pull requests
Fedora-type ISOs (using dracut rather than casper) can now be ISO-loop-booted too:
http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=aef0f557910d73bf9a6b2a1bdf670135e4c4d152
It would be great if grml-rescueboot would pick up these automatically, too.
Since documentation is hard to find, this is a GRUB entry that works for me:
linux (loop)/isolinux/vmlinuz0 root=UUID=4935-13FB iso-scan/filename="/boot/grml/Fedora-19-Nightly-20130430.09-i686-Live-desktop-20130430.09-1.iso" rootflags=loop liveimg rootfstype=auto selinux=0 quiet rhgb
The text was updated successfully, but these errors were encountered: