Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe timeout
2014-05-16, 02:00
Post: #6
RE: ipxe timeout
While I realize this thread is a little outdated, I'm getting the same types of issues. With multiple systems.

I am writing on behalf of the FOG (Free Opensource Ghost) Community as we've just released and are using ipxe for PXE boot environment for the http options and dynamic capabilities from php.

All of that said, I can't possibly provide all of the information for every person having these issues. However, I, too, am receiving the 040ee119 error message from VirtualBox. (It's all I have to test with and I'm sorry.)

I have been able to create an ipxe.kpxe and everything works fine in VirtualBox using this. (Without needing to set delay)

Creating/Using the undionly.kpxe, however, does not work in a specific set of sequence. (Unless I follow the guidelines to set the bridged adapter DELAY=0)
o As I know how to reproduce I'm not trying to fix my error specifically, but narrow down possibilities of where the issue actually lies.

My current version number is: (f747a) from the git pull from (15-MAY-2014).

My Virtual Box that get's the timeout (indefinite if in retry loop) settings are as such if you have the capability to reproduce:

Operation System of Host:
Virtual Box 4.3.10 (93012) Hosted Headless from CentOS 6.5 (Final) with extension pack: Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack
No host-only or NAT networks with system.

GENERAL
----BASIC----
Type: Microsoft Windows
Version: Windows 7 (64 bit)
----ADVANCED----
Removable Media: Checked Remember Runtime Changes

SYSTEM
----Motherboard----
Base Memory: 2048 MB
Boot Order:
o Network
o CD/DVD-ROM
o Hard Disk
Chipset: PIIX3 (ICH9 Doesn't even boot the system.)
Extended Features: Enable IO APIC
----Processor----
Processor(s): 1
Execution Cap: 100%
----Acceleration----
Hardware Virtualization: Enable VT-x/AMD-V

DISPLAY
----Video----
Video Memory: 16MB
----Remote Display----
Enable Server Checked
Server Port: XXXX
Authentication Method: None
Authentication Timeout: 5000

STORAGE
Controller: SATA Type: AHCI Port Count: 2
guestname.vdi
emtpy cdrom.

NO AUDIO

NETWORK
----Adapter 1----
Enable Network Adapter
Attached to: Bridged Adapter
Name: br4
Advanced:
o Adapter Type: Intel PRO/1000 MT Server (82545EM) (all intels work fine for pxe boot, but the PC and virtio-net do not:
o MAC Address: XXXXXXXXXXXX
Promiscuous Mode: Deny
Cable connected.
----No Other adapters----

NO SERIAL PORTS

USB
Enable USB Controller
Enable USB 2.0 (EHCI) Controller

NO SHARED FOLDERS

That is just one of the systems, I have multiple, all using Intel NICs.

iPXE Configuration:
ipxescript contains for FOG setup:
#!ipxe
:retry
sync --timeout 500
dhcp || goto retry
chain default.ipxe

Changes to src/config/general.h are from fresh git clone:
Download Protocols enabled:
o DOWNLOAD_PROTO_HTTPS
o DOWNLOAD_PROTO_NFS
Image Types:
o IMAGE_BZIMAGE
o IMAGE_PNG
Command-line commands:
Commented IWMGMT_CMD
Commented FCMGMT_CMD
Un-commented PXE_CMD
Un-commented REBOOT_CMD
Un-commented POWEROFF_CMD
Un-commented PARAM_CMD
Un-commented CONSOLE_CMD

Changes to src/config/settings.h are from fresh git clone:
Un-commented VMWARE_SETTINGS

Changes to src/config/console.h are from fresh git clone:
Un-commented CONSOLE_VESAFB

To build undionly.kpxe I'm running:
make bin/undionly.kpxe EMBED=ipxescript

ifstat after the dhcp fails:
net0: XX:XX:XX:XX:XX:XX using undionly on UNDI-PCI00:11.0 (closed)
o [Link:up, TX:4 TXE:0 RX:0 RXE:0]

route after the dhcp fails:
net0: 10.0.8.1/255.0.0.0 gw 10.10.10.1 (inaccessible)

Hopefully this helps.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ixpe time-out - oneindelijk - 2014-02-12, 20:20
RE: ipxe timeout - robinsmidsrod - 2014-02-14, 09:56
RE: ipxe timeout - oneindelijk - 2014-02-14, 13:25
RE: ipxe timeout - robinsmidsrod - 2014-02-20, 09:29
RE: ipxe timeout - oneindelijk - 2014-02-20, 10:05
RE: ipxe timeout - mastacontrola - 2014-05-16 02:00
RE: ipxe timeout - robinsmidsrod - 2014-05-19, 08:47
RE: ipxe timeout - mastacontrola - 2014-05-20, 01:55
RE: ipxe timeout - mastacontrola - 2014-05-30, 00:53
RE: ipxe timeout - TheUltimateUnltd - 2014-05-19, 12:55
RE: ipxe timeout - mastacontrola - 2014-05-30, 12:18
RE: ipxe timeout - mastacontrola - 2014-05-30, 17:11
RE: ipxe timeout - mcb30 - 2014-06-02, 10:49
RE: ipxe timeout - mastacontrola - 2014-06-02, 12:24
RE: ipxe timeout - mastacontrola - 2014-06-02, 16:41
RE: ipxe timeout - robinsmidsrod - 2014-06-02, 10:39



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