First post, by psaez
Hi, I wanna share a way to install MS-DOS 6.22 into a computer without using floppy disks. You will need a CD/DVD drive. I'm also installing Windows 3.11 in this guide, as I usually install it above DOS 6.22 on my retro systems, but it is completly optional.
Requisites:
- FAT16 partition with up to 2GB on your hard disk.
- CD/DVD drive
- Bootable CD with a DOS6.22 bootable floppy disk image generated with UltraISO. You must put the DOS and Win311 installation folders also in the CD. You can put also useful tools like xfdisk.
- UltraISO (or any sofware capable of creating a bootable CD with a bootable .img file and also allowing to put more folders into the project before buring it into a CD)
Steps to create Bootable CD with DOS.622 bootable floppy disk image:
1º Install UltraISO
2º Get a DOS6.22 bootable floppy disk image (a bootable .img file)
3º Get DOS install disks, usually four .img files, and unzip them. Create a folder called DOS that will contain all the install files. Copy the content from disk1, disk2 and disk3 folders into the DOS folder, without subfolders. This is to avoid the install process to ask for changing the disk. Move the disk4 folder inside DOS folder. Disk4 folder is an optional disk with some usefull software like DOSSHELL.
4º Get Windows 311 install disks and create a single install folder doing the same process than the 3º step. Copy all the install disks content into a single folder caled W311.
5º Open UltraISO and select File/New/Bootable CD DVD image. Then select the DOS6.22 bootable floppy disk .img file of step 2.
6º Move the DOS and the WIN311 install folders with all the install files to the root folder of your recently created UltraISO Bootable CD DVD project.
7º OPTIONAL: Create a folder with useful tools like XFDISK. You can use it to create your partitions before installing OS and creating dual boot systems.
8º Burn the CD
Steps to install DOS and WIN3.11:
1º Insert bootable CD with DOS622 bootable image and DOS622 and Win311 installation folders. The system think that the CD is the floppy disk and the installation proccess will be able to finish correctly. After booting, it will tell you which letter is the CD unit. Go to that CD unit.
2º Install DOS6.22 from the CD
3º (optional) Install DOS6.22 Disk4 for utils (dosshell, etc...)
3a -> cd disk4
3b -> setup c:
4º Copy W311 installation folder to a folder in C:
4a -> md WIN311 (in c)
4b -> copy *.* c:/WIN311 (in windows 3.11 folder)
5º Remove the CD, reboot system and Install W311 from the c:/WIN311 copied folder, not from the CD, to avoid issues during install.
Done!