washer wrote on 2023-05-29, 18:34:
What would be the best way to prep it for DOS install? Or is there any possible way to emulate a computer and install DOS to a partition on say the CF card? So it would be ready to just pop in? Since I don't have the floppy drive?
As progman.exe was saying I could copy the install files over to the HDD? Then when it would run to boot from HDD would it simply run the installer as of it were a disk? Or how does all that work?
I haven't worked with DOS and a computer without a CD boot option in years so I can't really remember how everything works, especially without having the floppies.
Once the laptop HDD is DOS system formatted, I think you could copy all the contents of every DOS install floppy into one directory, eg \dosinst . Boot the laptop, cd dosinst, and run probably setup.exe. As long as the DOS installer doesn't force you to format the HDD (a very long time since I have done a DOS install) then I hope just installing from c:\dosinst into c:\dos would just work.
Same kind of process for installing Windows, copy all files into \wininst. Run setup.exe in that dir once DOS is properly installed.
BTW is Win2k in \winnt or \windows? If \windows then the madman may well have done a 9x upgrade to 2k, because I am pretty sure win2k defaulted to \winnt with a fresh install.
How rare are the floppy drives for that gen of Tosh? And how reliable today? From a picture on the web of the laptop's left, in front of the COM port is the port for the floppy. I would go for nearly anything other than actual physical floppies, but I am probably some kind of retro-heathen 😀 .... And from a light Googling it seems the CDROM itself can be swapped out for a floppy drive.
But my USB to IDE gadget has been very useful over the years, one of these but without a SATA port https://i.ebayimg.com/images/g/ZfQAAOSwbkJiEnU5/s-l500.jpg
I would maybe image the HDD to a file on my Linux desktop. Loopback mount the image file, partition and format to be cool for DOS, mount the DOS partition and copy in files for installing Windows. Attach the raw disk image file to a VM and do the install of DOS (hopefully dodging a format, else the win install files will need copying again), using a VM's ability to work with floppy disk images. Then put the image back on the HDD. HDD back in laptop, bask in 90s glow.
I know the image work can be done on Windows, but I cannot help with which tools to use, sorry. I have qemu and PCEm right here, and PCEm would probably be better for DOS stuff, because it is more emulator than virtual machine.