Il lun, 2003-11-10 alle 16:16, Randal, Phil ha scritto: > > I downloaded the full set of Iso files, hat are now on my PC. > > How can I burn to a CD and make it bootable??? > > mount -o loop -t iso9660 yarrow-i386-disc1.iso <mountpoint> Hi. this should help: first, [root]# cdrecord -scanbus you should get something like this: Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jïrg Schilling Linux sg driver version: 3.1.24 Using libscg version 'schily-0.7' scsibus0: 0,0,0 0) 'TOSHIBA ' 'DVD-ROM SD-R2312' '1708' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * [root]# then, [root]# cdrecord -v -eject speed=4 dev=0,0,0 /yourpathtoisohere/yarrow-i386-disc1.iso where dev=x,y,z is the one on your on your machine (0,0,0 in my case). Of course you need cdercord for that :). ciao. ang