{"id":481,"date":"2005-01-11T12:50:00","date_gmt":"2005-01-11T12:50:00","guid":{"rendered":"http:\/\/markwilson.me.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm"},"modified":"2007-06-11T22:05:34","modified_gmt":"2007-06-11T21:05:34","slug":"problems-with-certain-nics-and-ris","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm","title":{"rendered":"Problems with certain NICs and a RIS-based Windows XP installation"},"content":{"rendered":"<p><!--110544556265957634-->After my <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/12\/more-problems-with-dell-latitude-d600.htm\">hard disk failure<\/a> last month, I decided to resurrect a project that I had shelved some time ago &#8211; implementing an unattended setup for my PCs at home. I have a variety of computers from HP (Compaq), IBM and Dell, which makes things slightly more complicated than it might otherwise be (although not impossible), so this was an opportunity to implement some of the <a href=\"http:\/\/www.microsoft.com\/technet\/desktopdeployment\/bddoverview.mspx\">business desktop deployment (BDD)<\/a> technologies that I practise at work to implement a standard operating environment (SOE) and allow me to rebuild PCs at will.<\/p>\n<p>My previous experience with unattended installations has largely been on the server side, basically amending and appending OEM installation scripts (e.g. <a href=\"http:\/\/www.hp.com\/servers\/SmartStart\">Compaq\/HP SmartStart<\/a> or the <a href=\"http:\/\/www.hp.com\/servers\/rdp\">HP ProLiant Essentials Rapid Deployment Pack (RDP)<\/a>). This time I had a plethora of drivers to consider, and a limited (zero) budget. To allow for a repeatable, customisable, build I decided not to use any imaging technologies but instead to create a standard unattended setup, including all the drivers needed for the various PCs and a common set of applications. One thing I could rely on the presence of was Pre-boot eXecution Environment (PXE)-enabled workstations, so I <a href=\"http:\/\/support.microsoft.com\/?kbid=298750\">set up and configured Microsoft Remote Installation Services (RIS)<\/a> to serve my Windows XP + SP2 installation &#8220;image&#8221; (not really an image, but that&#8217;s the RIS terminology).<\/p>\n<p>Incidentally, the most complete resource for information on creating unattended builds that I am aware of is the <a href=\"http:\/\/www.msfn.org\/\">Microsoft Software Forum Network&#8217;s<\/a> <a href=\"http:\/\/unattended.msfn.org\/\">&#8220;Creating the Ultimate Unattended XP CD&#8221;<\/a>. Although CD based, this gives much of the information needed for a successful RIS-based installation.<\/p>\n<p>Everything was looking good until I tried to perform a PXE network service boot and connect to the RIS server. I could see that my DHCP server was issuing IP addresses to clients but they received an error:<\/p>\n<p><em>PXE-E53: No Boot Filename Received<\/em><\/p>\n<p>Basically, the PXE clients couldn&#8217;t find the RIS server. DHCP was being served from an ADSL router and I couldn&#8217;t find any way to configure the router to redirect PXE clients. Logically, <a href=\"http:\/\/support.microsoft.com\/?kbid=244036\">interaction between the PXE client, the DHCP server and the RIS server<\/a> should not have been affected by the router because PXE uses DHCP broadcast requests and all the computers were all on the same subnet but once DHCP was migrated to the RIS server, the error disappeared and the RIS Client Installation Wizard ran as expected. Since then, I&#8217;ve found <a href=\"http:\/\/www.microsoft.com\/windows2000\/docs\/remosadmin.doc\">Microsoft PSS&#8217; Technical Guide to Remote Installation Services<\/a>, which suggests various troubleshooting actions but for now it works, so maybe I&#8217;ll investigate further some other time.<\/p>\n<p>The next issue was that Windows XP setup failed as the network drivers for the Broadcom BC570x NIC in my Dell Latitude D600 were not available from the Windows XP installation source:<\/p>\n<p><em>The operating system image you selected does not contain the necessary drivers for your network adapter. Try selecting a different operating system image. If the problem persists, contact your administrator. Setup cannot continue. Press any key to exit. <\/em><\/p>\n<p><a href=\"http:\/\/support.microsoft.com\/?kbid=823658\">Microsoft state that a hot fix is required<\/a> to resolve this issue; however the <a href=\"http:\/\/www.broadcom.com\/drivers\/faq_drivers.php#80\">Broadcom driver FAQ<\/a> gives an alternative resolution which involves editing the B57WIN32.INF setup information file. I didn&#8217;t want to do this as it would break the digital signature and I would prefer to construct the build using signed drivers only. Instead, I used <a href=\"http:\/\/www.broadcom.com\/drivers\/downloaddrivers.php\">the latest drivers (v7.86) from Broadcom<\/a> rather than the Dell-packaged version and once I had <a href=\"http:\/\/support.microsoft.com\/?kbid=315279\">integrated the network drivers with the RIS installation source<\/a>, deleted any instances of precompiled setup information (.PNF) files and restarted the Boot Information Negotiation Layer service, I was able to commence my unattended Windows setup.<\/p>\n<p>This time, a new error halted text-mode setup:<\/p>\n<p><em>File b57w2k.sys caused an unexpected error (21) at line 3788 in d:\\xpsprtm\\base\\boot\\setup\\setup.c. Press any key to continue.<br \/>\n<\/em><br \/>\nSome posts in the <a href=\"http:\/\/bink.nu\/Forums\/ShowPost.aspx?PostID=5080\">Bink.nu<\/a> and <a href=\"http:\/\/www.msfn.org\/board\/index.php?s=54aaa00f7e3d544099fada25a2272a6a&amp;showtopic=27884\">MSFN<\/a> forums led me to a solution for this by copying the Windows 2000 version of the drivers (B57W2K.SYS) to the Windows XP installation source \\i386 folder alongside the Windows XP driver (B57XP32.SYS) and the setup information file (B57WIN32.INF).<\/p>\n<p>Once the Dell PC was working, I had the same issue with an IBM ThinkPad T40 with an Intel PRO\/100 VE card and so it seems logical to assume that this issue may apply to a variety of NICs.<\/p>\n<p>For the BC570x, a Windows User Group (Nordic) article which discusses <a href=\"http:\/\/www.wug-nordic.net\/articles\/ris-add-nic.htm\">integration of Intel and Broadcom drivers with RIS images<\/a> suggests rewriting the B57WIN32.INF file to replace all references to B57W2K.SYS with B57XP32.SYS, but again, I avoided this to prevent issues with unsigned drivers. <a href=\"http:\/\/support.intel.com\/support\/network\/sb\/CS-000023.htm\">Intel&#8217;s solution to installing PRO\/100 or PRO\/1000 NICs via RIS<\/a> requires a further download but I got it working by applying the same resolution as for the Broadcom drivers &#8211; i.e. using <a href=\"http:\/\/www-1.ibm.com\/support\/docview.wss?rs=0&amp;uid=psg1MIGR-54046&amp;loc=en_GB\">IBM&#8217;s distribution of the Intel drivers (v7.0.28.0)<\/a> and including the Windows 2000 E100BNT5.SYS driver in the Windows XP installation source \\i386 folder for text-mode setup.<\/p>\n<p>I should point out that it was only necessary to add these network drivers to the \\i386 folder on the Windows XP installation source in order to use the NIC to copy files during setup and it is still necessary to <a href=\"http:\/\/support.microsoft.com\/?kbid=314479\">add OEM device drivers to the Windows XP installation source<\/a> for all undetected devices in order to allow the drivers to be used during the plug and play (PnP) section of setup.<\/p>\n<p>After a couple of days downloading, integrating and testing drivers, my RIS-based Windows XP installation works for all of my computers and now I can focus on the finer points of the build, tuning the Windows XP installation and adding applications to my SOE.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After my hard disk failure last month, I decided to resurrect a project that I had shelved some time ago &#8211; implementing an unattended setup for my PCs at home. I have a variety of computers from HP (Compaq), IBM and Dell, which makes things slightly more complicated than it might otherwise be (although not &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Problems with certain NICs and a RIS-based Windows XP installation<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[99,54,32],"class_list":["post-481","post","type-post","status-publish","format-standard","hentry","tag-windows-xp","tag-os-deployment","tag-pc-hardware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"After my hard disk failure last month, I decided to resurrect a project that I had shelved some time ago &#8211; implementing an unattended setup for my PCs at home. I have a variety of computers from HP (Compaq), IBM and Dell, which makes things slightly more complicated than it might otherwise be (although not &hellip; Continue reading Problems with certain NICs and a RIS-based Windows XP installation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2005-01-11T12:50:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-06-11T21:05:34+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Problems with certain NICs and a RIS-based Windows XP installation\",\"datePublished\":\"2005-01-11T12:50:00+00:00\",\"dateModified\":\"2007-06-11T21:05:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm\"},\"wordCount\":977,\"commentCount\":22,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Windows XP\",\"Operating System Deployment\",\"PC Hardware\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm\",\"name\":\"Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2005-01-11T12:50:00+00:00\",\"dateModified\":\"2007-06-11T21:05:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/01\\\/problems-with-certain-nics-and-ris.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Problems with certain NICs and a RIS-based Windows XP installation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm","og_locale":"en_GB","og_type":"article","og_title":"Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it","og_description":"After my hard disk failure last month, I decided to resurrect a project that I had shelved some time ago &#8211; implementing an unattended setup for my PCs at home. I have a variety of computers from HP (Compaq), IBM and Dell, which makes things slightly more complicated than it might otherwise be (although not &hellip; Continue reading Problems with certain NICs and a RIS-based Windows XP installation","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm","og_site_name":"markwilson.it","article_published_time":"2005-01-11T12:50:00+00:00","article_modified_time":"2007-06-11T21:05:34+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Problems with certain NICs and a RIS-based Windows XP installation","datePublished":"2005-01-11T12:50:00+00:00","dateModified":"2007-06-11T21:05:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm"},"wordCount":977,"commentCount":22,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Windows XP","Operating System Deployment","PC Hardware"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm","name":"Problems with certain NICs and a RIS-based Windows XP installation - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2005-01-11T12:50:00+00:00","dateModified":"2007-06-11T21:05:34+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/01\/problems-with-certain-nics-and-ris.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Problems with certain NICs and a RIS-based Windows XP installation"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":457,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/08\/more-on-integrating-device-drivers.htm","url_meta":{"origin":481,"position":0},"title":"More on integrating device drivers into an unattended Windows build","author":"Mark Wilson","date":"Tuesday 9 August 2005","format":false,"excerpt":"Earlier in the year I blogged about discovering unknown devices in Windows for integration into an unattended build. What I didn't detail at the time was how to work out which device driver files are needed for a particular device.Some device driver packages are pretty simple, but others are several\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":470,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/03\/configuring-dhcp-option-60-for-pxe.htm","url_meta":{"origin":481,"position":1},"title":"Configuring DHCP option 60 for PXE clients","author":"Mark Wilson","date":"Tuesday 23 March 2004","format":false,"excerpt":"I'm currently working to implement a standard operating environment (SOE) for a client's server infrastructure, using their preferred deployment platform - the HP ProLiant Essentials Rapid Deployment Pack (RDP), which is based on software provided by Altiris and is effectively a wrapper around the standard unattended build process, but uses\u2026","rel":"","context":"In \"Microsoft Windows\"","block_context":{"text":"Microsoft Windows","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/08\/unable-to-join-domain-during.htm","url_meta":{"origin":481,"position":2},"title":"Unable to join domain during unattended Windows installation","author":"Mark Wilson","date":"Friday 6 August 2004","format":false,"excerpt":"I've come across a scenario on a couple of client sites whereby new PCs are staged in a separate VLAN (away from the main network) and fail to join the domain. It is usually a name resolution issue and is resolved by changing the domain name in the unattend.txt file\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":508,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/installing-applications-silently-or-at.htm","url_meta":{"origin":481,"position":3},"title":"Installing applications silently (or at least quietly)","author":"Mark Wilson","date":"Tuesday 15 February 2005","format":false,"excerpt":"As part of the ongoing development of my unattended Windows XP build, I need to install core applications without any user intervention. Anybody who has attempted any form of application packaging will know that it is something of a black art and whilst many applications install with standard InstallShield\/MSIExec command\u2026","rel":"","context":"In \"Operating System Deployment\"","block_context":{"text":"Operating System Deployment","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/os-deployment"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":58,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/preselecting-english-united-kingdom.htm","url_meta":{"origin":481,"position":4},"title":"Preselecting English (United Kingdom) settings during Windows XP setup","author":"Mark Wilson","date":"Tuesday 8 February 2005","format":false,"excerpt":"By default, Windows XP installs English (United States) as the input language. It is possible to add other languages, for example English (United Kingdom), but if you try to remove English (United States) you are prompted that it is in use and will be removed after the next reboot. This\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":478,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/09\/unattended-iis-installation-after.htm","url_meta":{"origin":481,"position":5},"title":"Unattended IIS installation after the operating system has been installed","author":"Mark Wilson","date":"Monday 13 September 2004","format":false,"excerpt":"One of my clients needed to provide an FTP server service on some of its XP PCs, but as an addition to the existing standard operating environment (i.e without altering the core build). Of course, Internet Information Services (including the FTP Publishing service) may be installed as part of an\u2026","rel":"","context":"In \"Microsoft Internet Information Server\/Services\"","block_context":{"text":"Microsoft Internet Information Server\/Services","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/iis"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=481"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/481\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=481"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=481"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}