Nothing is working...
-
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.
-
[quote=“need2, post: 28136, member: 21891”]
And honestly I would suggest using about any other Linux distro other than Ubuntu 14.04.[/quote]
I tried putting 10.04 on, but the PC didn’t like that for some reason. I might try the x86 install
-
Or you could try Debian if you feel attached to a Ubuntu like ecosystem. Ubuntu’s core is Debian, and the freshest latest release of Debian works flawlessly with Fog.
-
[quote=“need2, post: 28143, member: 21891”]Or you could try Debian if you feel attached to a Ubuntu like ecosystem. Ubuntu’s core is Debian, and the freshest latest release of Debian works flawlessly with Fog.[/quote]
Is there a working install I could use from a flash drive? Ubuntu didn’t seem to like the flash drive.
Scratch that, sorry.
-
FWIW, my ubuntu 14.04 server is working fine.
-
I’m not sure what I did.
I’m just a lowly intern, please forgive me.
-
Being a lowly intern means somebody “higher” than you can possibly lead you in the right direction.
That being said, I don’t know what the issue is, but it almost sounds like a firewall is blocking access to the TFTP server. Have you tried simply disabling the firewall?
[code]sudo ufw disable[/code]