From owner-freebsd-questions@freebsd.org Sun Jan 17 11:04:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1089A6D3EF for ; Sun, 17 Jan 2016 11:04:19 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50F171E8B for ; Sun, 17 Jan 2016 11:04:18 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id u0HB47i0013910; Sun, 17 Jan 2016 22:04:08 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 17 Jan 2016 22:04:07 +1100 (EST) From: Ian Smith To: al plant cc: freebsd-questions@FreeBSD.org Subject: Re: help with making DVD install disc.. 11 In-Reply-To: <5697FA71.7020706@hdk5.net> Message-ID: <20160117211655.N93547@sola.nimnet.asn.au> References: <20160114171111.C93547@sola.nimnet.asn.au> <5697FA71.7020706@hdk5.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:04:20 -0000 On Thu, 14 Jan 2016 09:43:45 -1000, al plant wrote: > Aloha and Thanks Ian, > > My biggest problem is that I only have 2 working FreeBSD Desktops (FreeBSD 8) > currently and the DVD CD had to be changed and I cant get either to work with > burncd or DVD growisofs. > I am going to change the CDR/DVD components to see if I can get one of them > to burn a good disc with FreeBSD 11 or even 10.2 . > > I got Fiber optic service here on island last year and had to change some of > my boxes to work with the new network. > > Maybe I have to wait untill the FreeBSD 11 RELEASE comes out. I get big > media and in out errors when I try to create CD or DVD. > > Any ideas appreciated. I used burncd for years for backups and it never let me down but I haven't used any optical media for ages, beyond ripping audio CDs. Well, 10.3 doesn't look far off, and at least the later RCs should have packages for the DVD hopefully, early in March. Unless you specifically need some features from 11, 10.3 should be an extended support release, and upgrading to 11 from there should be straightforward anyway. I'm planning to update my stable/9 system to 10.3 sometime after the dust settles .. http://www.freebsd.org/releases/10.3R/schedule.html Otherwise, can your boxes boot from USB memsticks? I made a version of Darren Pilgrim's dvd1_to_memstick.sh that I've used successfully a few times, if that might be helpful. My adaptation was for 8.2-RELEASE, whose makefs had no -o label option as used in 9+, so I hardwired its /etc/fstab to boot from /dev/da0a. If your boxes are at 8.4 you could check makefs(8) for that option; if it was merged to 8.[34] then Darren's script should work for you as is. One advantage of that method is that you can have it pause in the middle to add/change anything you want to the unpacked dvd1.iso contents before proceeding to make the memstick image. Of course that's all moot for boxes too old to boot from USB devices .. cheers, Ian