Not deploying after reboot
-
[quote=“Tom Elliott, post: 33687, member: 7271”]Try:
[code]mysql -u root fog
select * from hosts where hostID=‘0’;
[/code][/quote]Returns: Empty set (0.00sec)
-
Still experiencing this problem - any new insights?
-
i see a reference to kernel bzimage.64 in your boot.php output, does does this file exist with this exact name, in the fog/service/ipxe directory of the web server? what have you done to update or modify the kernel being used?
-
The bzimage.64 kernel is located in fog/service/ipxe, and the fog options under confirm TFTP options confirm that it’s in use. I haven’t modified it.
-
is the options set to bzImage.64 or bzImage?
-
It was set to bzimage.64. I just now set it to /var/www/fog/service/ipxe/bzimage.64 to see if anything would change, but there hasn’t been any change.
-
Change the kernel back to just plain jane bzImage.64.
As you’re not deploying to the point where it even downloads that, my suspicion is in the boot parameters.
To test this is going to be difficult and I may just request a remote session if at all possible where I can connect and tweak a few file on your fog server.