Maciej Szeptuch

Results 34 comments of Maciej Szeptuch

Managed to hit it myself finally, I think. And fixed that with https://github.com/Neverous/efibooteditor/commit/f5cfe62a4e2df6f9ebb983ac6208f664abfb089c . You should be able to test with build from https://github.com/Neverous/efibooteditor/releases/tag/latest, once [it builds](https://github.com/Neverous/efibooteditor/actions/runs/10495653418). Or it will...

Can you share the dump before and after the change (`Help` -> `Dump raw EFI data`)? and maybe after the same change is introduced with efibootmgr. As far as I...

None are really guaranteed to work (see [INSTALL](https://github.com/Neverous/efibooteditor/blob/master/INSTALL.md#pre-built-packages)), best to build from source but I would try `*-windows-2022-qt-6.*-MSVC.msi` - this one is also published to [winget](https://github.com/Neverous/efibooteditor/blob/master/INSTALL.md#winget)

Checking the `Key*` entries in your dump, it seems the BIOS on this device stores some additional data in them (like on-screen message? `Launching the Startup Interrupt Menu`) that's not...

This should be "fixed" (worked around really), since 1.5.1. Feel free to reopen if otherwise.

Interesting. Must have an issue with reading this partition's information somehow. Can you run `diskpart.exe` and in it `list volume` and share the outputs? Btw. I'm quite sure the UEFI...

> The drive where Linux is installed is a 60 GB drive that does not show up in diskpart That's not good then, that means that the Windows doesn't really...

I think I'm hitting [similar issues](https://github.com/Neverous/efibooteditor/actions/runs/4908677336/jobs/8925055738#step:12:236) or at least issues with hdiutil: `hdiutil: create failed - No child processes` and the newest image didn't help really :cry: Runner image: ```...

I get the same thing in macos 12: https://github.com/Neverous/efibooteditor/actions/runs/4908677336/jobs/8925056030#step:12:232 and 11: https://github.com/Neverous/efibooteditor/actions/runs/4908677336/jobs/8925056236#step:12:232 and they go through fine so I would guess that it doesn't, but Ill see If I can...

Yeah, the rpath error is just that both macdeployqt and CPack generator that I use to make the final package are trying to adjust rpaths, and both have no option...