|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] NetBSD as DomU in an Gentoo amd64bit host
Seeing your 'kernel = "/boot/vmlinuz-2.6"' line, it appears you're
trying to boot a _Linux_ kernel. You need to download and gunzip the
kernel netbsd-XEN3_DOMU and use this one instead, as you did with
netbsd-INSTALL_XEN3_DOMU for installation.
Regards,
François
2007/5/3, Juergen Schinker <ba1020@xxxxxxxxxxxxxxxxxxx>:
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.iso,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?
_______________________________________________
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
|
|
|
|
|