<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Windows Server on bramp.net</title>
    <link>https://blog.bramp.net/</link>
    <description>Recent content in Windows Server on bramp.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-GB</language>
    <lastBuildDate>Mon, 23 Jun 2008 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.bramp.net/tags/windows-server/" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Create Bootable Windows Server 2008 USB Stick</title>
      <link>https://blog.bramp.net/post/2008/06/23/create-bootable-windows-server-2008-usb-stick/</link>
      <pubDate>Mon, 23 Jun 2008 00:00:00 +0000</pubDate>
      
      <guid>https://blog.bramp.net/post/2008/06/23/create-bootable-windows-server-2008-usb-stick/</guid>
      <description><p>I recently had the need to install Windows Server 2008 from a USB stick. This was because I didn’t have a working DVD drive to hand. I found a couple of <a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/05/01/installing-windows-server-2008.aspx">tutorials</a> <a href="http://www.jesscoburn.com/archives/2007/10/15/installing-windows-2008-via-usb-thumbdrive/">online</a> explaining how to create the disk. They generally explained this technique:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">C:<span class="se">\&gt;</span> diskpart
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">DISKPART&gt; list disk
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">     Select the USB device from the list and substitute the disk number below
</span></span><span class="line"><span class="cl">     when necessary
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">DISKPART&gt; <span class="k">select</span> disk <span class="m">1</span>
</span></span><span class="line"><span class="cl">DISKPART&gt; clean
</span></span><span class="line"><span class="cl">DISKPART&gt; create partition primary
</span></span><span class="line"><span class="cl">DISKPART&gt; <span class="k">select</span> partition <span class="m">1</span>
</span></span><span class="line"><span class="cl">DISKPART&gt; active
</span></span><span class="line"><span class="cl">DISKPART&gt; format <span class="nv">fs</span><span class="o">=</span>fat32
</span></span><span class="line"><span class="cl">DISKPART&gt; assign
</span></span><span class="line"><span class="cl">DISKPART&gt; <span class="nb">exit</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">xcopy X:<span class="se">\*</span>.* /s/e/f Y:<span class="se">\
</span></span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">     where X:<span class="se">\ </span>is your mounted image or physical DVD and Y:<span class="se">\ </span>is your USB
</span></span><span class="line"><span class="cl">     device
</span></span></code></pre></div><p>However it appears diskpart is unable to see USB sticks under Windows XP. I have later tried on Vista and this limitation appears removed. But for those using Windows XP I have found an alternative method.</p>
<p>Firstly find the bootsect.exe tool on the Windows Server disc (in the boot directory). Then run this command where U is the drive letter of the USB stick.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">D:<span class="se">\b</span>oot&gt; bootsect.exe /nt60 U:
</span></span></code></pre></div><p>Now copy all the files from the Windows Server disc onto the USB stick. This can be done by dragging in the GUI or using the xcopy method shown previously.</p>
<p>I have yet to repeat this procedure and I might have previous partitioned or formatted my USB stick in a unique way. So if this method doesn’t work <a href="/about-me/">drop me a mail</a> and I’ll see what I can do.</p>
</description>
    </item>
    
  </channel>
</rss>
