From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sterling Windmill Subject: Fwd: freebsd 7.0 32-bit won't boot with kvm scsi Date: Wed, 15 Oct 2008 20:47:08 -0400 (EDT) Message-ID: <1520358211.601224118028913.JavaMail.root@mail.ampx.net> References: <144281855.921222866354878.JavaMail.root@mail.ampx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.ampx.net ([208.64.38.105]:51682 "EHLO mail.ampx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752901AbYJPArL (ORCPT ); Wed, 15 Oct 2008 20:47:11 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ampx.net (Postfix) with ESMTP id 01FCAC186A5 for ; Wed, 15 Oct 2008 20:47:10 -0400 (EDT) Received: from mail.ampx.net ([127.0.0.1]) by localhost (mail.ampx.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZTZ6ED40UmQm for ; Wed, 15 Oct 2008 20:47:09 -0400 (EDT) Received: from mail.ampx.net (mail.ampx.net [208.64.38.105]) by mail.ampx.net (Postfix) with ESMTP id F29B1C18679 for ; Wed, 15 Oct 2008 20:47:08 -0400 (EDT) In-Reply-To: <144281855.921222866354878.JavaMail.root@mail.ampx.net> Sender: kvm-owner@vger.kernel.org List-ID: Is there a bugzilla I can post this issue to? I'm still unable to get freebsd 7.0 booting after install with if=scsi on kvm-77 Thanks in advance, Sterling Windmill ----- Forwarded Message ----- From: "Sterling Windmill" To: "Avi Kivity" Cc: kvm@vger.kernel.org Sent: Wednesday, October 1, 2008 9:05:54 AM GMT -05:00 US/Canada Eastern Subject: Re: freebsd 7.0 32-bit won't boot with kvm scsi The only difference between my working IDE config and the broken SCSI is the "if=" parameter. Here is how I am calling qemu for this virtual machine: /usr/local/kvm/bin/qemu-system-x86_64 -m 512 -drive file=/dev/mapper/storage-freebsd,if=scsi,boot=on -net nic,model=e1000 -net tap,script=/root/kvmstuff/qemu-ifup -daemonize -vnc :2 \ -boot c -cdrom /root/kvmstuff/7.0-RELEASE-i386-disc1.iso Interestingly, I also note that while IDE seems to work fine, restarting the guest by issuing a shutdown -r while logged into freebsd or by sending a ctrl+alt+del to the virtual machine via VNC results in a boot failure. Shutting down the qemu instance and starting it up again allows freebsd to boot properly. Thanks again, Sterling Windmill ----- Original Message ----- From: "Avi Kivity" To: "Sterling Windmill" Cc: kvm@vger.kernel.org Sent: Wednesday, October 1, 2008 3:34:26 AM GMT -05:00 US/Canada Eastern Subject: Re: freebsd 7.0 32-bit won't boot with kvm scsi Sterling Windmill wrote: > I am attempting to get freebsd 7.0 32-bit running under kvm-76 and have been successful with the emulated ide interface and e1000 networking. > > When I try to use kvm's scsi interface, I am able to complete the freebsd install but get a bootloader message stating that the kernel cannot be found upon attempting to boot into freebsd. > > Has anyone else experienced this? > Have you enabled extboot (-drive ...,boot=on)? -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html