From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 11:15:15 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 DFEC116A4CE for ; Thu, 30 Dec 2004 11:15:15 +0000 (GMT) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269B743D2D for ; Thu, 30 Dec 2004 11:15:15 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) iBUBFDbJ021576 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 30 Dec 2004 22:15:14 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])iBUBFCxP026984 for ; Thu, 30 Dec 2004 22:15:13 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id iBUBFCpO026983 for freebsd-stable@freebsd.org; Thu, 30 Dec 2004 22:15:12 +1100 (EST) (envelope-from pjeremy) Date: Thu, 30 Dec 2004 22:15:12 +1100 From: Peter Jeremy To: freebsd-stable@freebsd.org Message-ID: <20041230111511.GA26960@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: Problem mounting root from CD9660 on 4.x 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: Thu, 30 Dec 2004 11:15:16 -0000 I have a 4.10 system that I'm trying to build a bootable DVD for (for disaster recovery purposes). Whilst it boots OK, it won't mount root from the native ATAPI device but only off the SCSI emulation. Has anyone else seen this? The ISO image is built with mkisofs -b boot/cdboot -no-emul-boot -r -J -V MY_RELENG_4_10 -o foo.iso /home/root The relevant parts of the dmesg are: atapci0: port 0xfc00-0xfc0f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... acd0: DVD-R at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: cd present [2295104 x 2048 byte records] All the following root specifications failed with ENXIO: cd9660:/dev/acd0c cd9660:acd0 cd9660:acd0c but cd9660:cd0c worked. -- Peter Jeremy