<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Proliant server not booting in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133702#M14878</link>
    <description>&lt;P&gt;I have a HP proliant dl 160 Gen 9 server that is refusing to boot. When I try to reset it it says the drive in which windows was installed has been locked, unlock the drive and try again. How can I solve this?&lt;/P&gt;</description>
    <pubDate>Tue, 11 May 2021 08:34:09 GMT</pubDate>
    <dc:creator>Monde</dc:creator>
    <dc:date>2021-05-11T08:34:09Z</dc:date>
    <item>
      <title>Proliant server not booting</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133702#M14878</link>
      <description>&lt;P&gt;I have a HP proliant dl 160 Gen 9 server that is refusing to boot. When I try to reset it it says the drive in which windows was installed has been locked, unlock the drive and try again. How can I solve this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 08:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133702#M14878</guid>
      <dc:creator>Monde</dc:creator>
      <dc:date>2021-05-11T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant server not booting</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133841#M14886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can try these troubleshooting steps to see if the issue is fixed,&lt;/P&gt;&lt;P&gt;Fix 1. Check disk errors with CHKDSK&lt;/P&gt;&lt;P&gt;The CHKDSK utility is built-in Windows, aiming to check the integrity of your hard disk and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.easeus.com/disk-copy/clone-resource/repair-a-bad-sector-in-windows-10-8-7.html" target="_blank" rel="noopener"&gt;fix bad sectors&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if any were found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Boot the computer via the Windows installation media either a USB stick or a DVD, and go to "Next".&lt;/P&gt;&lt;P&gt;2. Click "Repair your computer" &amp;gt; "Advanced startup options" &amp;gt; "Troubleshoot" &amp;gt; "Advanced options" &amp;gt; "Command prompt".&lt;/P&gt;&lt;P&gt;3. On the command prompt window, you will need to input the command line (C: is where your Windows is installed).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;chkdsk C: /f /x /r&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;4. Press "Enter" on the keyboard for the check to start.&lt;/P&gt;&lt;P&gt;5. After this operation is finished, please reboot the Windows computer and check to see if you get the same error.&lt;/P&gt;&lt;P&gt;Fix 2. Use the SFC&amp;nbsp;command&lt;/P&gt;&lt;P&gt;The SFC command is a Command Prompt command that can be used to verify and replace important Windows system files. Many troubleshooting steps likewise advise the use of the SFC command.&lt;/P&gt;&lt;P&gt;1. Open the command prompt window as you did in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.easeus.com/storage-media-recovery/unlock-hard-drive.html#1" target="_blank" rel="noopener"&gt;[Fix 1]&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;2. Type the following command in the command prompt window:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;sfc /scannow&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Press "Enter" on the keyboard.&lt;/P&gt;&lt;P&gt;4. Let the scan finish and fix any potential errors.&lt;/P&gt;&lt;P&gt;5. Reboot your Windows computer and check if you have the same error message.&lt;/P&gt;&lt;P&gt;Fix 3. Perform the bootrec&amp;nbsp;command&lt;/P&gt;&lt;P&gt;1. Go to the "Troubleshoot" feature in Windows as you did in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.easeus.com/storage-media-recovery/unlock-hard-drive.html#1" target="_blank" rel="noopener"&gt;[Fix 1]&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;2. Type "Advanced options" &amp;gt; "Automatic repair" &amp;gt; "Command prompt".&lt;/P&gt;&lt;P&gt;3. Type the command line and press "Enter" on the keyboard:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;bootrec /RebuildBcd&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;4. Type the command line and press "Enter" on the keyboard:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;bootrec /fixMbr&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;5. Type the command line and press "Enter" on the keyboard:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;bootrec /fixboot&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;6. Type the command line:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exit&lt;/STRONG&gt;, and press "Enter" on the keyboard.&lt;/P&gt;&lt;P&gt;7. Reboot your Windows computer and see if you still get the error message.&lt;/P&gt;&lt;P&gt;Fix 4. Refresh the PC&lt;/P&gt;&lt;P&gt;1. Restart your computer and boot from the USB drive or DVD installation media.&lt;/P&gt;&lt;P&gt;2. Click "Repair your computer".&lt;/P&gt;&lt;P&gt;3. Click "Troubleshoot" and then click "Refresh your PC".&lt;/P&gt;&lt;P&gt;4. Follow the wizard instructions to complete the process.&lt;/P&gt;&lt;P&gt;Please Note: these steps were from a 3rd party website, you can check for more details from here :&amp;nbsp;&lt;A href="https://www.easeus.com/storage-media-recovery/unlock-hard-drive.html" target="_blank" rel="noopener"&gt;https://www.easeus.com/storage-media-recovery/unlock-hard-drive.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 03:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133841#M14886</guid>
      <dc:creator>Anu_K</dc:creator>
      <dc:date>2021-05-12T03:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant server not booting</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133921#M14893</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server has two harddrives mirrored using Raid 1. i tried the commands above in Command prompt but it says file not found. I presume the problem is wit the logical drive since when I remove one of the HDDs and insert it in another PC it boots properly.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 07:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-server-not-booting/m-p/7133921#M14893</guid>
      <dc:creator>Monde</dc:creator>
      <dc:date>2021-05-12T07:38:01Z</dc:date>
    </item>
  </channel>
</rss>

