First post, by popcalent
Hi all,
I downloaded Dos6.22.img from here [1] and burned the image into a floppy disk using:
sudo dd if=Dos6.22.img of=/dev/sdc bs=512 conv=fsync status=progress
However, when I try to boot from my 386 with this disk it says "Non-system disk or disk error". I tried booting the image file on dosbox using the BOOT command it boots fine. Am I doing something wrong when I use dd?
This is the output of dd:
$ sudo dd if=Dos6.22.img of=/dev/sdc bs=512 conv=fsync status=progress
1471488 bytes (1.5 MB, 1.4 MiB) copied, 162 s, 9.1 kB/s1474560 bytes (1.5 MB, 1.4 MiB) copied, 162.434 s, 9.1 kB/s
2880+0 records in
2880+0 records out
1474560 bytes (1.5 MB, 1.4 MiB) copied, 177.923 s, 8.3 kB/s