Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xenU install fails on newfs.



I'm no expert on Xen and NetBSD but I think the issue may be related
to the specification of root and index - Here is what you have:

====
disk = [ 'file:/home/glen/img/netbsd.img,3,w','phy:/dev/cd0a,0x4,r' ]
extra = ""
root = "xbd0"
====

The following works for me:
====
disk = [ 'file:/Xen/fs/netbsd-4.0.1.fs,0x01,w', 
'file:/Xen/ISO/i386cd-4.0.1.iso,0x2,r' ]
# Set root device. This one does matter for NetBSD
#root = "/dev/wd0a"
#below for run
root = "xbd0a"
#below for install
#root = "xbd1d"
====

Note: for install I have root pointing to the "d" partition of the CD image which has index 2 and after install I have root pointing to the "a" partition of the disk image which has index 1.

johnh...



My ifconfig -a shows:
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
       address: 00:0b:cd:be:10:7f
       media: Ethernet autoselect (100baseTX
full-duplex,flowcontrol,rxpause,txpause)
       status: active
       inet 192.168.45.154 netmask 0xffffff00 broadcast 192.168.45.255
       inet6 fe80::20b:cdff:febe:107f%fxp0 prefixlen 64 scopeid 0x1
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
       inet 127.0.0.1 netmask 0xff000000
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
bridge0: flags=41<UP,RUNNING> mtu 1500
xvif1.0:
flags=8963<UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,SIMPLEX,MULTICAST>
mtu 1500
       capabilities=2800<TCP4CSUM_Tx,UDP4CSUM_Tx>
       enabled=0
       address: 00:16:3e:01:00:11
       inet6 fe80::216:3eff:fe01:11%xvif1.0 prefixlen 64 scopeid 0x4


Questions:
What am I missing?
How do I make the file system not read only?
Is there a problem with my configuration?
Do you need more info?

Thank you for all help,
Glen Johnson






Home | Main Index | Thread Index | Old Index