<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Stefan Hajnoczi wrote:</tt>
<blockquote type="cite" cite="mid:fbd9d3991001042316g65f83d51r55cdab640efabaaf@mail.gmail.com">
<title>Re: [Etherboot-discuss] help</title>
<!-- Converted from text/plain format -->
<p><tt><font size="2">...I don't know how to find the device path
under Windows, sorry. Maybe<br>
the dd for Windows link above can help.</font></tt></p>
</blockquote>
<tt><br>
With DD for Windows, you do:<br>
<br>
dd --list<br>
<br>
To find the available devices. One of them should correspond to your
USB device. Be careful! Additionally, drives are usually also
available as:<br>
<br>
\\.\PhysicalDrive0<br>
\\.\PhysicalDrive1<br>
etc.<br>
<br>
_Typically_, 0 will be your boot HDD. So if you only have your boot
HDD and the USB stick attached to the computer, \\.\PhysicalDrive1 will
be your USB stick. Be careful!<br>
<br>
Note that this is in regards to gpxe.usb. You might be interested in
shifting discussion over to the gPXE general discussion mailing list,
instead of the Etherboot one. I've carbon-copied this list. Details
can be found at <a href="http://etherboot.org/mailman/listinfo/gpxe" class="moz-txt-link-freetext">http://etherboot.org/mailman/listinfo/gpxe</a><br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>