You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
appending to the kernel command line via editing the grub menu does no prevent the system from booting.
Actual Behavior
Appending to the kernel command line prevents the system from booting. grub exits with the error message: free magic is broken at 0x3cec8166: 0xcfc53e26 (actual addresses vary)
Reproduction Steps
Build a Container Linux image
run the generated coreos_production_qemu.sh script
when the grub menu appears, edit the first entry and append something to the linux command like (e.g. "aaaaaaaaaaaaaaaaaaaaa")
Press ^X to boot
observe free magic is broken at... message
Other Information
This was introduced with changing /boot to fat32. It may be a bug in our image creation or in grub itself.
It is present with our current alpha images, and in master. Sometimes the error message is repeated, especially when building off master, although that is probably coincidence.