From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 22 14:00:10 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 727251065672 for ; Wed, 22 Sep 2010 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7DE8FC14 for ; Wed, 22 Sep 2010 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8ME09R6059485 for ; Wed, 22 Sep 2010 14:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8ME09mH059468; Wed, 22 Sep 2010 14:00:09 GMT (envelope-from gnats) Date: Wed, 22 Sep 2010 14:00:09 GMT Message-Id: <201009221400.o8ME09mH059468@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mij Cc: Subject: Re: bin/140972: sysintall(8): 8.0-RELEASE-i386-memstick Fixit broken - No USB devices found! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mij List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 14:00:10 -0000 The following reply was made to PR bin/140972; it has been noted by GNATS. From: Mij To: bug-followup@FreeBSD.org, 4548bfb0@razorfever.net Cc: Subject: Re: bin/140972: sysintall(8): 8.0-RELEASE-i386-memstick Fixit broken - No USB devices found! Date: Wed, 22 Sep 2010 15:42:42 +0200 A tip for ZFS users: - like some other users, the "Re-scan devices" trick didn't help for me - I insisted on this problem just because Fixit kicked just fine on the virgin system, and stopped working (same image) after it was installed - a clue in my case was the appearance of a stray "Open_Disk(" in the first curses screen (Country Selection) of sysinstall - the USB drive was actually detected as da0 Based on this, if you interrupt loader, enter its CLI, and pre-load the ZFS modules, the "Open_Disk(" string will disappear and you'll get back Fixit: OK load /boot/kernel/opensolaris.ko OK load /boot/kernel/zfs.ko OK boot I could not figure out why sysinstall is confused by the presence of the ZFS drive (which is ad6, or ada0 if ahci would be loaded).