WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] NetBSD as DomU in an Gentoo amd64bit host

To: "Juergen Schinker" <ba1020@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] NetBSD as DomU in an Gentoo amd64bit host
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 3 May 2007 18:50:48 +0200
Delivery-date: Thu, 03 May 2007 09:49:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <51801.10.10.10.10.1178210186.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AceNoVRS8nc5ZONSRTuf3ELK/RD/AAAAUjAw
Thread-topic: [Xen-users] NetBSD as DomU in an Gentoo amd64bit host
 

> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Juergen Schinker
> Sent: 03 May 2007 17:36
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] NetBSD as DomU in an Gentoo amd64bit host
> 
> Hi
> 
> i try to test Netbsd in an DomU  and use this
> 
> kernel = "/boot/vmlinuz-2.6"
> #kernel = "/games/xen/netbsd/netbsd-INSTALL_XEN3_DOMU"
> memory = 128
> name = "netbsd"
> disk
> =['phy:/dev/sda1,0x03,w','file:/games/xen/netbsd/amd64cd-3.1.i
> so,0x04,r' ]
> #disk = [ 'tap:aio:/games/xen/netbsd/amd64cd-3.1.iso,0x04,r' ]
> vif = [ 'bridge=xenbr0' ]
> root = "/dev/sd0a ro"
> 
> 
> and i come to this
> 
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(1,0)
> 
> what is wrong?

This is because you're trying to boot Para-virtual Linux on a device
called "/dev/sd0a", which you haven't got according to your "disk=" line
(you have "0x03" and "0x04")... 

But that's got nothing to do with the netbsd, of course. 

Is that a NetBSD install CD? In that case, you'll need to use HVM (full
virtualization), which requires a processor with AMD-V (SVM) to start
off. You also need some modifications to the config file (look at
/etc/xen/xmexample.hvm for a base-config), and you probably want to add
":cdrom" after "0x04" on your disk-line to make QEMU-DM aware of it
being a CDROM rather than a hard-disk. 

--
Mats 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 
> 



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>