Page 1 of 1

Burning Stardust.iso with cdrecord?

Posted: Wed Jul 21, 2004 11:11 pm
by mandoman
Not having luck burning the Stardust.iso (home version) with
Toast 6 on mac 10.3.4 that will read on my xbox (1.4 w/Samsung Drive)
using TDK 4x cd-rw media or Taiyo-Yuden CD-R media.

I figure I'll try 'cdrecord' (linux/unix command line).
Can someone please post the settings they usually use:
Ie burn speed, disc at once, burnproof on/off, etc?

Any recommendations on Media (type and brand)
I should use for a 1.4 xbox w/Samsung drive to burn this iso
that will work with either Toast 6 (mac) or cdrecord/dvdrecord (linux)?

Thanks,
mandoman

Posted: Fri Jul 23, 2004 12:27 pm
by nobspangle
samsung drive should be fine with any media.
I usually burn disc-at-once with burn-proof on

Posted: Fri Jul 23, 2004 6:19 pm
by mandoman
Thanks for the reply. Turns out the problem I am having is more likely
to do with the bios not loading correctly (no video), as posted in this thread:

viewtopic.php?t=1720

Looks like the Stardust.iso is just a standard UDF file, easily burned to disc afterall.
But I'm still having an issue with the Stardust/Cromwell.bios :(

Another question along a similar line. Does anyone know the mkisofs options that will create
xbox readable iso's?

Thanks,
Greg

Posted: Sat Jul 24, 2004 6:35 am
by ShALLaX
Yes, it does make xbox ISOs just fine. Thats how i roll Gentoox...

Code: Select all

#!/bin/bash
clear
echo "Gentoox Install CD (Stardust) ISO Maker"
echo "Making ISO..."
rm -rf /xxxxxx/ready/Stardust.iso
mkisofs -udf -r -o /xxxxxx/ready/Stardust.iso /xxxxxx/iso/
echo "Done"
As for your BIOS blues, go download the latest Gentoox loader from the doGĀ¶ =ads section.

Posted: Sun Jul 25, 2004 6:22 am
by mandoman
Thanks for the tips. I'm all set in the iso create and burn
department now!

Now I just need a simple command line perl script to rename files
to fatx format, not the bloated visual basic prog's I've seen
floating 'round... Anyone?

Thanks!
Greg