Boot Loop issue
-
[quote=“SteveL, post: 30665, member: 24457”]Hello.
On my fresh install of Ubuntu 14.04 and FOG 1.1.1, I’m having a problem with DELL 3010’s in a constant boot loop after the PXE connection…this is NOT happening with my DELL 3020’sAlso, I believe there is an issue with GREEN FOG causing PC’s to shutdown without much warning and no way to opt out. I’ve turned off GREEN FOG checkbox and that seemed to clear that issue up.
These 2 issues caused yesterday to be quite stressful.If there is any information or help that I can provide, please don’t hesitate to ask. But just to let you know, I’m not really a linux guy. Google and I have struggled through.
Please advise?
Thanks
Steve[/quote]
Where is it stuck, does it not load the pxe menu? Or does it act like it still has a task to perform?
-
It connects with the fog server… and everything seems to go as planned…but instead of showing the menu, it immediately reboots.
-
What kernel are you running?
I had a similar issue with a specific model machine, switched kernel and it resolved the issue.
Hope you resolve your prob.
-
No idea…whatever was in the standard installation.
Is that something that is easy to change/fix?
Care to point me in the right direction?
-
Very easy,
Just go into Fog Configuration > Kernel Update, from here you can select from the latest published kernels, just a case of choosing one and letting it install
-
Thanks Robbie…that was easy, but unfortauntly, it didn’t work. Same result. 3020’s boot to PXE menu no prob…3010’s go into a boot loop.
Here is what I installed.[FONT=Ubuntu][COLOR=#555555]Unofficial Published Kernels[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]Kernel - 3.15.1 TomElliott
Date : June 17, 2014
Version: 3.15.1
FOG Type: TomElliott
Arch Type: (x86)[/COLOR][/FONT] -
By boot loop, what do you mean?
System just keeps rebooting?
This wouldn’t be kernel related.
-
Yes…it connects to the fog server…goes through its dance…and then where it would normally show the Fog menu…it just restarts.
-
If I can provide any logs or anything…just let me know…and explain how to find them. If you want to showmypc or something similar to take a look…I’m more than willing to accommodate.
-
Okay
do me a favor if you’re comfortable with command lline?[code]mysql -u root [-p’ONLY IF YOU SET PASSWORD REMOVE SQUARE BRACKETS HERE IS WHERE THE PASSWORD WOULD GO’] fog
select * from hosts WHERE hostID=‘0’;[/code]Does anything return?
-
I didn’t set a PW…so just typing in mysql -u root here is the output
it@ET11FogServer:~$ mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2750
Server version: 5.5.37-0ubuntu0.14.04.1 (Ubuntu)Copyright 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
mysql>
-
From that mysql> prompt
type:
[code]select * from hosts WHERE hostID=‘0’;[/code] -
I’m not sure this is right…I copied and pasted and got this…did you want me to change something?
-> mysql> -> select * from hosts WHERE hostID='0';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘.
Your MySQL connection id is 2750
Server version: 5.5.37-0ubuntu0.14.04.1 (Ubun’ at line 1
mysql> -
I don’t want you changing anything.
Try
[code]use fog;
select * from hosts where hostID=‘0’;[/code] -
Incase this helps
[media=youtube]4SaO4gY-sZo[/media]
-
-> use fog;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘the manual that corresponds to your MySQL server version for the right syntax to’ at line 1
mysql> select * from hosts where hostID=‘0’;
ERROR 1046 (3D000): No database selected
mysql> use fog;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select * from hosts where hostID=‘0’;
Empty set (0.01 sec)
mysql> -
If you can pause on second 0:29
Message is 040ee119. It actually makes sense since there is an abnormally long wait time to even get the initial PXE DHCP time.
-
SO…how do I fix it? And remember…it works just fine for my 3020’s
-
Are the 3010’s behind a different switch?
If you place a 3020 AND a 3010 side by side to each other on the same switch do things work?
-
I am also getting a VERY similar Boot Loop. Brand new Ubuntu 14.04 LTS Box with Fog 1.1.1. I’ pulled a multi-part image of a Win7 Dell Latitude E6410 notebook. After pushing the image back to the notebook I get a similar loop, I get the DHCP successfully, I actually get to the Fog Menu (Mine went much quicker than the Youtube vid) Once the Fog Menu times out in 3 seconds it is suppose to boot from Hard Drive, but instead I get a blank screen with a blinking cursor in the upper left corner, for tens seconds, then it reboots.
Temporary solution is to Go into BIOS and take NIC out of Boot sequence, then it boots to hard drive and WIN7 works fine. Maybe this second data point can help TOm converge on a solution. I’m thinking it is a BIOS setting that needs tweaked.