You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to boot freedos on hard disk image and use an iso file as a data drive. However, I encounter some strange behavior of the boot-order options. When both hard disk image and CD image are included. The hard drive boot entry will always be the last boot entry no matter the settings of boot order.
After more tests, it seems that if the CD image is include, the other two boot entry will be "disabled".
Order tables (with three entries both selected):
Description
boot_order
First
Second
Third
Hard Disk / CD / Floppy
0x132
CD
Floppy
hard disk
Hard Disk / Floppy / CD
0x312
Floppy (always fail)
CD
hard disk
Floppy / Hard Disk / CD
0x321
Floppy (always fail)
CD
hard disk
Floppy / CD / Hard Disk
0x231
Floppy (always fail)
CD
hard disk
CD / Hard Disk / Floppy
0x123
CD
Floppy
hard disk
CD / Floppy / CD
0x213
CD
Floppy
hard disk
disk image files (upload to mega.nz because file size exceeds GitHub limits)
The text was updated successfully, but these errors were encountered:
Oh man, this bug really bums me out. It seems that using all 3 boot media types at the same time makes the boot fail completely.
I don't know much about coding an emulator but I did take a look at .js files and couldn't find anything like a bug in parsing boot media configuration etc... maybe it's a bug in the BIOS?
@rwv did you make any progress? @copy what kind of bribe would tempt you to look into it - a beer, 6 beers, 24 beers? :D
I would like to boot freedos on hard disk image and use an iso file as a data drive. However, I encounter some strange behavior of the boot-order options. When both hard disk image and CD image are included. The hard drive boot entry will always be the last boot entry no matter the settings of boot order.
After more tests, it seems that if the CD image is include, the other two boot entry will be "disabled".
Order tables (with three entries both selected):
boot_order
0x132
0x312
0x321
0x231
0x123
0x213
disk image files (upload to mega.nz because file size exceeds GitHub limits)
The text was updated successfully, but these errors were encountered: