Discussion:
[gPXE] windows xp http boot
luz kazar
2012-11-27 18:26:57 UTC
Permalink
Hi All,can anyone help me on the process of booting windows xp over http
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://etherboot.org/pipermail/gpxe/attachments/20121127/2f11f4de/attachment.html>
Shao Miller
2012-11-27 18:37:07 UTC
Permalink
Good day to you.

Windows has no idea about HTTP disks, so you'd need an HTTP disk driver.
WinVBlock already has development code for this, but it has not yet been
released. This might be included in the next WinVBlock release.

In addition, an HTTP disk is read-only, so it is only useful with an .ISO,
such as a Windows XP PE .ISO.

Or, if you want, you can simply use HTTP as the protocol to _download_ any
Windows XP disk image, then use MEMDISK and WinVBlock. That has a large RAM
requirement, but it allows for the virtual disk to be read & write. I do
this all the time:

kernel http://webserver/memdisk hdd
initrd http://webserver/winxp.hdd
boot

- Shao Miller

________________________________________
From: gpxe-bounces at etherboot.org [mailto:gpxe-bounces at etherboot.org] On
Behalf Of luz kazar
Sent: Tuesday, November 27, 2012 13:27
To: gpxe at etherboot.org
Subject: [gPXE] windows xp http boot

Hi All,can anyone help me on the process of booting windows xp over http
Loading...