[quote=“M Bodelson, post: 8961, member: 1787”]Hello Eric
I used the kernel you posted on scatteredspace and I was able to register my Dell Optiplex 990s with the AMD Radeon HD6540 Video Card. At this point when I try to create the image it creates 3 very small image files. The status bars that display when building the image just quickly flash by. Are there any parameters I need to set in fog or anything else I should do when I upload an image from the Optiplex 990? Thanks.[/quote]
I’m not sure what the three files are. I didn’t have to set any parameters that I can remember. However, I didn’t set much of the Fog back end up so I could be missing something. When I created my image over the summer I did the following:
(I’m using Fog .32)
- Went to image managment and created a default x86 Windows 7 Master Image
- Image type was set to Multiple Partition Image - Single Disk (Not Re sizable)
In Windows:
- I put the PC in audit mode after a clean install
- Made my changes the PC
- Used Windows CMD PNPUtil to add all the drivers for every Optiplex I have directly into the image
- Sysprep’ed the PC using the following CMD : Sysprep.exe /generalize /oobe /shutdown /Unattend:unattend-X86.xml
Must create an unattend file using MS tools and then navigate to C:\Windows\system32\sysprep
After Sysprep I loaded Gparted: [url]http://gparted.sourceforge.net/[/url]
- After the PC shuts down I reboot it and load Gparted immediately.
- I shrink the partition to its smallest possible size to so that the image fits on all available hard drive sizes
- Once the partition is shrunk I reboot and let scandisk complete. After scandisk completes the PC reboots
- Once PXE loads I register the PC and have it upload its Image to Fog
When the PC reboots I have a script that runs that loads any drivers that PNPutil.exe could not handle and use diskpart.exe extendvol to expand the hard drive back to its full size. Ive also found in my experince that have the script delay the Fog service helps with it automatically joining the domain.
[quote=“Fabian Wostal, post: 4210, member: 189”]Good Morning Eric,
Could you please provide me some information what parameters did you choice by creating the Kernel for OptiPlex PCs?
The problem was exactly the same like it’s showing on your print screen. I create yesterday the Kernel with the version Linux-3.4 and choice all default values not to waste to much time us I work yesterday about 9.5 hours. Could you please provide me the information that you choice to make the PXE boot starting properly with ATI graphic cards installed in the PC?
Thank you in advance.
Fabian[/quote]
When I created the kernel I just followed the instructions from here: [url]http://fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel[/url]
Once I was able to edit the kernel I simply added all the NICs and Video drivers available. I also know that there is a custom parameter that you can set to remove the snow screen issue in Fog but I cannot find the command or the forum post that mentioned it at this time.