If PC-MOS is installed from floppy disk to hard disk after which the floppy disks are disabled, booting from the hard disk is no longer possible as the boot process becomes confused about the location of command.com. There's a long discussion over at https://github.com/stsp/dosemu2/issues/502, where it seems that although $MOS.SYS wants to open C:\COMMAND.COM, C: is no longer deemed valid as in the MOS BDB linked list the only drive is number '00'. This is the result:
If PC-MOS is installed from floppy disk to hard disk after which the floppy disks are disabled, booting from the hard disk is no longer possible as the boot process becomes confused about the location of command.com. There's a long discussion over at https://github.com/stsp/dosemu2/issues/502, where it seems that although $MOS.SYS wants to open C:\COMMAND.COM, C: is no longer deemed valid as in the MOS BDB linked list the only drive is number '00'. This is the result: