Displaying 3 results from an estimated 3 matches for "p52581_001_gen10spp".
2023 Jan 09
2
Help with an HP Proliant gen10 plus?
...;> # mkfs.vfat /dev/sdb
> ^^^^^^^^^^^^^^^^^^^^
> Why create an MS-DOS filesystem on the stick which gets immediately
> overwritten in the next step?
I think the idea is to get that first 4MB set up for booting, as the dd
skips that space.
>
>
>> # dd bs=4M
>> if=P52581_001_gen10spp-2022.09.01.00-SPP2022090100.2022_0930.1.iso
>> of=/dev/sdb status=progress
> Is this what HPE says how to create the stick? If yes then you may ask HPE
> how to get it to work.
HP gives no instructions.? At least I can't find it on the support
pages.? I do have a support account....
2023 Jan 09
1
Help with an HP Proliant gen10 plus?
Just starting and trying to boot off the SPP firmware update ISO image
on a USB stick.
I made the stick with:
# mkfs.vfat /dev/sdb
# dd bs=4M
if=P52581_001_gen10spp-2022.09.01.00-SPP2022090100.2022_0930.1.iso
of=/dev/sdb status=progress
The usb drive is 16GB and the iso is 9GB.
seem to boot from it and go into auto install of firmware then died with
starting initrd...
warning!!! Unable to mount the file system [cdrom]
warning!!! Unable to mount the file s...
2023 Jan 09
1
Help with an HP Proliant gen10 plus?
...starting and trying to boot off the SPP firmware update ISO image
> on a USB stick.
>
> I made the stick with:
>
> # mkfs.vfat /dev/sdb
^^^^^^^^^^^^^^^^^^^^
Why create an MS-DOS filesystem on the stick which gets immediately
overwritten in the next step?
> # dd bs=4M
> if=P52581_001_gen10spp-2022.09.01.00-SPP2022090100.2022_0930.1.iso
> of=/dev/sdb status=progress
Is this what HPE says how to create the stick? If yes then you may ask HPE
how to get it to work.
>
> The usb drive is 16GB and the iso is 9GB.
>
> seem to boot from it and go into auto install of firmware th...