search for: pxetest

Displaying 3 results from an estimated 3 matches for "pxetest".

Did you mean: pretest
2015 May 06
2
Proper way to reference a disk
...hy does the source say "source file=", and not "source dev="? The reason I ask is that I have a number of other machines to move and I don't want to mess them up. The source file entry for the disk was like this in our xml file: <source file='/var/lib/libvirt/images/pxetest.qcow2'/> I got the vm to work by converting the image to raw, then dumping via dd into the LV, and editing the XML using virsh as follows: <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none'/> <*...
2015 May 06
0
Re: Proper way to reference a disk
...uot;source file=", > and not "source dev="? The reason I ask is that I have a number of other > machines to move and I don't want to mess them up. > > The source file entry for the disk was like this in our xml file: > <source file='/var/lib/libvirt/images/pxetest.qcow2'/> > > I got the vm to work by converting the image to raw, then dumping via dd > into the LV, and editing the XML using virsh as follows: > <disk type='file' device='disk'> > <driver name='qemu' type='raw' cache='n...
2007 Jan 06
6
PXE stack access via com32
Hi, I've checked the archives for my issue, and while there is relevant discussion, the problem the original poster was asking about didn't seem to have been resolved then either (~2 years ago). At any rate, basically what I'm trying to do is send (possibly receive) UDP packets via the PXE stack using the com32 API (using version 3.11 of syslinux). I have followed both the comboot