Installing Windows Server 2008 without a DVD-ROM drive

6,299

Solution 1

Couldn't you just install DVD drive for the installation time and make an ISO of the DVD on hard drive if needed later?

Solution 2

If you have another machine running Server 2008 (not sure about earlier versions been able to deploy 2k8 over the network) you can setup Windows Deployment Service to install the OS using PXE over the network which is the "proper" name for Ethernet Boot Agent

Solution 3

You can make a bootable USB stickof Server 2008. I've done this on HP ProLiants that lacked any optical drives.

Solution 4

Use the Windows Automated INstall Kit (WAIK) to generate a WinPE CD to boot your server on. Place the contents of the Server DVD on a shared folder. Once WinPE is up, map a drive to that shared folder and just kick off the install from there.

Share:
6,299

Related videos on Youtube

Mack
Author by

Mack

Hello.

Updated on September 17, 2022

Comments

  • Mack
    Mack over 1 year

    We've just picked up a cheap second-hand Dell PowerEdge 860 with an SAS 5i/R RAID controller, and we want to install Windows Server 2008 on it. Problem is that the machine only came with a CD-ROM drive and the OS is only available in DVD format...!

    However, the server is fitted with an onboard Broadcom NetExtreme that mentions an Ethernet Boot Agent during boot-up. I'm kind of hoping that I can use this agent to install an OS over our local network.

    Is this even possible? If so, how can it be done?

    If it can't done, how else can we install Windows Server 2008 onto a machine with only a CD-ROM?

    Thanks for any help or advice.

    Note: There is no operating system on the machine at present. Other operating systems close at hand on CD are: Windows Server 2003 and Windows ME X( - both of which require a floppy drive to add drivers for the RAID controller. (Naturally, the server doesn't have a floppy drive.)

    UPDATE So many great answers, in the end we bit the bullet and installed a DVD drive. Thanks for the help, everyone.

  • MrGigu
    MrGigu over 14 years
    For this situation maybe, but try getting it onto a Blade Centre where the dongle to plug an optical drive in has been lost and PXE-boot is your only option.
  • Mack
    Mack over 14 years
    I don't believe the 860 can boot from a USB stick :-/ I'll investigate, thanks.
  • Mack
    Mack over 14 years
    +1 Ah, thank you! This is very useful information, thanks!
  • Mack
    Mack over 14 years
    Well it supposedly DOES boot up from a USB stick... it just won't do it for me :(
  • Mack
    Mack over 14 years
    Ok, you can boot from USB provided you set it to "Harddrive mode" in the BIOS.
  • Mack
    Mack over 14 years
    We permanently installed a DVD drive salvaged from an old laptop. We figured there would only be an endless stream of problems in the future (installing other software, etc), so we needed a more long-term solution.