> Am 17.01.2025 um 10:46 schrieb Paul Dufresne via Freedos-devel > <freedos-devel@lists.sourceforge.net>: > > Ok, turns out that from there, I could press F2, to access virtual BIOS, > change boot order to boot from CDROM, then continue installation. > I guess it could means that in 1.3, the partition was not marked as active > and now it is?
The boot loader should have printed a "partition signature != 55AA" message in that case. However, it did not do this because of a regression in bootnorm.asm: https://github.com/FDOS/fdisk/blob/12633be160abaa087163ef53343fc96d1c4fbd81/source/fdisk/bootnorm.asm#L70 It compares with the signature of the relocated MBR (0:61FE) instead of the VBR (0:7DFE). I will prepare a fix and release FDISK 1.4.1 before RC2 comes out. Thanks for reporting! Bernd _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel