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
menu.c32 from iPXE
2012-04-30, 15:26
Post: #1
menu.c32 from iPXE
Hi all,

I have tired, try to boot subj but without any success. Nether menu.c32 no vesamenu.c32 want boot. Syslinux is 3.86, iPXE latest from git.

My chain is [Card ROM] --> ipxe.kpxe --> menu.c32

dhcpd.conf
Code:
subnet 192.168.56.0 netmask 255.255.255.0 {
  range dynamic-bootp 192.168.56.100 192.168.56.200;
  option broadcast-address 192.168.56.255;
  option subnet-mask 255.255.255.0;
  option routers 192.168.56.3;
  option domain-name-servers 8.8.8.8, 8.8.4.4;
#  next-server 192.168.56.3;
  if exists user-class and option user-class = "iPXE" {
        filename "http://192.168.56.3/boot.php";
  } else {
        filename "ipxe.kpxe";
  }
}

lynx http://192.168.56.3/boot.php
Code:
#!ipxe
chain menu.c32 ipxe.cfg
boot

Machine freeze after line
Code:
menu.c32.....ok

Captured traffic shows that menu.c32 transferred completely, but ipxe.cfg even asked.

Environment is VirtualBox, but netboot.me are working on the same machine.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
menu.c32 from iPXE - Alet - 2012-04-30 15:26
RE: menu.c32 from iPXE - ack006 - 2012-06-22, 08:37
RE: menu.c32 from iPXE - prividen - 2018-05-24, 23:07
RE: menu.c32 from iPXE - NiKiZe - 2018-05-25, 07:02
RE: menu.c32 from iPXE - prividen - 2018-05-25, 15:58
RE: menu.c32 from iPXE - prividen - 2018-05-25, 23:37
RE: menu.c32 from iPXE - prividen - 2018-05-27, 18:02



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