Am I reading this right, you have windows and debian on the same pc, and on that pc you have fog installed and you want to ghost the windows partiton from the same pc that fog+debian is on? Maybe pulling your hard drive from the other pc, installing it in the pc with windows 7 on it, booting to debian (not windows) and learning how partimage works would be your best option here… You really need fog on a seperate PC than you are trying to pull a ghost from…
Latest posts made by rixter
-
RE: Hi Help with Fog
-
RE: Slow computers
First (and this may sound stupid) check for conficker [url]http://www.confickerworkinggroup.org/infection_test/cfeyechart.html[/url]
Second, check in your c:\fog.log If you are having some client issues, it might show up there. Also, do you have any snapins trying to install?
Third, check your system logs, right click my computer, click manage, look at the event logs.
Fourth, scan for spyware, malware, and virus’s, run chkdsk /f and defrag.If you still have issues with them slowing down, make sure the CPU heatsink isn’t caked down with dust.
If none of the above fixes your issues… Buy new computers
-
RE: Some Errors and a sleeping moment
Blackout, are you sure this isn’t an initrd issue? I was thinking I had some issue where I changed out my init file and it took care of something similar to this.
-
RE: Moving Images
Automatic to what? If you are talking external hard drive or a NAS, creating a small bash script and running it with cron is pretty easy, if you are talking tape, I don’t know as I have never used tape, and for DVD, there are several CLI programs for that, again bash and cron, replace the DVD daily.
-
RE: VM fog setup
First understand that pxe and magic packets are 2 separate things. But yes routers will disrupt the flow of these packets. These type of packets need to be on the same network, and by definition routers separate networks. For instance, if your fog server is on a 10.1.1.2 ip and the netmask is 255.255.0.0, then anything within the 10.1.x.x range would find it, however if you have a router in there so your clients are on the 10.2.x.x network then you will need to add a rule to make 10.1.1.2 able to be seen (if this is possible, its been years since I last configured an actual router, sure I setup some wireless routers, but that just isn’t the same as a cisco 2800 now is it? ) Typically you want to be on the same switch.
-
RE: Problem PXE uploading
Wouldn’t hurt to give [url]http://fogproject.org/forum/threads/pxe-boot-goldmemory.12/page-2#post-368[/url] a shot. It should be fairly easy to setup and might fix your issue.
-
RE: Can't have partition outside the disk
If it is the 2 default partitions for windows 7 (one is very small ~100 mb and the other is the rest of the disk) you can still use the NTFS Resizable option on it (fog takes into account that it is for windows 7 and allows this). Again IF you can ghost this back to the original machine and pull it again with the resizable option, I’m betting it will fix your issue.
-
RE: Windows XP booting to OS when I tell it to deploy an image.
I wouldn’t think that would be it because fog and tftp are on the same pc, although instead of creating the file directly in the /tftpboot directory, does it ‘upload’ it? I don’t know. I will try it tomorrow and see if I can find out.
-
RE: Can't have partition outside the disk
If you can, deploy that windows 7 image on another machine, create a new image, this time make it resizable, run chkdsk /f, push it back to the server under the new image, then try it again on the machine that is having problems.
If you can’t do this, I am not sure of any other options you have. (possibly creating a partition the exact size of the one from the machine it was pulled from?)
-
RE: Can't have partition outside the disk
Of course it matters, the reason to run chkdsk is to fix hard drive issue (file index’s, truncated files, etc.) so running it before you upload is very important, as you don’t want corrupted data to be uploaded. ntfsresize is a tool that runs within the fog environment, and if you have disk issues it will normally let you know, but not always. Sysprep only prepares the files and registry for an image creation, it doesn’t touch the disk structure. As a matter of fact, I rarely use sysprep on xp anymore, with windows 7 though its important. Defragging before you image can reduce your image size drastically as well, when you have ‘unorganized’ data spanning across 10 gigs, but only are using 4 gigs of space, it picks the last place on the disk there is data and creates the image based on that. I have solved SEVERAL ghosting issues by using those 2 tools before I upload the image. Even issues that crop up after the deployment can be fixed by that.