I’m pretty new to this whole thing. I’ve got my system up and running and would like to add this as a feature but I’m unsure how to edit the init.gz code. I pulled down /tftpboot/fog/images/init.gz and unzipped it but I cant find the code that I am supposed to edit. I assume that means I have grabbed the wrong init.gz but I’m not sure which one I should be grabbing. Any help would be greatly appreciated.
Latest posts made by sysfs
-
RE: Backup Feature for user profiles/Data
-
RE: Non standard partition layout - win 7
Well, I would have agreed with you 2 weeks ago… then I got desperate and started trying everything under the sun.
TL;DR: it worked!!!
So here is the long of it. the reason my images wouldn’t pull as “Single Disk, NTFS Only, Resizable”(SDNOR) is because the “system reserved”(rec.img.000) partition was bigger than the 100mb default, and in the wrong place on the disk (/dev/sda2 instead of sda1). so I figured I could pull the image off the machine and rearrange them and then push it back to another system; but, as you said, the “Multiple Partition, Single disk” (MPSD) pulls the MBR as well. So rearranging the partitions doesn’t work.
What I did to get it working was this.
- I installed my company’s Golden Image on computer A.
- I installed an OEM version of Win7 Enterprise on computer B. (with default partition configuration)
- I resized the partitions on A to the smallest sizes I could with disk man’s NTFS Shrink
- I pulled a MPSD image from A; and a SPNOR image from B.
- I created a new image and made it SPNOR. (Call it C)
- I copied rec.img.000 from B’s image to C
- I copied d1p1.img from A’s image (the large partition with the majority of the disk on it) to C and renamed it sys.img.000
- I pushed image C to computer C and lo-and-behold… wait for it… It worked!!!
Now the partitions are in the right order, and properly sized, so I can create a new SPNOR image off of this computer without any problems!!!
Also as one of my colleagues suggested I checked to make sure that Bitlocker would still work and it does.
So yes, you can just rename the files in an image to change it from MPSD to SPNOR; because SPNOR doesn’t save the MBR like MPSD does. Granted you can’t go the other direction (SPNOR to MPSD) but I can’t think of a reason anyone would want to right now anyway
-
Non standard partition layout - win 7
My company has a cd that we use for all new machines that I am required to use on every system. It is our golden master. I would like to make additions to this load and make images with these additions to be pushed to specialized systems for different groups (based on the needs of those groups). The only problem I have is that the master image that the cd burns to each system has the bitlocker “system reserved” partition at the end of the disk instead of the beginning, and it is 500mb instead of 100mb.
I am new to fog but; I have been able to pull images off of standard installations of win7 as resizable with no issues. I can pull a mpsd image off of a mastered computer with no problem as well. But because of the non standard partition scheme fog won’t pull a resizable image off one of the mastered computers.
I have since resized the partitions with disk management ntfs shrink; pulled an mpsd image and renamed the d1p*.img files to rec and sys.img.000. When I use disk man to resize the 500mb bitlocker partition the smallest I can get it is 115mb. When I attempt to push it back to a machine using single partition resizable it only pushes the sys.img.000 file back; but pushes it back to sda2 with a 100mb partition as sda1. This will not boot though. I believe it gives an error about partition overlap on reboot.
When I use easeus to shrink the bitlocker partition I can get it below the 100mb threshold and then pull a mpsd image. After renaming the img files fog will push them back to a computer in the right order but… I get the dreaded boot\bcd error 0xc0000225. I have not been able to successfully clear this error like I can with 0xc000000e.
When partimage is pushing the images back to a machine I see where it knows what partition it was when it was pulled and I wonder if this has anything to do with the issues I’m experiencing.
My real question though Is this: has anyone had any luck with non standard partition schemes like this one and what did you have to change (hopefully a script cause I’m sure I can muddle through that) to get your issues resolved?