Nothing is working...
-
[SIZE=3][FONT=arial]So I’m running 1.0.1 on Ubuntu 14.04 LTS on a Dell Optiplex 755 (physical server). In my network, there are three different Dell models I have attempted a PXE boot into.[/FONT][/SIZE]
[SIZE=3][FONT=arial]1 Dell Vostros[/FONT][/SIZE]
[SIZE=3][FONT=arial]2 Dell Optiplex 9010[/FONT][/SIZE]
[SIZE=3][FONT=arial]3 Dell Optiplex 990[/FONT][/SIZE][SIZE=3][FONT=arial]Now, I have a unique situation here. First, 1 boots perfectly, absolutely no flaws. That’s all good and well, however, 2 and 3 don’t function. 2 will hang for a while and give me an error “PXE-E[COLOR=#000000]51 No DHCP or DHCP Proxy Offers received” I don’t know why it would not receive an IP from the DHCp server, when #1 does. 3 Goes for a while, then stops and says “Could not boot: Input/ouput error ([url]http://ipxe.org/1d0c6139[/url])”[/COLOR][/FONT][/SIZE]
[COLOR=#000000][SIZE=3][FONT=arial]Please help! I’ve been at this all week and I haven’t even uploaded my first image! [/FONT][/SIZE][/COLOR] -
3 also gives me an address to this file located on my server at /fogserver/fog/service/ipxe/boot.php:
[QUOTE][COLOR=#000000]#!ipxe[/COLOR]
[COLOR=#000000]cpuid --ext 29 && set arch x86_64 || set arch i386
colour --rgb 0xff6600 2
cpair --foreground 7 --background 2 2
console --picture [url]http://172.16.0.35/fog/service/ipxe/bg.png[/url] --left 100 --right 80
:MENU
menu
colour --rgb 0xff0000 0
cpair --foreground 0 3
item --gap Host is NOT registered!
item --gap – -------------------------------------
item fog.local Boot from hard disk
item fog.memtest Run Memtest86+
item fog.reginput Perform Full Host Registration and Inventory
item fog.reg Quick Registration and Inventory
item fog.sysinfo Client System Information (Compatibility)
choose --default fog.local --timeout 3000 target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:fog.memtest
kernel memdisk iso raw
initrd memtest.bin
boot || goto MENU
:fog.reginput
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=manreg
imgfetch init_32.xz
boot || goto MENU
:fog.reg
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=autoreg
imgfetch init_32.xz
boot || goto MENU
:fog.sysinfo
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=sysinfo
imgfetch init_32.xz
boot || goto MENU [/COLOR]
[COLOR=#000000]autoboot[/COLOR][/QUOTE] -
Can you post screen shots?
How is it “Nothing is working” when right in your first statement you say it IS working?
-
[quote=“Jordon Rapp, post: 28082, member: 24302”]3 also gives me an address to this file located on my server at /fogserver/fog/service/ipxe/boot.php:[/quote]
What was/is the purpose of this post?
-
What BIOS rev are your optiplexs on and what kernel do you happen to be using? And I assume you have the secure boot and all forms of UEFI disabled?
-
Sorry, I’m not great with titling things.
2: [url]http://imgur.com/Eo8KhK0[/url]
3: [url]http://imgur.com/Tns597R[/url] -
I just updated the 9010 to A09 from A08 in hopes that a newer version would have something useful. UEFI is disabled on all three. The purpose is to get this server to function. That address comes up on the error screen.
-
My current menu:
[code]#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
colour --rgb 0xff6600 2
cpair --foreground 7 --background 2 2
console --picture http://10.0.7.1/fog/service/ipxe/bg.png --left 100 --right 80
:MENU
menu
colour --rgb 0x00ff00 0
cpair --foreground 0 3
item --gap Host is registered as winxptest
item --gap – -------------------------------------
item fog.local Boot from hard disk
item fog.memtest Run Memtest86+
item fog.quickimage Quick Image
item fog.quickdel Quick Host Deletion
item fog.sysinfo Client System Information (Compatibility)
item fog.advanced Advanced Menu
choose --default fog.local --timeout 3000 target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:fog.memtest
kernel memdisk iso raw
initrd memtest.bin
boot || goto MENU
:fog.quickimage
login
params
param mac ${net0/mac}
param arch ${arch}
param username ${username}
param password ${password}
param qihost 1
chain http://10.0.7.1/fog/service/ipxe/boot.php##params ||
goto MENU
:fog.quickdel
login
params
param mac ${net0/mac}
param arch ${arch}
param username ${username}
param password ${password}
param delhost 1
chain http://10.0.7.1/fog/service/ipxe/boot.php##params ||
goto MENU
:fog.sysinfo
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.10.10.1 keymap= web=10.0.7.1/fog/ consoleblank=0 loglevel=4 mode=sysinfo
imgfetch init_32.xz
boot || goto MENU
:fog.advanced
chain http://10.0.7.1/fog/service/ipxe/advanced.php || goto MENU
autoboot[/code]Your current menu:
[code]#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
colour --rgb 0xff6600 2
cpair --foreground 7 --background 2 2
console --picture http://172.16.0.35/fog/service/ipxe/bg.png --left 100 --right 80
:MENU
menu
colour --rgb 0xff0000 0
cpair --foreground 0 3
item --gap Host is NOT registered!
item --gap – -------------------------------------
item fog.local Boot from hard disk
item fog.memtest Run Memtest86+
item fog.reginput Perform Full Host Registration and Inventory
item fog.reg Quick Registration and Inventory
item fog.sysinfo Client System Information (Compatibility)
choose --default fog.local --timeout 3000 target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:fog.memtest
kernel memdisk iso raw
initrd memtest.bin
boot || goto MENU
:fog.reginput
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=manreg
imgfetch init_32.xz
boot || goto MENU
:fog.reg
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=autoreg
imgfetch init_32.xz
boot || goto MENU
:fog.sysinfo
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=sysinfo
imgfetch init_32.xz
boot || goto MENU
autoboot[/code]What happens if you go to the link:
[url]http://172.16.0.35/fog/service/ipxe/boot.php?mac=18:03:73:46:44:93[/url] (where the XX’s represent the MAC of the system you’re seeing issues: -
[quote=“Tom Elliott, post: 28095, member: 7271”]
What happens if you go to the link:
[url]http://172.16.0.35/fog/service/ipxe/boot.php?mac=18:03:73:46:44:93[/url] (where the XX’s represent the MAC of the system you’re seeing issues:[/quote]When I go to that link I get a blank white screen.
-
What’s in your apache error logs then? Specifically referencing the boot.php
-
Nothing specifically referencing boot.php. Here’s my log if you want to have a look: [URL=‘http://www.pastebin.com/BAUs2mub’]pastebin.com/BAUs2mub[/URL]
Edit: log from today.
-
[quote=“Tom Elliott, post: 28083, member: 7271”]
How is it “Nothing is working” when right in your first statement you say it IS working?[/quote]Well that’s now the case. I ran full registration on the Vostros, they stalled, I restarted them, now they return the same error as the 9010s.
-
[quote=“Jordon Rapp, post: 28109, member: 24302”]Well that’s now the case. I ran full registration on the Vostros, they stalled, I restarted them, now they return the same error as the 9010s.[/quote]
What is the error? The PXE-M0F error?
-
[quote=“Jordon Rapp, post: 28105, member: 24302”]Nothing specifically referencing boot.php. Here’s my log if you want to have a look: [URL=‘http://www.pastebin.com/BAUs2mub’]pastebin.com/BAUs2mub[/URL]
Edit: log from today.[/quote]
Took a look and it appears the database isn’t linking properly. Are you able to login to the FOG GUI?
-
[quote=“Tom Elliott, post: 28111, member: 7271”]Are you able to login to the FOG GUI?[/quote]
Yes I am. The GUI loads perfectly, but I am not able to PXE what-so-ever.
-
[quote=“Tom Elliott, post: 28110, member: 7271”]What is the error? The PXE-M0F error?[/quote]
bump?
-
The PXE-E51 and M0F errors both, the Vostros now looks just like the 9010s.
-
Have you, possibly, thought of performing a reinstall of FOG?
It sounds like, with these messages, tftpd-hpa service isn’t running properly.
-
I have done that twice, but I’m not opposed to doing it again if you think that will solve it.
-
I would suggest you cleanly scrub out your current FOG install and all packages that are then no longer needed, then start again.
And honestly I would suggest using about any other Linux distro other than Ubuntu 14.04.