xboxscene.org forums

Author Topic: Works Fine On Pc But Freezes On Boot Screen On Xbox  (Read 825 times)

PigFarker

  • Archived User
  • Newbie
  • *
  • Posts: 6
Works Fine On Pc But Freezes On Boot Screen On Xbox
« on: July 16, 2007, 07:39:00 PM »

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
Logged

CrunchBite

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 469
Works Fine On Pc But Freezes On Boot Screen On Xbox
« Reply #1 on: August 12, 2007, 03:33:00 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!

This post has been edited by Crunchbite: Aug 12 2007, 10:34 PM
Logged