From owner-freebsd-hackers Tue Aug 8 10: 1:51 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from bsa-1-as01-7-a46.gd.uol.com.br (bsa-1-as01-7-a46.gd.uol.com.br [200.197.118.46]) by hub.freebsd.org (Postfix) with ESMTP id E3E6237B7DE for ; Tue, 8 Aug 2000 10:01:43 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 16145 invoked by uid 1001); 8 Aug 2000 16:36:03 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Tue, 8 Aug 2000 13:35:41 -0300 To: freebsd-hackers@freebsd.org Subject: make release: how I do make it into a bootable cd? Message-ID: <20000808133541.B9262@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I know I should know better. Please do not flame me. Well, I did a good 1st make release on my little stable (cvsupped 07/08/2000) machine. I have disc[12] under cdrom. Everything looks fine. But .... (there is always a but) Does anyone have a 'burn the CD' cookbook? This is what I have so far (pretty obvious); of course, the same applies to disc2. 1) mkisofs -o disc1.iso -R -J disc1 - create a filesystem with RockRidge and Joliet extensions 2) cdrecord -v speed=s4 dev=something disc1.iso However, I have a few doubts: 1) What sort of device should I use? cdrecord -scanbus is not returning anything. I am trying to use an ATAPI recorder but I do not know what to use. Besides, what should I use for my cdrom reader? Trying /dev/acd0c for my recorder returns -- Cdrecord 1.9 (i386-unknown-freebsd4.1) Copyright (C) 1995-2000 Jörg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. --- I am running it as root. Odd. --- ahc0: port 0xb800-0xb8ff mem 0xe8040000-0xe8040fff irq 5 at device 9.0 on pci0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs acd0: CD-RW at ata1-master using PIO3 cd0 at ahc0 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device --- dmesg useful info --- FreeBSD Fedaykin.here 4.1-STABLE FreeBSD 4.1-STABLE #0: Sun Aug 7 14:13:58 BRT 2000 root@Fedaykin.here:/usr/obj/usr/src/sys/LIOUX i386 --- uname -a 1) (cont.) I could use burncd but I am bugged by the fact that I can't use cdrecord. :) The devices are a Sony CRX100 CDR and a Plextor Ultraplex 40max CDRom. 2) How do I make it a full-fledged FreeBSD bootable distribution CDRom? I mean, where do I get the el-torrito boot image? How do I make it use it and then run sysinstall seamlessly? Just like a disc1 from distribution. Well, FreeBSD distribution won't be comming to town anytime soon and I only have a 33.6K connection to the internet; therefore, this would really prove handy while I wait. Can I try the /boot/cdboot stuff or the floppies/boot.flp as a boot image? 3) Any tips to make it a complete distribution CDRom are welcome. Regards, Mario Ferreira ps: Looks like this belongs in, yet, another FAQ entry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message