Jean-Philippe Mengual wrote:
Hi,
I didn't know enough the livecd, but it's right it's exactly what I
want. So I'm going to use it. But I burned a RW CD, with:
cdrecord -v dev=ATAPI:0,0,0 -data lfslivecd-x86-6.1-2.iso
With a R CD, I get the same result: it doesn't work! Do I a mistake,
do I have to burn differently? Thanks for your help, sorry to ask here
the question, but I don't want to subscribe to livecd for a single
question.

Just some things to check:

First grab the md5sum, http://ftp.lfs-matrix.net/pub/lfs-livecd/lfslivecd-x86-6.1-2.md5sum and put that in the same directory as the iso, then run:

md5sum -c lfslivecd-x86-6.1-2.md5sum

Make sure that you get an OK message.

Then, here's the command I use for writing to a CD-RW

cdrecord -v dev=/dev/hdd blank=fast lfslivecd-x86-6.1-2.iso

Obviously you're specifying the device differently (if you want to know exactly the bus id of your CD device, try 'cdrecord -scanbus') and I don't ever specify '-data', I just let cdrecord figure out what settings it needs. It always works for me...

--
JH
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to