I have been a bit busy with other things so I only got to it again today.
To answer your question, no I've not been able to get my system to boot yet.
I don't think it's related to the NVME drive at the moment, looking at the little info I can find about "ignoring bgrt" it seems to be related to the graphics, but I'm not having much luck in finding a solution.
The exact message I'm getting after choosing (or letting it automatically continue with) "Mageia" in grub2 is:
- Code: Select all
[ 0.034751] Ignoring BGRT: invalid status 0 (expected 1)
As stated I've tried to change the kernel options to include xdriver=
I've tried:
- Code: Select all
xdriver=nouveau
xdriver=nvidia
xdriver=intel
xdriver=efifb
xdriver=vesa
xdriver=fglrx
xdriver=radeon
Just to be clear (as perhaps I'm placing it at the wrong location), I've added it at the end of the line:
- Code: Select all
Linux /boot/vmlinuz-desktop root=UUID=<long code here, don't feel like typing>\<some more code> ro splash quiet noiswmd
So the line would be:
- Code: Select all
Linux /boot/vmlinuz-desktop root=UUID=<long code here, don't feel like typing>\<some more code> ro splash quiet noiswmd xdriver=<specific type>
And pressed F10 after to boot.
Seeing as I have an Intel Core i5-6600 and a Nvidia GTX950, I'd think it should be 'intel', nouveau or nvidia.
Following some more research online I've also tried:
- Code: Select all
rd.blacklist=nouveau rd.blacklist=nvidia rd.blacklist=intel xdriver=efifb
rd.blacklist=nouveau rd.blacklist=nvidia rd.blacklist=efifb xdriver=intel
rd.blacklist=intel rd.blacklist=nvidia rd.blacklist=efifb xdriver=nouveau
rd.blacklist=nouveau rd.blacklist=intel rd.blacklist=efifb xdriver=nvidia
And seeing as
https://wiki.mageia.org/en/Mageia_5_Err ... d_graphics mentions both rd.blacklist= and rdblacklist= I've also tried it without the dot:
- Code: Select all
rdblacklist=nouveau rdblacklist=nvidia rdblacklist=intel xdriver=efifb
rdblacklist=nouveau rdblacklist=nvidia rdblacklist=efifb xdriver=intel
rdblacklist=intel rdblacklist=nvidia rdblacklist=efifb xdriver=nouveau
rdblacklist=nouveau rdblacklist=intel rdblacklist=efifb xdriver=nvidia
As soon as I chose
- Code: Select all
rdblacklist=nouveau rdblacklist=nvidia rdblacklist=intel xdriver=efifb
or
rdblacklist=nouveau rdblacklist=nvidia rdblacklist=efifb xdriver=intel
The boot process went a bit further, I then got:
- Code: Select all
[ 0.034751] Ignoring BGRT: invalid status 0 (expected 1)
Starting netprofile: [ 4.281556] kvm: disabled by bios
The default is the current profile.
[ OK ]
[ 4.297342] kvm disabled by bios
Checking for new hardware_
Edit:The second time I tried this it also mentioned something about an unexpected inconsistency: run fsck manually, but this was gone after running the below kernel options.
With
- Code: Select all
rdblacklist=nouveau rdblacklist=intel rdblacklist=efifb xdriver=nvidia
It goes even further, I see multiple [ OK ]'s, but it ends in:
- Code: Select all
[ OK ] Mounted /boot/EFI.
[ OK ] Started filesystem check on /dev/nvme0n1p3.
Mounting /home...
Starting netprofile: [ 4.287659] kvm: disabled by bios
The default is the current profile.
[ OK ]
Checking for new hardware[ 4.304337] kvm disabled by bios
And then it hangs
Edit: Seeing as
- Code: Select all
rdblacklist=nouveau rdblacklist=intel rdblacklist=efifb xdriver=nvidia
went the furthest, I lastly tried:
- Code: Select all
rdblacklist=nouveau rdblacklist=intel rdblacklist=efifb xdriver=nvidia nouveau.runpm=0
as this was mentioned at
https://wiki.mageia.org/en/Mageia_5_Err ... d_graphics as well, but still no go.
Sorry about the long read, but I think it's better to be complete when menioning what I did.