Can't image
-
@sebastian-roth Most of the directories in green are botched uploads that can probably be removed.
I’d also like to see the outputs of :
df -h
andlsblk
It looks like its been setup this way since 2016 so I’m wondering if the OP is out of disk space, unless this fog server has only been used a few times, it looks like it was working in at least the fall of 2020. -
it looks like the image drive storage was full
I have deleted ooold images and its working
I can upload new image and image -
@cicero In the /images/dev directory. You can purge any directory that resembles a mac address. That directory should only exist during an upload. A botched upload will cause that directory to remain behind with dead files in it.
-
@george1421 said in Can't image:
upgrading the FOS Linux kernel
Hi George,
thank you for your help much appreciated.
Would you be able to help me setup a Fog server for home use, due to the lockdown we are not going in to the office. I have a
Netgear (GS308P)/8 Port Switch
Lenovo Thinkcenter M710Q/Intel 5i connecting to Hitron Coda Home wireless modem
install Ubuntu v20.04.2.LTS
Fog v1.5.9
I like to learn to use the fog enviroment to capture images and deploy images mainly to new lenovo laptops runing Win10 -
@cicero For a home setup I would recommend installing dnsmasq on your FOG server to provide the pxe boot information for your home network.
https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server
What I’ve found that most soho routers/isp modems don’t properly support providing pxe boot information to pxe booting computers. You can mask this issue with using dnsmasq to provide pxe booting information only to the pxe booting computers. Your home router/isp modem will provide the dhcp and dns services with dnsmasq providing pxe boot information. It works pretty well.
-
@cicero said in Can't image:
Lenovo Thinkcenter M710Q
How much ram and disk space do you have on this box? For a home lab setup you might consider installing something like proxmox on this box to make it a VM Host server and then install ubuntu inside proxmox. By using proxmox (hypervisor) with enough system resources you could spin up other VMs for testing in your home lab. You could even image from one vm running FOG to another VM all on the same box. You don’t need a server class machine for a proxmox hypervisor in a home lab setup. You do need RAM and a hard drive big enough to store your vm host disks. The more ram the better a 2-4TiB disk is probably enough for a small setup.
-
@george1421
Thanks for the reply
Ram is only 8G and 256G SSD
this is only to learn to prep an image capture it and image
do I need to sysprep the image? -
@cicero The answer depends on who you ask. Sysprep is exactly that it prepares the system for image cloning by resetting a lot of hardware specific parameters. I always build my golden image on a VM for a few reasons, one being its hardware agnostic. I always sysprep my images because I deploy one image to many different hardware models (12 to 15 to be precise). You need a neutral image to be able to not leave left over drivers on the machine. I also use sysprep and the unattend.xml file to set the system parameter during OOBE/WinSetup. This way I can make one image and deploy it in any timezone or country (keyboard and location being set by the unattend.xml file). I have FOG adjust the unattend.xml file just after placing the image on the disk and before booting the target OS to start OOBE. Lastly I use sysprep to power off the computer properly before image cloning to avoid the Windows dirty bit issue. So there IS multiple uses for sysprep.
Now if you are going to capture an image one per model and deploy that image to the same model, I know some people never use sysprep. Does it work, yes but its not the microsoft recommended way.
-
@george1421 said in Can't image:
microsoft recommended way.
I see your point, my company’s brainchild no longer with us, let his soul rest in peace created images specifically for model type but I have apply them to different models and they work. I read if you sysprep the image size is also smaller too.
George, thank you again, Im going to follow your guide tomorrow.
I don’t want to be a pest but would appreciate if I can reach out to you you have great instructions -
@cicero said in Can't image:
I don’t want to be a pest but would appreciate if I can reach out to you you have great instructions
You are not. The forum is here to ask questions and people try to help. I would just ask you to not repeat asking more and more questions in the same topic! There is no restriction to open new ones for each question you have and it’s a lot easier for everyone to keep track.