-
Notifications
You must be signed in to change notification settings - Fork 99
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
Readable unicode kernel cmdline arguments #195
Comments
Mirroring downstream bug: https://bugs.debian.org/1055526 I want to say that previous versions of efibootmgr did something like
But 18-1 does
No flags are relevant, but
somehow yields
so..? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This command to create a Linux boot entry:
# efibootmgr --create --disk /dev/sda --part 1 -L LINUX --loader /vmlinuz-linux --unicode 'root=/dev/sda2 rw initrd=\initramfs-linux.img'
will output:
However, issuing
efibootmgr
again shows:which is an unreadable decoded format for the kernel cmdline.
The text was updated successfully, but these errors were encountered: