diff options
| author | Marty Connor | 2010-01-17 03:47:39 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-01-17 03:47:39 +0100 |
| commit | 330abebddf67ab27998f64070f27d5874cbc7b06 (patch) | |
| tree | 08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/bochs/README.windows-ris | |
| parent | [sanboot] Prevent leaking a stack reference for "keep-san" AoE (diff) | |
| download | ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.xz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.zip | |
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been
moved to a separate git repository:
http://git.etherboot.org/?p=contrib.git;a=summary
or the Etherboot Project wiki:
http://etherboot.org/
Diffstat (limited to 'contrib/bochs/README.windows-ris')
| -rw-r--r-- | contrib/bochs/README.windows-ris | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/bochs/README.windows-ris b/contrib/bochs/README.windows-ris deleted file mode 100644 index 830db6a8b..000000000 --- a/contrib/bochs/README.windows-ris +++ /dev/null @@ -1,31 +0,0 @@ -Debugging Windows Remote Installation Services (RIS) can be -problematic. Here are some assorted notes on the process: - - -Getting hold of the files -========================= - -Add/Remove Windows Components -> Remote Installation Services - -Files will be placed in \windows\system32\reminst. Copy them out to a -TFTP server. Configure DHCP to hand out startrom.com. - - -Getting past the "Press F12" message -==================================== - -Passing F12 through to the guest machine is difficult. It's easier to -patch the startrom.com binary to accept a different key. Open -startrom.com in a hex editor, search for the hex string -6681fb00860000, and replace it with 6681fb66210000. startrom.com will -now accept the "F" key instead of "F12". - - - -DHCP filename -============= - -Must use Windows backslash separator e.g. 'filename -"OSChooser\\i386\\startrom.com";', otherwise startrom.com fails to -correctly identify the path to NTLDR. - |
