DS5100 boot failure - question

Gramps wrote:

Not that it is going to do any good, but when you see press for setup start pressing F7 repeatedly.  Curious to see if Windows Boot Manager is a listed option

The default bios settings do not show .

The ds5100 does not come with the emergency usb stick, but I saw that in the review that talked about it also.

Sounds like you have a bad boot drive. But just in case you switched the bios boot order:

Steps to reset the ds5100/6100 to default boot:

  1. Unplug both powersupplies for 60 seconds then plug back in.
  2. Press power button.
  3. Press repeatedly until you see blue menu. (this is where Gramps wanted you to look for “Windows Boot  Manager” menu option.)
  4. Use the arrow keys and go down to “Enter Setup” and hit enter.
  5. Press to load optimized bios settings, and hit enter.
  6. Press to save and exit, and hit enter.
  7. Your ds5100/6100 should quickly power cycle and restart.

That probably did not help you, so you need to create an emergency USB key.  

Steps to create and boot a USB key for diagnostics:

  1. Download Windows 2012r2 Essentials ISO (or use your own 2012r2 VL ISO)
    http://technet.microsoft.com/en-US/evalcenter/dn205288.aspx
  2. Follow this guide except use the DV5.ISO you downloaded from microsoft.
    http://www.eightforums.com/tutorials/15458-uefi-bootable-usb-flash-drive-create-windows.html
  3. Download the Sentinel software (sentinel_firmware_2_2_10_18.zip) so you can add the drivers
    http://download.wdc.com/nas/sentinel_firmware_2_2_10_18.zip?v=1873
  4. Extract the mvsdrv.cab from the sentinel_firmware_2_2_10_18.zip to the /support dir of the USB key
    expand mvsdrv.cab e:\support\ -F:*
  5. Now inject the drivers into the boot.wim
    a. mkdir c:\mount
    b.  dism /mount-wim /wimfile:e:\sources\boot.wim /index:2 /Mountdir:c:\mount
       (notice that image 2 is selected)
  6. c.  *dism /image:c:\mount /add-driver /driver:e:\support*
       (2 drivers should be injected)
    d.  dism /unmount-wim /mountdir:c:\mount\ /commit
  7. Power on your ds5100
  8. Repeatedly press key until you get to boot menu
  9. Find the usb key entry that starts with UEFI: … (right above Enter Setup) down arrow to it and hit enter.
  10. Computer should now boot from usb

If you want to check on your drive status you can press <SHIFT+F10> and type “diskpart” then “list disk” to see what drives are working in windows.

http://care.dlservice.microsoft.com/dl/download/8/F/7/8F7024D2-AB2A-4BE2-8406-1E3AC49C5C1F/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO

1 Like