$DiskLayout -eq 'BIOS'
Closed this issue · 1 comments
d0rdmid0nt commented
In Private/Set-DiskPartition.ps1:
if ($DiskLayout -eq 'BIOS') Run-Executable -Executable "$windir\System32\bcdboot.exe"
is wrong, it should be bcdedit.exe
BladeFireLight commented
bcdboot is commonly used when imageing it's simple for creating new BCD entries.
is there a specific scenario where this did not work for you?