So close..
B. Cook <bcook <at> poughkeepsieschools.org>
2008-11-02 13:05:06 GMT
Hello all,
NetBSD as dom0, and trying to get netbsd as domU running para
virtualized.
All of this is from the 200811010002Z daily-build.
uname -a
NetBSD xen0.at.home 5.0_BETA NetBSD 5.0_BETA (XEN3_DOM0) #0: Sat Nov
1 00:24:22 PDT 2008 builds <at> wb28:/home/builds/ab/netbsd-5/
amd64/200811010002Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/
compile/XEN3_DOM0 amd64
cat -n dom1
1 #kernel = "/netbsd-INSTALL_XEN3_DOMU"
2 kernel = "/netbsd-XEN3_DOMU"
3 memory = 64
4 name = "dom1"
5 #vcpus = 1
6 #disk = [ 'phy:/dev/wd0e,0x03,w','file:/root/boot.iso,0x04,r' ]
7 disk = [ 'phy:/dev/wd0e,0x03,w','phy:/dev/cd0a,0x04,r' ]
8 vif = [ 'bridge=bridge0' ]
9 root = "/dev/wd0d"
I have already completed the install successfully inside the domU, and
I am attempting to start it for the first time..
# xm create dom1 -c
Using config file "./dom1".
Started domain dom1
(Continue reading)