Vladimir Elizarov
2008-Nov-03 17:58 UTC
[Xen-users] GPLPV+windows 2008 server 32 bit and xen nic device problem
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@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2008-Nov-04 01:46 UTC
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@lists.xensource.com [mailto:xen-users- > bounces@lists.xensource.com] On Behalf Of Vladimir Elizarov > Sent: Tuesday, 4 November 2008 04:58 > To: xen-users@lists.xensource.com > 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@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users