You should be able to.
Posts made by BPSTravis
-
RE: Having a freezing issue on registration....
[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] -
RE: FOG Setup with 2 NIC's
Then you will want to install fog with the ip 10.0.0.100
-
RE: FOG Setup with 2 NIC's
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.
-
RE: FOG Setup with 2 NIC's
Did you chose to have FOG do the DHCP?
If so make sure your DHCP server is running(Varies depending on your distro).
-
RE: FOG Setup with 2 NIC's
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.
-
RE: Upload of Image Failing
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.
-
RE: Collecting image from Virtualbox
Exporting appliance is the best way to go for virtual box.
-
RE: Working UL, Cannot DL Fujitsu
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.
-
RE: Working UL, Cannot DL Fujitsu
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.
-
RE: Working UL, Cannot DL Fujitsu
I may be a little late to the party but is it possible that the hdd is bad?
-
RE: Windows 7 Image Size
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] -
RE: Dell Latitude 3540 fails with kernel 3.8.8
Glad to hear it’s working.
-
RE: Dell Latitude 3540 fails with kernel 3.8.8
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
-
RE: Disk read error on dell 7010
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.
-
RE: Disk read error on dell 7010
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
-
RE: Errors trying to upload an image to FOG
Set your image type to multiple partition.
Sounds like the drive you are trying to image has more than one partition on it.
-
RE: FOG Installation Keeps Crashing
Have you tried re-downloading the installer in case it’s corrupted? Also are you using version 32 or 33b for FOG?
-
RE: Disk read error on dell 7010
I just ran into the same problem with an OEM formatted drive, I did a clean install and everything worked fine going forward.
Let us know if you still have trouble after the clean install Dusty.