xboxscene.org forums
OG Xbox Forums => Software Forums => Windows on Xbox => Topic started by: my_darxide on June 20, 2005, 11:15:00 PM
-
i cannot get windows 98se to recognize the dvd drive. i have tried to change the 98.sh file to what was in a post to fix this prob:
#!/bin/bash
echo Loading Windows Me... -m.e
sudo /mnt/fatx/f/qemu/qemu -L /mnt/fatx/f/qemu/ -m 24 hda /mnt/fatx/f/win98.img -cdrom /dev/cdrom -enable-audio -full-screen
but then windows wouldn't even launch from xdsl. then i realized im a retard (or just a noob) and that the 98.sh file wasn't pointing to the right files so i changed it to this:
#!/bin/bash
echo Loading Windows 98... -m.e
sudo /cdrom/qemu/qemu -L /cdrom/qemu/ -m 24 -hda /cdrom/win98.img
-cdrom /dev/cdrom -enable-audio -full-screen
but it still didn't launch windows and said something about -cdrom not a valid command. do i need to have linux recognize the dvd drive first and how do i do that (sorry like i said I'm a linux noob)? or am i doing something else wrong?
-
#!/bin/bash
echo Loading Windows 98... -m.e
sudo /cdrom/qemu/qemu -L /cdrom/qemu/ -m 24 -hda /cdrom/win98.img -hdb /dev/hdb -enable-audio -full-screen
Worked for me, but people say it dosent work for them. I have a smsung SDG-605B drive. I dont know if that makes a differce but this idid work for me and i shit you not.
-
still no luck now it comes up w/ this error message:
cannot mount hd image /dev/hdb
is there something in XDSL that i hve to do?
-
ok i figured out the prob w/ the 98.sh filebut win still shows no dvd drive in my copmuter and it isnt detected by add hardware any ideas?
-
you have to mount ur /cdrom/ first, and a cd must be inserted
use the file explorer program to mount it, right click on cdrom, then go to mount