Skip to content
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

efibootmgr output has changed, breaking the regex in get_efi_hd_boot_entry_info() #9

Closed
johnv-valve opened this issue Jul 16, 2015 · 1 comment

Comments

@johnv-valve
Copy link

In clonezilla-live-2.4.2-10-amd64, efibootmgr version 0-12.1 appears to have changed its output formatting and this breaks the regexes used by osc-functions:get_efi_hd_boot_entry_info().

efibootmgr version 11:

BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000
Boot0000* steamos   HD(1,800,f3800,b1a1b6ea-3938-4d00-be43-50f768c6f589)File(\EFI\steamos\grubx64.efi)

efibootmgr version 12:

BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000
Boot0000* steamos   HD(1,GPT,b1a1b6ea-3938-4d00-be43-   50f768c6f589,0x800,0xf3800)/File(\EFI\steamos\grubx64.efi)

Note the change from "800,f3800" in v11 to "GPT" in v12

stevenshiau added a commit that referenced this issue Jul 19, 2015
Bug fixed: efibootmgr >= 0.12 has newer output format. Thanks to
johnv-valve for reporting this
(#9).
@stevenshiau
Copy link
Owner

@johnv-valve,
Thanks for the bug report. It's fixed.

Steven.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants