grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

Windows 10 boot without UEFI

Open alexfd opened this issue 2 years ago • 5 comments

Hello, I cannot find a working Windows 10 boot entry for menu.lst using grub4dos 0.4.4 without UEFI. Closest I can get is with:

find --set-root /iso/w10ltsc.iso
map /iso/w10ltsc.iso (0xff)
map (hd0) (hd1)
map --hook
chainloader (0xff)

It then proceeds to display a garbled screen and I have to reboot. This is a new USB stick using only one NTFS partition. The same entries above but this time using Windows 10 Pro iso gives me a BSOD with error code 0xc00000e9.

alexfd avatar Jan 05 '22 02:01 alexfd

grub4dos 0.4.6a is current version. https://github.com/chenall/grub4dos/releases/tag/0.4.6a

steve6375 avatar Jan 05 '22 09:01 steve6375

I have updated to latest, I still get the same issues. Do you have a working menu.lst to boot Win10 iso from usb stick?

alexfd avatar Jan 05 '22 11:01 alexfd

image image

Maybe you should try a retail WIndows ISO?

Also, you can boot to WinPE, but when WinPE is loaded, setup will not be able to find the files inside the ISO. So to INSTALL windows, you will first needed to load the ISO under WinPE as a virtual DVD drive, otherwise Windows will report a 'missing DVD device driver' message!

steve6375 avatar Jan 05 '22 12:01 steve6375

So you get this: image

steve6375 avatar Jan 05 '22 12:01 steve6375

and also you should use

map (hd0) (hd1)
map (hd1) (hd0)

to ensure first hdd is hd0 - otherwise the boot code will be placed on the USB MBR sector.

steve6375 avatar Jan 05 '22 12:01 steve6375