Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

Raw warning when using floppy disks #38

Closed Tech-FZ closed 1 year ago

Tech-FZ commented 1 year ago

Yesterday, I tried to make a Windows 95 install tutorial. Everything fine with installing MS-DOS 6.22 except the raw warning but then, the CD drivers can't be installed, I suppose it's for this specific reason.

My specifications: OS: Windows 10 Pro x64, Version 21H2 Processor: Intel Core 2 Duo E8400, 2 cores, 2 threads, 3 GHz RAM: 12 GB DDR3-1066 Graphics card: NVIDIA GeForce GT 710 2 GB (MSI version) EmuGUI: 0.6.1 (Windows binaries) QEMU: 7.0

Reproduction: Just boot the VM with a floppy image inserted.

How a permanent fix could look like: We had the same problem with .raw hard disk images so I suppose we can apply the workaround from there with a few changes.

Tech-FZ commented 1 year ago

The issue is now hopefully solved.