fix efistub bootloader to use backslashes#4231
fix efistub bootloader to use backslashes#4231h8d13 wants to merge 4 commits intoarchlinux:masterfrom
Conversation
|
Edit: The note is not applicable to kernel parameters. |
Right so try without the patch and then with it? I do not think you had the time to do so ? Are you actively testing changes ? Also did you look at linked issues ? Like we have never seen firmware quirks, and shouldn't respect the actual specification of provided example (because explicit is better than implicit :) ? The conversion works for |
|
You are correct, the note I mentioned does not apply to the kernel parameters like Relevant sections of the ArchWiki that support this change:
I have caught this before in the past but never submitted changes because I misunderstood the note. I also tested this same thing in the past but could not get it to work in my test environment. |
|
You can also also see it directly here: https://github.com/rhboot/efibootmgr/blob/main/src/efi.c#L330-L361 |
codefiles
left a comment
There was a problem hiding this comment.
Left some comments that are extremely minor. Good to be merged as is.
As seen in wiki example:
https://wiki.archlinux.org/title/EFI_boot_stub#efibootmgr
Was just wondering why
EFIstubnever worked to boot and found this :)#1431 #2684