PigFarker
Jul 17 2007, 02:03 AM
Win98 Boots up fine on my PC using QEMU, but when I put it on my xbox, the 98lite boot screen loads for a minute, then freezes. Any help? Here is my 98.sh file
#!/bin/bash
echo Loading Windows 98... -m.e
sudo /mnt/hda50/qemu/qemu -L /mnt/hda50/qemu/ -m 24 -hda /mnt/hda50/win98.img
Crunchbite
Aug 12 2007, 09:57 PM
The problem could be two things.
1. You are running the harddisk image off a mounted drive. (could be a problem because of the high data traffic)
2. The mounted drive may be read only(windows needs to be able to write to its drive during boot)
3. You are only giving windows 24MB of ram and it may ne trying to run a program that requires more.
Hope it helps!