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
Reboot and select proper boot device?
2017-02-20, 19:25
Post: #1
Reboot and select proper boot device?
IPXE is loading properly till initializing devices, then the message in topicname appears.
I have following code in "default":
Code:
default menu.c32
gfxmenu /erdpxe
prompt 0

MENU TITLE Boot Menu (select the OS to boot)
MENU AUTOBOOT Windows 10 64bit in # seconds
TIMEOUT 50
TOTALTIMEOUT 3000

LABEL Windows 10 64bit
MENU DEFAULT
KERNEL iPXE.KRN
INITRD win7.ipxe

and such win7.ipxe code:
Code:
!ipxe
dhcp net0
set keep-san 1
#login
sanboot iscsi:192.168.1.22::::iqn.2008-08.com.starwindsoftware:comp24-comp22

My server's ip is 192.168.1.24, and routers ip is 192.168.0.100.
What am i doing wrong?Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Reboot and select proper boot device? - SeMmy - 2017-02-20 19:25



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