<?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/7271601#M22068</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am experiencing the same issue with the latest (2026) version of the SPP: upon booting a USB key, it crashes saying that it couldn't mount the filesystem cdrom. It isn't a CDROM that I'm booting, it's a USB key.&lt;/P&gt;&lt;P&gt;Is there any way to do this in offline mode? I don't have and can't afford iLO.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gab&lt;/P&gt;</description>
    <pubDate>Sat, 15 Aug 2026 20:36:12 GMT</pubDate>
    <dc:creator>GabHP</dc:creator>
    <dc:date>2026-08-15T20:36:12Z</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 class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Skærmbillede 2023-10-09 104330.png&lt;/span&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>
    <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/7271601#M22068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am experiencing the same issue with the latest (2026) version of the SPP: upon booting a USB key, it crashes saying that it couldn't mount the filesystem cdrom. It isn't a CDROM that I'm booting, it's a USB key.&lt;/P&gt;&lt;P&gt;Is there any way to do this in offline mode? I don't have and can't afford iLO.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gab&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2026 20:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7271601#M22068</guid>
      <dc:creator>GabHP</dc:creator>
      <dc:date>2026-08-15T20:36:12Z</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/7271611#M22069</link>
      <description>&lt;P&gt;OK, I solved the problem, which clearly has been around for several years without indication of going away.&lt;/P&gt;&lt;P&gt;If you are a Linux user trying to apply an SSP in "offline mode" (i.e, by booting your server from a USB stick/key/drive), you can't simply `dd` the ISO because it is dsigned to be an optical disc. Insted, the process that you need to follow is roughly this (as of the 2026 SSP for the Microserver Gen10 plus v2):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;In your USB stick: make bootable partition, mark it EFI&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Format the partition in vfat (in theory ext2 and ext3 are accepted, be my guest to try this out)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the ISO that you downloaded, look for the /usb/usbcreator.sh and either find a way to execute it or just copy what the script does ($1 is origin, $2 is mounted partition in previous step). You will need to copy everything - add more firmware files to /packages if needed, but I wouldn't go about removing stuff as then SUP might not work&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the USB drive, ensure that grub's files in /efi/boot also resides in /boot - don't overwrite the binaries. I copied the config files and themes - some other variations may work. Be my guest if you wish to try&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Replace grub.cfg in /boot with grub_usb.cfg (also replace the appropriate .sig file - haven't tried without; be my guest if you want to try that)&lt;/LI&gt;&lt;LI&gt;I have also copied whatever is /efi/boot to /efi for good measure; it might work without this step, try this out if you fancy (at this point I was over cautious as I wanted to stop rebooting the server over and over again)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That's it - now you can boot the USB drive in UEFI mode and it should work.&lt;/P&gt;&lt;P&gt;If anything of the above sounds alien to you, then it's a good opportunity to learn something new.&lt;/P&gt;&lt;P&gt;If anything of the above sounds alien to you _and_ you have a boss shouting at you along the lines of "Just get it done!", then ask them politely to purchase an iLO interface for your server(s), which is apparently how HP proiritises the development of their upgrade software.&lt;/P&gt;&lt;P&gt;If anybody from HP is reading, this is a good opportunity to create a feedback ticket or equivalent internally and get this SSP redesigned so that it's a bit more open.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gab&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2026 08:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7271611#M22069</guid>
      <dc:creator>GabHP</dc:creator>
      <dc:date>2026-08-16T08:03:12Z</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/7271650#M22071</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2476634"&gt;@GabHP&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Glad to hear that, thanks for sharing the solution with community peers.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 16:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/proliant-microserver-gen10-plus-cannot-install-spp/m-p/7271650#M22071</guid>
      <dc:creator>Thaufique_Mod</dc:creator>
      <dc:date>2026-08-17T16:39:02Z</dc:date>
    </item>
  </channel>
</rss>

