-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Sir,
I have downloaded the newest weesetup from this link:
https://github.com/chenall/grubutils/releases/download/latest/grubutils.7z
And I've created a bootable USB drive using this command line under Windows 10 x64:
weesetup.exe --verbose --script=myscript.txt --force --device=(hd3)
The contents of myscript.txt are:
title Load grub4dos
find --set-root /grldr
/grldr
Unfortunately, the resulting USB drive cannot boot a computer with Asrock P4i65G board (bios v1.40). It shows "grub4dos" at the top of the screen and hangs :(
I've also tried running this command line on the same USB drive:
weesetup.exe --verbose --script=myscript.txt --wee=wee63.mbr --force --device=(hd3)
The file named "wee63.mbr" was downloaded from this link:
https://github.com/chenall/grubutils/releases/download/2016-01-31/wee63.zip
And, bingo! the resulting USB drive DOES boot correctly with Asrock P4i65G board!
But why? Why is the wee63 mbr code from 2016 working fine, but the code from 2022 doesn't work at all? What has changed??
Kind regards.