From owner-freebsd-stable@FreeBSD.ORG Fri Jan 30 06:15:30 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DEB16A4CE for ; Fri, 30 Jan 2004 06:15:30 -0800 (PST) Received: from chuggalug.clues.com (chuggalug.demon.co.uk [62.49.17.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88D043D6E for ; Fri, 30 Jan 2004 06:15:28 -0800 (PST) (envelope-from geoffb@chuggalug.clues.com) Received: from chuggalug.clues.com (localhost [127.0.0.1]) by chuggalug.clues.com (8.12.10/8.12.10) with ESMTP id i0UEAc3N022259 for ; Fri, 30 Jan 2004 14:10:38 GMT (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.12.10/8.12.10/Submit) id i0UEAcUt022258 for stable@freebsd.org; Fri, 30 Jan 2004 14:10:38 GMT (envelope-from geoffb) Date: Fri, 30 Jan 2004 14:10:38 +0000 From: Geoff Buckingham To: stable@freebsd.org Message-ID: <20040130141038.GB25530@chuggalug.clues.com> References: <20040120092347.GB149@chuggalug.clues.com> <20040120104554.GC149@chuggalug.clues.com> <20040121141252.GA33168@chuggalug.clues.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040121141252.GA33168@chuggalug.clues.com> User-Agent: Mutt/1.4.1i Subject: Re: cdboot, mfs_root and mount_cd9660 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 14:15:31 -0000 Just to answer my own query for the benefit of the archive. My problem was caused by DMA being enabled for atapi devices in /boot/loader.conf removing 'hw.ata.atapi_dma="1"' fixed all my woes. (This setting is not ther by default, i had picked it up from my laptop config). On Wed, Jan 21, 2004 at 02:12:52PM +0000, Geoff Buckingham wrote: > > I have now tried this with a 4.9 /boot and still see the same problem. > > I also added the atacontrol binary to my mfs_root and tried detachng the > ata channel with the cd re-attaching and re-initialising it. > > I still get the same invalid argument error. > > As I can't fix this with atacontrol can I assume the problem is with > the initialisation of the kernel by the loader rather than the loader > leaving the cd in a unknown state? > > How is the PXEboot which allows mount_cd9660 to work differ from a no > emulation cdboot? > > Moved to stable as I am now 100% 4.x (was using /boot from 5.2 before) > > > On Tue, Jan 20, 2004 at 10:45:54AM +0000, Geoff Buckingham wrote: > > On Tue, Jan 20, 2004 at 09:23:47AM +0000, Geoff Buckingham wrote: > > > > > > For reasons I wont bore people with, I am trying to produce a bootable CD > > > using /boot from 5.2 (minus kernel and modules) boot a 4.9 kernel and > > > mfs_root. > > > > > > This works fine however once booted trying to mount the iso9660 fs from the > > > CD produces the error: > > > > > > cd9660: /dev/acd0c: Invalid argument > > > > > > booting the same kernel and mfs_root bits from a 4.9 pxeboot via tftp I am able > > > to succesfully mount the same CD on the same hardware (DL 360 G1) > > > > > > Anyone know what I am doing wrong? > > > > Should add this is a no emulation boot. > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"