<?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 Re: Proliant Microserver Gen10 Plus - cannot install SPP in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198243#M19051</link>
    <description>&lt;P&gt;Hi Suman,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply "Debian is not listed as a supported OS"&lt;/P&gt;&lt;P&gt;But shouldn't I still be able to boot from a USB stick, and install the BIOS updates that way, in "offline mode"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skærmbillede 2023-10-09 104330.png" style="width: 1300px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/137607i1000630AC61AA465/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Skærmbillede 2023-10-09 104330.png" alt="Skærmbillede 2023-10-09 104330.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2023 08:45:45 GMT</pubDate>
    <dc:creator>Jesper Holck</dc:creator>
    <dc:date>2023-10-09T08:45:45Z</dc:date>
    <item>
      <title>Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198192#M19048</link>
      <description>&lt;P&gt;I have a Gen10 Plus Microserver running Debian, and this works very smoothly, thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to update the Firmware from 2022 to the newest version, released September 12, 2023. I have downloaded the iso-file, and from this made a bootable USB stick. The machine boots, an everything seems to work, until I meet the question whether I want an automatic or manual update. No matter my answer, I get this response:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Loading kernel...
Loading initial ramdisk...
Warning!!! Unable to mount the file system [cdrom]
Warning!!! Unable to mount the file system
Preboot maintenance mode&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've traced the issue a bit. In the file /boot/grub/grub.cfg&amp;nbsp; we find this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;menuentry "Automatic Firmware Update Version 2023.09.00.00" {
  set gfxpayload=keep
  echo "Loading kernel..."
  linux /system/vmlinuz media=cdrom root=/dev/ram0 splash quiet hp_fibre cdcache TYPE=AUTOMATIC AUTOPOWEROFFONSUCCESS=no AUTOREBOOTONSUCCESS=yes modprobe.blacklist=aacraid,mpt3sas ${linuxconsole}
  echo "Loading initial ramdisk..."
  initrd /system/initrd.img
}

menuentry "Interactive Firmware Update Version 2023.09.00.00" {
  set gfxpayload=keep
  echo "Loading kernel..."
  linux /system/vmlinuz media=cdrom root=/dev/ram0 splash quiet hp_fibre cdcache TYPE=MANUAL AUTOPOWEROFFONSUCCESS=no modprobe.blacklist=aacraid,mpt3sas  ${linuxconsole}
  echo "Loading initial ramdisk..."
  initrd /system/initrd.img
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, on another Debian server, I've tried to mount /system/initrd.img, but the image doesn't appear to contain a recognizable filesystem. The "file" command tells me the initrd.img is a squashfs image, but the first bytes in the file doesn't contain a recognizable Squashfs super block.&lt;BR /&gt;&lt;BR /&gt;I will appreciate any help or suggestions &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;BR /&gt;Jesper, Denmark&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 07:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198192#M19048</guid>
      <dc:creator>Jesper Holck</dc:creator>
      <dc:date>2023-10-16T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198230#M19049</link>
      <description>&lt;P&gt;I found out that I can indeed mount the /system/initrd.img file on another Debian server, if I just specify sysfs as file system, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mount -o loop -t sysfs initrd.img /mnt/initrd/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that doesn't solve my problem. Where do the warning messages come from? Which filesystem can't be mounted? Why?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 07:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198230#M19049</guid>
      <dc:creator>Jesper Holck</dc:creator>
      <dc:date>2023-10-09T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198241#M19050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Debian is not listed as supported OS.&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=a00134494en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=a00134494en_us&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://techlibrary.hpe.com/us/en/enterprise/servers/products/service_pack/spp/index.aspx" target="_blank"&gt;https://techlibrary.hpe.com/us/en/enterprise/servers/products/service_pack/spp/index.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;BR /&gt;I work with HPE but opinions expressed here are mine.&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sf000091805en_us" target="_blank"&gt;HPE Tech Tips videos on How To and Troubleshooting topics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 08:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198241#M19050</guid>
      <dc:creator>Suman_1978</dc:creator>
      <dc:date>2023-10-09T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198243#M19051</link>
      <description>&lt;P&gt;Hi Suman,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply "Debian is not listed as a supported OS"&lt;/P&gt;&lt;P&gt;But shouldn't I still be able to boot from a USB stick, and install the BIOS updates that way, in "offline mode"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skærmbillede 2023-10-09 104330.png" style="width: 1300px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/137607i1000630AC61AA465/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Skærmbillede 2023-10-09 104330.png" alt="Skærmbillede 2023-10-09 104330.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 08:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198243#M19051</guid>
      <dc:creator>Jesper Holck</dc:creator>
      <dc:date>2023-10-09T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198253#M19054</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes offline should happen if the server is supported.&lt;BR /&gt;Do you have iLO in this server, if Yes you can deploy virtually, here are some videos for help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000192en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000192en_us&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00020151en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00020151en_us&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000202en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000202en_us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try installing SPP via IP, page# 68&lt;BR /&gt;&lt;A href="https://www.hpe.com/psnow/doc/a00073430en_us" target="_blank"&gt;https://www.hpe.com/psnow/doc/a00073430en_us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Still having problems, please contact HPE Support to log a case.&lt;/P&gt;&lt;P&gt;Thank You!&lt;BR /&gt;I work with HPE but opinions expressed here are mine.&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sf000091805en_us" target="_blank"&gt;HPE Tech Tips videos on How To and Troubleshooting topics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198253#M19054</guid>
      <dc:creator>Suman_1978</dc:creator>
      <dc:date>2023-10-09T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198403#M19067</link>
      <description>&lt;P style="margin: 0;"&gt;Hi &lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/63169"&gt;@Jesper Holck&lt;/a&gt;,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Good day!&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Yes, you can perform the update using Offline Method.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Downloading and Installing an SPP : &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00026884en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00026884en_us&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Download Link : &lt;A href="https://techlibrary.hpe.com/us/en/enterprise/servers/products/service_pack/spp/index.aspx" target="_blank"&gt;https://techlibrary.hpe.com/us/en/enterprise/servers/products/service_pack/spp/index.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you&lt;BR /&gt;RamKS&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 06:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198403#M19067</guid>
      <dc:creator>ksram</dc:creator>
      <dc:date>2023-10-11T06:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198974#M19092</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2010649"&gt;@ksram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wasn't able to do the updates via the "offline method", unfortunately. As described, I could make the server boot from the usb-stick, but the update process stalled each time with the indicated error messages.&lt;/P&gt;
&lt;P&gt;So I decided to take the "Ilo way" ... I bought the small piece of hardware needed to make a special Ilo network port, installed the hardware, and after this I could connect to the Ilo via a browser on a workstation on the network. From there, the biggest problem was to find out which firware updates etc. to choose. It would be so nice if HP could make a list of updates relevant for my 2 servers.&lt;/P&gt;
&lt;P&gt;But now I have updated both the Ilo itself and also done various firmware / driver updates &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 04:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7198974#M19092</guid>
      <dc:creator>Jesper Holck</dc:creator>
      <dc:date>2023-10-19T04:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant Microserver Gen10 Plus - cannot install SPP</title>
      <link>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7199548#M19119</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Good day!&lt;BR /&gt;&lt;BR /&gt;The SPP Package contains all the necessary Firmware and packages for almost all the Servers.&lt;BR /&gt;&lt;BR /&gt;Running this would give a inventory list which contains the current Firmware version and also the Versions available in the particular SPP.&lt;BR /&gt;&lt;BR /&gt;or the other way is to check the Support site with to the components installed on the Server to get the Firmware details.&lt;BR /&gt;&lt;BR /&gt;Additionally you can subscribe to alerts or Firmware which can help in getting to know the latest firmware / Driver releases&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;RamKS</description>
      <pubDate>Fri, 27 Oct 2023 05:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7199548#M19119</guid>
      <dc:creator>ksram</dc:creator>
      <dc:date>2023-10-27T05:22:40Z</dc:date>
    </item>
  </channel>
</rss>

