<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Altiris on Remko's Blog</title><link>https://remkoweijnen.nl/blog/tags/altiris/</link><description>Recent content in Altiris on Remko's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 22 Mar 2011 12:29:32 +0000</lastBuildDate><atom:link href="https://remkoweijnen.nl/blog/tags/altiris/index.xml" rel="self" type="application/rss+xml"/><item><title>Tips for using SysPrep with Altiris</title><link>https://remkoweijnen.nl/blog/2011/03/22/tips-for-using-sysprep-with-altiris/</link><pubDate>Tue, 22 Mar 2011 12:29:32 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2011/03/22/tips-for-using-sysprep-with-altiris/</guid><description>&lt;p&gt;Altiris has built in support for &lt;a href="http://en.wikipedia.org/wiki/Sysprep" target="_blank"&gt;Sysprep&lt;/a&gt; when creating or distributing images.&lt;/p&gt; &lt;p&gt;The documentation doesn't mention some things that are worth knowing so I will try to address them in this post.&lt;/p&gt; &lt;p&gt;Sysprep support can be added to Altiris during the install where it will ask you for the Sysprep install files (deploy.cab) per selected OS.&lt;/p&gt; &lt;p&gt;If you didn't add Sysprep during install you can copy deploy.cab to one of subfolders in the Sysprep folder. Eg for 32 bit Windows 2003 deploy.cab goes to &lt;em&gt;Sysprep\DotNet\x86&lt;/em&gt;:&lt;/p&gt; &lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image46.webp" class="glightbox" data-type="image" data-gallery="post-1651"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb46.webp" width="86" height="244" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;As I wrote earlier in &lt;a href="https://remkoweijnen.nl/blog/2010/11/03/cannot-complete-customization-when-cloning-from-template/" target="_blank"&gt;this post&lt;/a&gt; it's very important to use the correct Sysprep version as each OS has it's own version. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Add VMXNET3 driver to Windows PE PXE Image</title><link>https://remkoweijnen.nl/blog/2011/03/18/add-vmxnet3-driver-to-windows-pe-pxe-image/</link><pubDate>Fri, 18 Mar 2011 14:20:08 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2011/03/18/add-vmxnet3-driver-to-windows-pe-pxe-image/</guid><description>&lt;p&gt;After &lt;a href="https://remkoweijnen.nl/blog/2011/03/17/compiling-drivers-for-altiris-linux-pxe-image-part-2/" target="_blank"&gt;compiling the VMWare VMXNET3 Driver&lt;/a&gt; for Linux I needed a driver for the Windows PE Image as well.&lt;/p&gt; &lt;p&gt;Compared to what I needed to do for Linux this was a breeze!&lt;/p&gt; &lt;p&gt;First we need the VMWare tools again so I grabbed windows.iso from /vmimages/tools-isomages.&lt;/p&gt; &lt;p&gt;The driver files are in a cab file, VMXNET3.cab, extract this cab file somewhere and open the Altiris PXE Configuration tool.&lt;/p&gt; &lt;p&gt;Select the Windows PE Entry and click Edit:&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image39.webp" class="glightbox" data-type="image" data-gallery="post-1626"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb39.webp" width="403" height="142" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Then click Edit Boot Image: &lt;br /&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image40.webp" class="glightbox" data-type="image" data-gallery="post-1626"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb40.webp" width="244" height="171" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;#160;&lt;/p&gt;</description></item><item><title>Compiling Drivers for Altiris Linux PXE Image Part 1</title><link>https://remkoweijnen.nl/blog/2011/03/17/compiling-drivers-for-altiris-linux-pxe-image-part-1/</link><pubDate>Thu, 17 Mar 2011 13:07:22 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2011/03/17/compiling-drivers-for-altiris-linux-pxe-image-part-1/</guid><description>&lt;p&gt;First we need to setup a Linux Virtual Machine with a distro of choice (I recommend a 32 bit version). I will be using Ubuntu here and the first step is to &lt;a href="http://www.ubuntu.com/desktop/get-ubuntu/download" target="_blank"&gt;download&lt;/a&gt; the iso.&lt;/p&gt;
&lt;p&gt;At the time of writing Ubuntu 10.10 was the Latest version so I used that one.&lt;/p&gt;
&lt;p&gt;Create a new Virtual Machine and use the iso as install media, I am using VMWare Workstation and it recognises Ubuntu and performs an &amp;ldquo;easy install&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;&lt;a class="glightbox" data-type="image" data-gallery="post-1594" href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image23.webp"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb23.webp" border="0" alt="image" width="244" height="64" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The install is unattended (when VMWare Tools are installed you need to perform a login) and took only 6 minutes on my laptop!&lt;/p&gt;
&lt;p&gt;Now we need to install gcc (the compiler), open the Ubuntu Software Center:&lt;/p&gt;
&lt;p&gt;&lt;a class="glightbox" data-type="image" data-gallery="post-1594" href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image24.webp"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb24.webp" border="0" alt="image" width="232" height="231" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>STOP: 0x0000005D when booting Windows PE</title><link>https://remkoweijnen.nl/blog/2011/03/15/stop-0x0000005d-when-booting-windows-pe/</link><pubDate>Tue, 15 Mar 2011 12:47:13 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2011/03/15/stop-0x0000005d-when-booting-windows-pe/</guid><description>&lt;p&gt;I was booting a new VMWare Virtual Machine with Windows PE through Altiris for initial deployment but Windows PE halted with a BSOD:&lt;/p&gt; &lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image22.webp" class="glightbox" data-type="image" data-gallery="post-1570"&gt;&lt;img loading="lazy" decoding="async" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="https://remkoweijnen.nl/blog/wp-content/uploads/2011/03/image_thumb22.webp" width="438" height="38" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>