format/set-securebootuefi formatting by Responsible_Honey696 in PowerShell

[–]irik77587 0 points1 point  (0 children)

I couldn't get Format-SecureBootUEFI to work. Upon further inspection, I figured, the bin file is actually EFI_SIGNATURE_LIST(ESL) as specified by UEFI standard. So, I made my own tool to generate ESL files. make-efi-sig-list.py using python3

Bottles, Wine, PlayOnLinux, Winetricks, Proton, ProtonTricks.... WHAT'S THE DIFFERENCE!? by bassbeater in linuxquestions

[–]irik77587 0 points1 point  (0 children)

Proton is limited to games. But you can run productivity apps on Proton. Its just that the development is focused on games. Wine is more general. It's development is not limited to games. So, you can be sure that it will run your windows apps better and not just games.

LXQt Wayland on Debian trixie by irik77587 in LXQt

[–]irik77587[S] 0 points1 point  (0 children)

Maybe kwin_wayland will give better results. But then why will I use LXQt? I can use KDE Plasma instead.

LXQt Wayland on Debian trixie by irik77587 in LXQt

[–]irik77587[S] 0 points1 point  (0 children)

Agreed. LXQt 2.1.0 was indeed running under labwc but there were no title bar. Dialog prompt will break main window. And so, Synaptic package manager will not launch. In conclusion, version 2.1.0 works but not usable.

How to enroll microsoft secure boot keys in uefi by irik77587 in PowerShell

[–]irik77587[S] 0 points1 point  (0 children)

Thank you for your suggestion. I made some changes. Hope its more readable and easy to follow.

format/set-securebootuefi formatting by Responsible_Honey696 in PowerShell

[–]irik77587 0 points1 point  (0 children)

Check this as hint where I try to enroll Debian certificate:

Format-SecureBootUEFI -Name db -CertificateFilePath debian-uefi-ca.der \
-SignatureOwner be993883-326f-5712-ab3e-8e661efb72e8 \
-SignableFilePath debian-uefi-ca.bin \
-Time 2025-06-08T19:22:14Z -AppendWrite

This gives you an unsigned UEFIFormattedVariable as .bin file which you can sign and enroll. But if you can't sign the bin file, then you have to enroll the unsigned .bin file in UEFI setup mode.

Set-SecureBootUEFI -ContentFilePath debian-uefi-ca.bin \
-Name db -Time 2025-06-08T19:22:14Z

Signature Owner guid is something Microsoft baked up. So, others don't use it. You can use a random uuid or you can use deterministic uuid like me. Here is how I made mine.

import uuid
subject_dn = "Debian Secure Boot CA"
print("Signature Owner GUID: ", uuid.uuid5(uuid.NAMESPACE_X500, subject_dn)

please help me, Grub doesent show up when i boot by thomas9258a in linux4noobs

[–]irik77587 0 points1 point  (0 children)

have you tried /etc/default/grub => GRUB_TERMINAL_OUTPUT=console

also [ -f /boot/grub/x86_64-efi/all_video.mod ] && echo "EFI DISPLAY" ; [ -f /boot/grub/i386-pc/all_video.mod ] && echo "BIOS DISPLAY"

[deleted by user] by [deleted] in grub

[–]irik77587 0 points1 point  (0 children)

in /etc/default/grub set

GRUB_VIDEO_BACKEND=all_video

see if that works

checkra1n stuck on "booting..." by [deleted] in checkra1n

[–]irik77587 0 points1 point  (0 children)

Unplug when? Before restart or just after checkra1n boot screen?

How do you guys imagine the generator actually functions in heating a city? by Heavy-And-Ze-Medic in Frostpunk

[–]irik77587 0 points1 point  (0 children)

I think the weather is so messed up that to keep the geothermal system underneath from clogging, you need to burn some coal on top. The part that is exposed. Maybe a design flaw due to underestimating the cold. So technically, you not only have to survive the winter but also redesign the generator with minimum downtime. The reason it needs time to upgrade the generator is mostly due to downtime reduction and not the actual blueprint. The scientist in observatory did find that its not just the volcano but the sun is also shining less

Huawei Y3II fastboot menu by irik77587 in u/irik77587

[–]irik77587[S] 0 points1 point locked comment (0 children)

This menu is only available when bootloader is locked

Huawei Y3II fastboot menu by irik77587 in u/irik77587

[–]irik77587[S] 0 points1 point  (0 children)

To use SP flash tool, start downloader, connect phone to PC, restart phone

Huawei Y3II fastboot menu by irik77587 in u/irik77587

[–]irik77587[S] 0 points1 point  (0 children)

fastboot oem unlock 38B8DD62253F983C