Hi Ingo et. al.
I have problems with setting up qemu. Can you please give some advice? Do I make a mistake here? Or is there a bug in PanQemu?
My goal was to set up a lean MS-DOS 5.0 or 6.2 or freedos environment for testing the HP 200LX Connectivity Pack under QEmu instead of DOSBox, where it has some problems.
But I cannot install DOS on the HDD image, no matter what I try. After preparing the partition table of the HDD image, qemu's BIOS always tries to boot from the HDD instead of using the floppy or CD-ROM image, and then reports that it doesn't find an OS or an MBR signature.
I did the following:
1. attempt with FREEDOS:
- Deleted qemu's appdata folder, to make sure there's no old config that prevents correct function
- Generated a 200MB HDD image named "/mnt/utmp/qemu/images/freedos.qcow2"
--> The generation is very fast and the resulting file is only 192.5kB. Is this a growing image, or may this be the source of my problem?)
- Configured qemu to use that HDD image
- Configured qemu to use the ISO image of the downloaded freedos installation medium /media/DATA/temp/fd11src.iso
- Launched qemu
--> qemu boots into the freedos installation routine.
- First installation steps executed, which apperently partition and format the HDD image to prepare OS installation (chose "Install to harddisk", then "f" to run fdisk, create a primary active FAT16 partition,l then quit fdisk)
- qemu reboots
--> error message:
Booting from Hard Disk...
partition signature != 55AA_
(seems like MBR is damaged. From here: How can I tell qemu to boot from the ISO image again?)
--> And if I wait a minute in that state, qemu doesn't let me quit; it's kind of crashed. If I try to close its window, the window manager says that the application is not responding. I have to kill qemu.
2. attempt with MS-DOS 5.0:
- Deleted qemu's appdata folder, to make sure there's no old config that prevents correct function
- Generated a 200MB HDD image named "/mnt/utmp/qemu/images/freedos.qcow2"
--> The generation is very fast and the resulting file is only 192.5kB. Is this a growing image, or may this be the source of my problem?)
- Configured qemu to use that HDD image
- Configured qemu to use the floppy image of my first MS-DOS 5.0 floppy disc) /media/DATA/temp/Dos5.0_disks/dos5_1.img
- Launched qemu
--> qemu boots into the MS-DOS 5.0 installation routine.
- First installation steps executed, which included "Allocate all free hard disk space"
- qemu reboots
--> error message:
Booting from Hard Disk...
Missing operating system_
(From here: How can I tell qemu to boot from the floppy image again?)
--> And if I wait a minute in that state, qemu doesn't let me quit; it's kind of crashed. If I try to close its window, the window manager says that the application is not responding. I have to kill qemu.
Suggestion (if it's not possible in a different way already):
Add an option to the GUI that forces qemu to boot from one of the configurable devices / images.