Displaying 3 results from an estimated 3 matches for "682mb".
Did you mean:
82mb
2016 Sep 14
3
HP Envy EFI problem after BIOS update
Hi Jim,
Thanks for this. I looked into what you said, and once happy I ran the
command you gave. It appeared to work as it did not come up with any errors,
and the output from efibootmgr showed
1) Centos had been added as an option and
2) it was the first in the boot sequence.
However, when I rebooted the laptop went straight into Win8, and after
rebooting back into KDE Live, the option is
2016 Sep 14
0
HP Envy EFI problem after BIOS update
...) print
Model: ATA ST1000LM014-1EJ1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 683MB 682MB ntfs Basic data partition hidden,
diag
2 683MB 892MB 210MB fat16 EFI System Partition boot
4 1089MB 212GB 211GB ntfs Basic data partition
3 212GB 213GB 524MB ext4
6 213GB 214GB 524MB xfs
7 214GB 978GB 765GB...
2016 Sep 14
1
HP Envy EFI problem after BIOS update
...update isn't being make permenant?
Probably because the specified file wasn't found by the firmware on
partition 1, so it removed what it thinks is a bogus entry. Just a
guess.
>
> Number Start End Size File system Name Flags
> 1 1049kB 683MB 682MB ntfs Basic data partition hidden,
> diag
> 2 683MB 892MB 210MB fat16 EFI System Partition boot
The proper command in this case is
efibootmgr -c -d /dev/sda -p 2 -L CentOS -l \\EFI\\centos\\shim.efi
efibootmgr -v is more rewarding
> Boot0001* Fedora
&g...