[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] GPLPV+windows 2008 server 32 bit and xen nic deviceproblem
Have you added /GPLPV to your boot.ini file? Without that, the xennet driver pretends that the cable is unplugged. This allows you to set up the IP address etc before you boot with /GPLPV. James > -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users- > bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Vladimir Elizarov > Sent: Tuesday, 4 November 2008 04:58 > To: xen-users@xxxxxxxxxxxxxxxxxxx > Subject: [Xen-users] GPLPV+windows 2008 server 32 bit and xen nic > deviceproblem > > Hello, > > I'm install w2k8 in xen hvm domen, and install GPLPV 0.9.11-pre19 > > xen nic is get error: "cable unplugged" - it's wrong? > rtl8139 nic is worked in parametrs "bridge=xenbr0,mac=00:16:3E:00:01:03" > > config: > > import os, re > arch = os.uname()[4] > if re.search('64', arch): > arch_libdir = 'lib64' > else: > arch_libdir = 'lib' > > > kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" > builder = 'hvm' > memory = 1024 > name = 'shit.test.local' > vcpus=1 > pae=1 > acpi=1 > apic=1 > usb=0 > dhcp = 'dhcp' > #vif=['type=ioemu, bridge=xenbr0,mac=00:16:3E:00:01:03,model=rtl8139'] > vif=['bridge=xenbr0,mac=00:16:3E:00:01:03'] > disk = [ > 'phy:/dev/aibooo-san/shit.test.local,ioemu:hda,w', > ] > on_poweroff = 'destroy' > on_reboot = 'restart' > on_crash = 'destroy' > device_model = '/usr/lib/xen-3.2-1/bin/qemu-dm' > cdrom = '/dev/hdf' > sdl=0 > ne2000=0 > boot='c' > vnc=1 > > Thanks. > > > _______________________________________________ > 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |