Tiny Core Base > Corepure64

loading Corepure64 with GRUB2 and shim under secure boot UEFI

<< < (2/2)

patrikg:

--- Quote from: patrikg on May 16, 2023, 10:06:02 AM ---When installing Win11 you can disable the need of tpm and so on.
You can install this reg file if you can make some floppy or cd/dvd drive to get the reg file when installing.
You have to press <SHIFT><F10> to get to the command line in windows setup.
And then type in regedit D:\regfile.reg to import the keys.
File content:

--- Code: (ini) ---Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
--- End code ---

--- End quote ---

Sorry for missing one line:
cat bypass11.reg

--- Code: (ini) ---Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
--- End code ---

And you can do:

--- Code: (bash) ---mkisofs -o windows11bypass.iso bypass11.reg

--- End code ---
And think of the line endings to be correct as windows needs.
<CR><LF>
CHR(13);CHR(10)
0x0D 0x0A
I think you can use the dos2unix or more unix2dos utility to do the conversion.

--- Code: (bash) ---cat bypass11unix.reg | unix2dos > bypass11.reg
--- End code ---

shuly:
Hi, thank you for all the replies!
Sadly I don't have any control of the installed Windows (10) installation image, and TPM must be enabled. Currently I'm just targeting loading TinyCore (the smallest available in size) instead of Windows with GRUB and secure boot enabled, while I'm running as SYSTEM on the Windows machine. :/

Juanito:
If you search these forums on ventoy it appears to be able to load TinyCorePure64 on a secure boot system.

Juanito:
This might be useful: https://ubs_csse.gitlab.io/secu_os/tutorials/linux_secure_boot.html

..using a signed grub, but not kernel/initrd.

Navigation

[0] Message Index

[*] Previous page

Go to full version