WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] GPLPV+windows 2008 server 32 bit and xen nic deviceprobl

To: "Vladimir Elizarov" <xengelpublicx@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] GPLPV+windows 2008 server 32 bit and xen nic deviceproblem
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Tue, 4 Nov 2008 12:46:13 +1100
Cc:
Delivery-date: Mon, 03 Nov 2008 17:47:00 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <490F3BAC.7080409@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <490F3BAC.7080409@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ack93enoaKm5HPgwRw2fhSbN5Xr/HQAQOwSw
Thread-topic: [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

<Prev in Thread] Current Thread [Next in Thread>