That is a negative. This machine (BIOS/Firmware), no matter what I tried, requires a valid Partition Table with at least one valid entry or it won't recognize it at all, not including it in the list of devices to boot.mikegonta wrote:Here is a simple hello world boot sector with the same BPB to see if it will list and boot.
Of course the partition entry doesn't have to point to anything either. It simply has to have the first byte 80h, with the Sys_ID field non-zero. Period. I haven't tried it, but I could probably place some code at 0x1BE as long as the assembled bytes produced either 80h or 00h in the first byte of each entry, I bet it would find it bootable and list it.
Ben