Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-30 Thread Gary Stainburn
I have been doing some more research on this and it appears that this is often a problem with the BIOS / EFI implementation not correctly respecting the boot order setting. However, as it used to work on this laptop with the previous HDD I do not believe this to be the point. Oddly, when I

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-30 Thread Gary Stainburn
On Thursday 30 May 2019 13:16:37 Jonathan Billings wrote: > This is all I was asking you to check. See the PARTUUID in the output > of blkid? PARTUUID="14c4ac1d-abd8-4121-84ee-c05a825920de" > It matches the UUID of the boot entry: >

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-30 Thread Jonathan Billings
On Thu, May 30, 2019 at 10:50:16AM +0100, Gary Stainburn wrote: > [root@gary ~]# efibootmgr -v > BootCurrent: 0004 > Timeout: 0 seconds > BootOrder: 0002,3002,,0003,0004,0005,2001,2002,2003 > Boot* Linux >

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-30 Thread Gary Stainburn
On Tuesday 28 May 2019 19:52:02 Jonathan Billings wrote: > I suggest running 'blkid' and 'efibootmgr -v', and double-check that > the UUID for the CentOS boot entry matches the UUID of the EFI disk. > > You can delete and recreate the boot entry with 'efibootmgr', which > will likely solve the

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-28 Thread Jonathan Billings
On Tue, May 28, 2019 at 12:29:39PM +0100, Gary Stainburn wrote: > I then wiped all the Linux partitions and did a clean C7 install > using the latest ISO, all went well, but when it reboot it went > straight into Windows. Using F9 on reboot I chose CentOS Linux and > the new system booted. Using

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-28 Thread Gary Stainburn
On Tuesday 28 May 2019 13:30:44 Günther J. Niederwimmer wrote: > Hello, > > change the bootorder > > BootOrder: 0002,3002,,0003,0004,0005,2001,2002,2003 > your first boot is windows > I know, that's my problem. If you look further down the OP I successfully change the boot sequence, but

Re: [CentOS] UEFI boot manager sequence problems HP Envy

2019-05-28 Thread Günther J . Niederwimmer
Hello, change the bootorder > BootOrder: 0002,3002,,0003,0004,0005,2001,2002,2003 your first boot is windows Am Dienstag, 28. Mai 2019, 13:29:39 CEST schrieb Gary Stainburn: > Morning all, > > I have a HP Envy dual boot system (Win8 for serious stuff, i.e. Train Sim > and Flight Sim) and

[CentOS] UEFI boot manager sequence problems HP Envy

2019-05-28 Thread Gary Stainburn
Morning all, I have a HP Envy dual boot system (Win8 for serious stuff, i.e. Train Sim and Flight Sim) and Centos 7 for everything else. In the past I've had the occasional problem where an update on the windows side has updated the UEFI boot sequence but using efibootmgr has always fixed it.