hi, test with: windows 10 x64 windows 11 x64 normal installation for windows 10 & 11 boot EFI in GPT. would it be possible to add to the documentation in Hidden OS system. you can not create an hidden OS when you use a EFI boot with partition in GPT. I have search ed everywhere, read and re-read everything and nothing was working. then I have take a look at the sources codes for version 1.26.7 mount.c // disable hidden OS creation for GPT system encryption if (bSystemIsGPT) { EnableMenuItem (GetMenu...
hi, test with: windows 10 x64 windows 11 x64 normal installation for windows 10 & 11 boot EFI in GPT. would it be possible to add to the documentation in Hidden OS system. you can not create an hidden OS when you use a EFI boot with partition in GPT. I have search ed everywhere, read and re-read everything and nothing was working. then I have take a look at the sources codes for version 1.26.7 mount.c // disable hidden OS creation for GPT system encryption if (bSystemIsGPT) { EnableMenuItem (GetMenu...