[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] NFS root partition for DomU (xenpvnetboot)
Hi all, Following on from getting DHCP working for my DomU client, I'm now trying to get a NFS mounted root filesystem.memory = 1024 # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = "nfsboot" vif = [ 'script=vif-bridge,mac=00:16:3e:00:00:01' ] disk = [ 'file:/srv/xen/nfsboot/nfsboot.img,xvda,w' ] #bootloader = "pygrub" bootloader = "xenpvnetboot" bootloader_args= [ '--location', 'nfs:192.168.1.1:/nfs/nfsboot-root' ] #bootloader_args= [ '--location', '/nfs/nfsboot-root' ] kernel = "vmlinuz" ramdisk = "initrd.img" Begin: Retrying nfs mount ... Begin: Running /scripts/nfs-premount ... done. nfsmount: need a path done. [ 1.483755] FS-Cache: Netfs 'nfs' registered for caching IP-Config: eth0 hardware address 00:16:3e:00:00:01 mtu 1500 DHCP RARP IP-Config: eth0 complete (dhcp from 192.168.1.1): Âaddress: 192.168.1.176 broadcast: 192.168.1.255 netmask: 255.255.255.0 Âgateway: 192.168.1.1 dns0 : 192.168.1.1 dns1 : 0.0.0.0 Ârootserver: 192.168.1.1 rootpath: Âfilename : Begin: Running /scripts/nfs-premount ... done. nfsmount: need a path Begin: Retrying nfs mount ... Begin: Running /scripts/nfs-premount ... done. nfsmount: need a path done. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |