Installation of HAOS with Vbox in Windows 11

I just followed the installation instructions of Home assistant on windows 11
When run the Vbox I received a error
Can some one help me understand ?

The errors are in a format :
BLK0 : Alias(s) : PciRoot(0x0)…

Most likely you forgot to tell/set that it should use UEFI ( PciRoot(0x0) ), i haven’t read instructions for Vbox, because i would never use Vbox

So, either read upon VBox, or install VMware(much more stable, and no issues with USB-passthrough, or extending disks, and much easier, intuitive to use)( well, can’t say really as i’ve never tried VB :slight_smile: ) just to mention 2 issues people seems to have, with VBox

Also make sure your BIOS settings is correct , and that your ( BLK0 : Alias(s) : ) SSD is GPT
And make sure you don’t have Secureboot enabled in your Bios

So in short (BLK0 : Alias(s) : ) can’t find Disk or understand Disk references. ( PciRoot(0x0) ) refers to your UEFI Bios

Thanks a lot
I will check it !!