From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DspKJ-0006dC-Ks for qemu-devel@nongnu.org; Wed, 13 Jul 2005 18:03:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DspJ1-0006Cu-Hc for qemu-devel@nongnu.org; Wed, 13 Jul 2005 18:02:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DspIp-0006AX-MW for qemu-devel@nongnu.org; Wed, 13 Jul 2005 18:02:03 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DspGf-00069v-FS for qemu-devel@nongnu.org; Wed, 13 Jul 2005 17:59:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] hda not found (amd64 host+guest) Date: Wed, 13 Jul 2005 22:51:25 +0100 References: <200507131624.37682.tguettler@tbz-pariv.de> In-Reply-To: <200507131624.37682.tguettler@tbz-pariv.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200507132251.26410.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas =?iso-8859-1?q?G=FCttler?= On Wednesday 13 July 2005 15:24, Thomas G=FCttler wrote: > Hi, > > I want to boot an external USB2 harddisk on amd64. Host > and guest are amd64. > > root@foo# qemu-system-x86_64 -k de /dev/sdb > > Grub starts fine. In grub the image is visible: > > grub> find /etc/HOSTNAME > (hd0,1) (SuSE9.3) > > I boot the system, initrd starts fine, but > it can't find /dev/hda2 (or hda at all). Probably you don't have the correct IDE drivers in the initrd. Paul