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
See https://github.com/jclab-joseph/shim-cmdline-bug
When using chainloader in grub with Secure Boot ON, the value of cmdline (load_options) is broken.
cmdline: grub.cfg
search --file --set boot_root /linux.efi echo "boot_root: ${boot_root}" ls (${boot_root})/ if chainloader (${boot_root})/linux.efi console=tty1 rdinit=/bin/sh hello=world; then boot else echo "FAILED" fi
=> NO /proc/cmdline !!!
If look at it in hex, you may see some unknown garbage values.
=> GOOD /proc/cmdline !!!
git clone https://github.com/jclab-joseph/shim-cmdline-bug.git cd shim-cmdline-bug/ git lfs pull ./start.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://github.com/jclab-joseph/shim-cmdline-bug
When using chainloader in grub with Secure Boot ON, the value of cmdline (load_options) is broken.
cmdline: grub.cfg
SECURE BOOT ON
=> NO /proc/cmdline !!!
If look at it in hex, you may see some unknown garbage values.
SECURE BOOT OFF
=> GOOD /proc/cmdline !!!
Reproduce:
git clone https://github.com/jclab-joseph/shim-cmdline-bug.git cd shim-cmdline-bug/ git lfs pull ./start.sh
The text was updated successfully, but these errors were encountered: