The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot, I'm stumped
2014-01-12, 02:46
Post: #1
wimboot, I'm stumped
Im hoping i'm missing something particularly trivial here, I cant find the disconnect.

I didnt want to install iPXE directly on my networking card, so i settled on chainloading. I have my TFTP server set up, and can successfully PXE boot, pull the undionly.kpxe, and get to the IPXE> command line from ctrl + B.

from there, I decided for now i would manually direct to which setups i wanted to do until i better understood how to configure menus. I have my windows 7 installation media all unpacked and in a folder on a web server. (address 192.168.1.10/Win7) permissions are all set and i can access.

I followed the wimboot instructions and set up an boot.ipxe file *well, i named it W7.ipxe). So from the IPXE> command line i type the following and it hangs. so maybe its something in my W7.ipxe file?

Code:
IPXE> dhcp
configuring (blah blah blah)
IPXE> chain http://192.168.1.10/Win7/W7.ipxe
http://192.168.1.10/Win7/W7.ipxe... ok
_

W7.ipxe is below (note ive tried using relative paths... my install files are in server/Win7/W7, ive tried moving them to server/Win7)
Code:
#!ipxe

  set wimboot-path http://192.168.1.10/Win7
  kernel ${wimboot-path}/wimboot
  initrd ${wimboot-path}/W7/bootmgr          bootmgr
  initrd ${wimboot-path}/W7/boot/bcd         BCD
  initrd ${wimboot-path}/W7/boot/boot.sdi    boot.sdi
  initrd ${wimboot-path}/W7/sources/boot.wim boot.wim
  imgstat
  boot

is something wrong with my file that i'm missing?

as an example, I tried this, with success:
Code:
IPXE> dhcp
configuring (blah blah blah)
IPXE> chain http://boot.ipxe.org/demo/boot.php

If i need to give more information, i gladly will. I'm at a loss for ideas..

Thanks for any help i can get!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
wimboot, I'm stumped - mecasull - 2014-01-12 02:46
RE: wimboot, I'm stumped - mecasull - 2014-01-18, 20:46



User(s) browsing this thread: 1 Guest(s)