Jump to content
OGXbox.com

h0ly lag

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

h0ly lag's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This is really cool! How difficult would you say this was for you?
  2. I got this working with regular SATA drives under Windows. I decided to dig around a bit and look at how Windows references drives and such and the batch scripts aren't that heavy, however I was not able to edit them on account of my batch-foo level being too low. I noticed that it does a search for "USB" when it lists the drives to filter out your internal drives and whatnot. Realistically we should be able to use any drive we want, as we are just passing it off to QEMU to be used with the guest. So if someone could just edit the drive selection to properly leave out the USB part it should work with the batch scripts. I don't use Windows often at all anymore (had to use my wife's computer for this testing), so if someone else wants to give it a shot and let me know how it works for them that would be nice. Have Xboxhdm downloaded Navigate to "Xboxhdm2.3-USB\XboxHD" Open a command prompt (Shift + Right Click -> Open Command Window Here) and run this command: wmic diskdrive get model, name Should look like this: Output (The "USB" device that I'm using reads as an internal drive to Windows) Edit "launch.bat" and change "\\.\PhysicalDrive%1" to match the drive that we pulled from the commmand prompt. I will be using "\\.\PHYSICALDRIVE2" We can now save and run this batch file or run this command directly. qemu-system-i386w.exe -kernel kernel -initrd initrd.gz -hdb fat:..\HDD_files\ -hda \\.\PHYSICALDRIVE2 -append "load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=24000 rw root=/dev/ram pci=biosirq vga=0x317" After a few moments, qemu should launch and XboxHDM should begin booting. Once Xboxhdm is booted do a "fdisk -l" to make sure we see our disk listed as "/dev/hda"
  3. Interesting. I had been using the same cheap IDE adapter but maybe I will buy a startech to test. I never thought my Xbox was booting particularly slow though.

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.