User Controls
Installing an OS on my CF card (but i don't know what I'm doing)
-
2024-01-01 at 2:19 AM UTC
Originally posted by ⠀⠀⠀⠀⠀⠀ You have to fdisk and format both drives from the A-floppy after booting from the A-floppy. Just because the drive is recognized doesn't mean it's fdisk'd and formatted.
Well I'm not able to get anything to boot from a: yet so that's kind of fucking hard.
I'll fdick your mom. -
2024-01-01 at 3:35 AM UTC
-
2024-01-01 at 3:56 AM UTCalso old computers have limitation on the size of drives they can read.
capacity beyond X megs are off limits. -
2024-01-01 at 3:57 AM UTC
-
2024-01-01 at 4:21 AM UTC
-
2024-01-01 at 4:21 AM UTC
-
2024-01-01 at 4:26 AM UTC
-
2024-01-01 at 4:52 AM UTC
-
2024-01-01 at 4:52 AM UTC
-
2024-01-01 at 4:58 AM UTCiirc DOS will only install from letters reserved for floppy drives (A: or B:) and only to letters assigned to hard drives (C:, D:, E:) but haven't touched it since I was like 12
first thing I would try is to download a DOS iso (https://www.allbootdisks.com/download/dos.html)
write it to the CF card through the card reader using RUFUS (https://rufus.ie/en/) - you might need to mess around with flags
how big is the CF card? remember that MSDOS will only recognise FAT16, you can't use FAT32 or any of the newer filesystems -
2024-01-01 at 5:07 AM UTC
Originally posted by aldra iirc DOS will only install from letters reserved for floppy drives (A: or B:) and only to letters assigned to hard drives (C:, D:, E:) but haven't touched it since I was like 12
first thing I would try is to download a DOS iso (https://www.allbootdisks.com/download/dos.html)
write it to the CF card through the card reader using RUFUS (https://rufus.ie/en/) - you might need to mess around with flags
how big is the CF card? remember that MSDOS will only recognise FAT16, you can't use FAT32 or any of the newer filesystems
The CF card is 4gb which is what LGR said to use. Rufus won't write DOS. I FAT 16 is just FAT now. -
2024-01-01 at 5:17 AM UTCrufus should work fine so long as you put the settings in correctly, ie. MBR boot, BIOS boot, FAT16 filesystem
the options for windows/lunix distros and stuff are just there for convenience. last time I was making boot images rufus was the only thing for windows that would reliably write the entire image sector-by-sector (like lunix dd); most tools will create a default Windows boot configuration in the partition header and then copy the files over rather that copying the actual partition header from the image -
2024-01-01 at 5:20 AM UTCYour problem is you are still not using a proper bootable disk in the A drive. If you did, it would boot to the a: prompt so you could transfer the system to the D drive (which you still haven't formatted in the CMOS properly) using sys.com.
-
2024-01-01 at 7:56 AM UTCRufus will not let me select my USB floppy drive...
I'm going to bed but I'll dick with it more tomorrow. -
2024-01-01 at 8:20 AM UTC
-
2024-01-01 at 11:56 AM UTC
Originally posted by Fonaplats Rufus will not let me select my USB floppy drive…
I'm going to bed but I'll dick with it more tomorrow.
check the 'list usb harddrives' box, by default it hides drives that are more tthan 2GB or something so that you don't accidentally write an image to your system drive -
2024-01-01 at 12:18 PM UTC
-
2024-01-01 at 4:28 PM UTCPlease would anyone be willing to give me step by step idiot proof instructions on exactly how to write MDSOS 6.22 to a CF card?
-
2024-01-01 at 5:29 PM UTC
-
2024-01-02 at 3:47 AM UTCPut a floppy diskette in the a:drive
Go to a DOS prompt in Windows and type sys.com a:
Manually copy format.com, fdisk.exe and chkdsk.exe to the floppy.
Reboot the computer with the floppy in the a:drive
At the command prompt, type fdisk.exe [CFcard drive letter] ie: fdisk.com e:
At the command prompt, type format.com [CFcard drive letter] ie: format.com e:
At the command prompt, type chkdsk.exe [CFcard drive letter] ie: chkdsk.exe e: