So just put the BIOS update in the root directory? So in the root directory there's multiple other directories etc, usr and so forth. There is a directory in the root directory called root. So do I put it in that root directory or just in the / directory? Lmk KGIII. Thanks man!!!!!!!!!!
No no no no. That's your root partition on your PC. It doesn't go there!
What
@KGIII meant was to put what came out the zip files, eg: Hewlett-Packard/BIOS/New/ into the /
on your flashdrive and
not your PC. I think he also means to copy the efi into the / on your flashdrive (I have to do a similar directory hack on my laptop when I do a fresh install for GRUB's efi file).
PS: I suggest you manually unzip the gzip folder next round.
Checklist:
1. Is your flashdrive FAT32? Check with Disks or GParted (more user-friendly than the output of fdisk -l) Please note: exFAT is not FAT32. Also, you may have to install
dosfstools
if it's not default (
apt-get install dosfstools
)
2. Now after copying everything, when you open you flashdrive in the file manager, does it have the "Hewlett-Packard" directory and nothing else?
3. Does your directory structure look like so:
Code:
Hewlett-Packard/
BIOS/
the-name-of-your-bios-file
the-name-of-the-signature-file-that-came-with-it
BIOSUpdate/
HpBiosUpdate.efi
the-name-of-the-other-signature-file
HpBiosUpdate.efi
Okay, it should work. You need to reboot, open the boot menu (usually F10, F2, F11 or something). Choose either your flashdrive or something like "Bios Updater" from the boot menu. That should get things going (and I'm sure having the efi file at top level will work as suggested earlier).
PS: Just ocurred to me: Can you override the need for signing / disable secure boot? Don't have an HP to tinker but that may also add road bumps during the pocess to come.
If you cannot boot into the updater, I just posted
how to boot an EFI fro GRUB (the "Using The GRUB Prompt" section) the other day. You'll have to change the paths accordingly -- I'm too lazy to retype it unless I have to.