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] using gpxe to get a VM image

To: Daniel Kao <dkao@xxxxxxxxxxxx>
Subject: Re: [Xen-users] using gpxe to get a VM image
From: Luca <lucarx76@xxxxxxxxx>
Date: Wed, 1 Apr 2009 15:52:40 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 01 Apr 2009 15:53:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=deona/cCvrVy8Kf2HHr8u8aIH4tFSJ4GvgmxcqMRF1k=; b=njrH6qqLIAHDhrIuQ5CJHRximhIJS+VPcUuFmXkROgUYv1nqxwNuzJE6SQZ7av5eL8 YTfhXhSAMosZimf3IUDqU+0jo0M5BUnPgyxRH1xwvNOp+9yreufAvjk8mX6d/HWXy07M 6H13s43Cv4F0lwBhc925XVSDJYWIkUrkBAhIo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KHonHxxAI51w39K8ZBpqcsH2CSRNuvUm9afAl/PQG5BydJh12NJYuBrwVFGa7pRMWh 2jtV62QsR9PipgWa47PUME2sokh536QtNoNxHbspCCVHOcngnxX/+suHecElxo3zsEsr w1Yx5g6mTs8pFaZ+6My23rM43EG1XqGQxbiRc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49CC0597.5070504@xxxxxxxxxxxx>
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: <3d87aabd0903261525o3fb0ebd8u20fd7241090dba79@xxxxxxxxxxxxxx> <49CC0597.5070504@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> 1. Go to: http://rom-o-matic.net/gpxe/gpxe-git/gpxe.git/contrib/rom-o-matic/
> 2. Choose NIC/ROM type: rtl8139:10ec8139 -- [10ec,8139]
> 3. Choose ROM output format: ISO bootable image (.iso)
> 4. Skip to Step #4, and hit "Get ROM" and it should create a file named
> "gpxe-git-rtl8139.iso" for you.
> 5. Use that as the bootable CD-ROM for the HVM install.
>

I tried it. But with no luck. If I use a Linux installation CD everything works but if I use a CD with gpxe-git-rtl8139.iso, gPXE starts as HVM domU but then it gets stuck after printing "Loading rtl8139.....Ready"

This is the configuration file I used for the domU (the CD contains gpxe-git-rtl8139.iso).

kernel="/usr/lib/xen/boot/hvmloader"
builder='hvm'
device_model='/usr/lib64/xen/bin/qemu-dm'
memory=1024
name="gpxe"
vif=[ 'type=ioemu, bridge=eth1, mac=00:01:02:03:04:05, model=rtl8139' ]
disk= [ 'file:/scratch/xenguest.img,hda,w', 'phy:/dev/cdrom,hdc:cdrom,r' ]
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncconsole=1
vncpasswd=''
boot='dc'

Thanks

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] using gpxe to get a VM image, Luca <=