CORRECTIONS TO MS-DOS 6.22 VM SETUP (or other MS-DOS version)
Actually if you got this to work, congrats; but,
in most cases you will find that step 11 and 12 will fail. The reason why is that changing the boot order to HD, CD, Floppy forces the VM to startup only with COMMAND.COM loaded on the C:\ drive. Since the A:\ drive (technically the MS-DOS ISO image) is not booted / loaded, all of the copies involved in step 11 will fail ...
It cannot see anything on drive A..
Here is the correct sequence of operations in it's entirety:
1. Download MSDOS 6.22 installer, as an ISO file, from here:
http://www.allbootdisks.com/download/iso.html
This is the trick, because trying to use floppy images was a nightmare.
2. Create a new VM and configure it for MSDOS.
In my case, I created a new VHD with 250 Mb and assigned 4 MB of RAM. -- Note: if you set at 4MB, you will get a warning dialog.
3. Configure the boot sequence to: CD, HD, Floppy
4. Connect the CD to the MSDOS 6.22 ISO image
5. Startup the VM. If Parallels ask you to connect an image file to the CD, do it again in that dialog.
6. After the VM starts, you will end with an A: drive, which is actually the CD with the MSDOS 6.22 ISO image.
7. Execute FDISK and create a primary DOS partition with all the size of the disk, or do whatever partition scheme you want.
8. Restart the VM. At A: prompt execute FORMAT C: /S
9. Stop VM
10. Restart VM
11. Execute all these commands:
cd C:
MD MSDOS
COPY A:\*.* .\MSDOS /v
COPY A:\CONFIG.SYS
COPY A:\AUTOEXEC.BAT
COPY A:\HIMEM.SYS
COPY A:\CD1.SYS
12. Stop the MS-DOS VM
13. Change the Boot Order from CD, HD, Floppy to HD, CD, Floppy
14. Restart the MS-DOS VM
You should now see the boot-up to the familiar C:\ prompt. I know, some of us dinosaurs are still alive and kicking ;-)
Click to expand...