|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] using gpxe to get a VM image
> 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 <=
|
|
|
|
|