you will be accessing the web gui via eth0.
Try it before you assume it won’t work.
you will be accessing the web gui via eth0.
Try it before you assume it won’t work.
[B]systemctl enable servicename.service[/B]
That should set them to start on boot.
Fedora’s docmentation:
[url]http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/ch-Services_and_Daemons.html[/url]
Then you will want to install fog with the ip 10.0.0.100
We need to verify something first.
Are you using eth1 as a local network separate from the eth0 network?
If so then when you set up the server you need to use the IP 192.168.1.1 So it creates it’s own network.
Did you chose to have FOG do the DHCP?
If so make sure your DHCP server is running(Varies depending on your distro).
when I did this I set FOG to use eth1 during the initial install.
The web interface is still accessible via eth0.
From what I remember, I did not have to alter anything after that point.
Can you try reinstalling windows but this time use a partition tool to completely delete the drive partitions, don’t just use the windows installer.
Use something like diskpart from the recovery console on the OS installation disk:
[url]http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx[/url]
Also convert the disk to MBR format while you are in there.
Then let windows make the partitions and try again.
Exporting appliance is the best way to go for virtual box.
I’m assuming you’ve tried turning disabling UEFI in the bios?
Secure boot is also off correct? if it’s windows 7 it should be, but just to be safe.
Have you tried completely wiping the hdd, removing all partitions then installing just windows to see if it will even upload that?
If you are using the factory partitions they can be a nightmare some times.
At least this way we can eliminate the hdd/formatting being the issue.
I may be a little late to the party but is it possible that the hdd is bad?
From my testing a plain windows 7 install with no software and max compression works out to about 7GB using the latest FOG. So short of removing some system files I don’t think you can slim it down much 
Did you use single partition/disk for the image type? You can also try shrinking the partition manually so it takes as little space as possible, but then you will need to deploy and resize after each deployment, see this post for info:
[url]http://fogproject.org/forum/threads/extend-your-disk-partition-to-max.3640/[/url]
As for removing the unwanted system files, here is a decent guide that should give you some ideas(Every MB counts):
[url]http://lifehacker.com/374376/trim-down-windows-to-the-bare-essentials[/url]
Glad to hear it’s working.
Try Tom’s new kernel:
[url]https://mastacontrola.com/fogboot/kernel/bzImage32[/url]
Save it on your fog server as /tftpboot/fog/kernel/bzImage after renaming the original one
That line shown is the ps -ef command you just ran, it appears tftpd is not running.
Did you try the tftpd-hpa start command i posted above? If so run ps -ef|grep tftp again and it should find two lines this time. If not it should list an error when you run the tftpd-hpa start command.
Dusty, open a terminal and type in ps -ef|grep tftp
Do you see a line similar to this one?
root 1472 1 0 Mar13 ? 00:00:00 /usr/sbin/in.tftpd --listen --user root --address 0.0.0.0:69 -s /tftpboot
if not you need to start the service using
/etc/init.d/tftpd-hpa start
Set your image type to multiple partition.
Sounds like the drive you are trying to image has more than one partition on it.
Have you tried re-downloading the installer in case it’s corrupted? Also are you using version 32 or 33b for FOG?