Nothing to Boot error..any solution?
-
@Uncle-Frank
Hi
It success upload image now.\0/. THANKS
Any private IP address can be set. In virtualbox environment, I just want to test that the Fog server is able to contact with client DIRECTLY without any dhcp server in the middle between fog server and client…This is what I did
step 1
just install fog server with you reference link or wiki.when it comes to part saying “If you already have DHCP configured, Press NO to disable FOG DHCP”…click YES. the reason is you want your fog server act as dhcp server and will give IPs to client.step 2
Make sure both client and fog server interface adapter on virtualbox are set into Internal Network. On client system boot order on virtualbox, set to harddisk first.Step 3
Set static IP for server and set obtain DHCP on client.(fog server will give IP to client)Step 4
On Fog server run command ufw disable, service tftpd-hpa restart and service isc-dhcp-server restart. While on client just monitor until client received IP from FOG server. Once received IP, test both can ping each other.Step 5
Once both can ping each other, install FogPrep on client then click shutdown. On Fog server run upload image (follow reference link)Step 6
Go to client system boot order, change to Network. and then start client virtual. Fog GUI will appear.Done.
-
Great to see that you got it solved yourself. Quite different to how I would have done it but that’s the good thing about FOG and IT in gerneral: There is always more than one way of doing it. Have fun with FOG!