Page 1 of 1

Using images with pxelinux

Posted: Fri Oct 21, 2011 3:23 am
by mike-d
I'm trying to assemble a PXE boot server. I have everything in place except for a tool to create images of boot media. Since my boot disk is almost always a USB thumb drive these days, USBIT seemed like the perfect fit. I tried a "raw" (device mode) image, as well as both compressed versions (zip and gzip). The image is loaded by the PXE client/target, but when it tries to boot, I'm told it's not a valid boot disk. Is USBIT's raw image format identical to what I'd get if I used the Linux/UNIX "dd" command to copy the raw blocks from the USB media to a file?

Thanks,
Mike

Re: Using images with pxelinux

Posted: Fri Oct 21, 2011 5:59 pm
by Alex
In devcie mode, USB Image Tool should produce the same result as dd. It saves everything from the device beginning with the boot sector. I tried it successfully with an Ubuntu Linux on a bootable flash drive.