Cannot Boot Into Mageia 8

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Cannot Boot Into Mageia 8

Postby geirmund » Dec 3rd, '22, 03:05

I just installed Mageia 8 on my AMD system. It installed without incident, but when I rebooted, it only loaded my other OS - WIN10. Grub did not load. Went into BIOS, made sure Hard drive was selected as first priority, MBR Is on the drive. I set Grub to load to EFI (not doing it made it crash). Am I missing something?
geirmund
 
Posts: 5
Joined: Dec 3rd, '22, 03:01

Re: Cannot Boot Into Mageia 8

Postby JoesCat » Dec 3rd, '22, 07:35

Read through this information:
https://wiki.mageia.org/en/Installing_o ... I_firmware

If you were running only linux, and a drive smaller that 2TB, you would be okay using MBR and the old BIOS bootup.
Since you are running Win10 (or higher) as another OS on the same computer, your choice has to be UEFI bootup, therefore you need to install Mageia as UEFI too.
UEFI has some potential benefits for modern hardware too, like for SSDs, therefore you might as well take advantage if you can.

I would recommend updating the computer BIOS to latest version before starting, to avoid potential pitfalls in older versions of BIOS.
User avatar
JoesCat
 
Posts: 177
Joined: Sep 15th, '11, 04:27
Location: Richmond, BC, Canada

Re: Cannot Boot Into Mageia 8

Postby geirmund » Dec 3rd, '22, 22:45

According to what I am seeing, I am in EFI mode. There is a mount point called /boot/EFI. I also disabled fast windows loading. I am looking at Magea's partitioning screen (using custom partitions). I am not sure what to do next.
Last edited by doktor5000 on Dec 4th, '22, 12:01, edited 1 time in total.
Reason: removed fullquote
geirmund
 
Posts: 5
Joined: Dec 3rd, '22, 03:01

Re: Cannot Boot Into Mageia 8

Postby Germ » Dec 3rd, '22, 23:43

Did you check for a BIOS update? If there is one did you update?
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 718
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA

Re: Cannot Boot Into Mageia 8

Postby geirmund » Dec 4th, '22, 00:29

BIOS is updated to latest version.
geirmund
 
Posts: 5
Joined: Dec 3rd, '22, 03:01

Re: Cannot Boot Into Mageia 8

Postby sturmvogel » Dec 4th, '22, 06:14

Secure Boot disabled in BIOS?
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: Cannot Boot Into Mageia 8

Postby benmc » Dec 4th, '22, 06:31

what is the contents of
Code: Select all
boot/EFI/
?

(or
Code: Select all
boot/EFI/EFI/ 
depends on h/w)
use a live system to access this info.
benmc
 
Posts: 1213
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: Cannot Boot Into Mageia 8

Postby JoesCat » Dec 4th, '22, 08:00

Glad to read you updated BIOS before going down this rabbit hole. Dual boot is not for novices. :-)

geirmund wrote:but when I rebooted, it only loaded my other OS - WIN10. Grub did not load.


Reading your message again, this is interesting to note. If you did not see GRUB, then it sounds like Secureboot said "NO!"

Please follow up on this.
sturmvogel wrote:Secure Boot disabled in BIOS?


Sometimes alternative bits of info help.... I found this right now, but I'm sure there are other sources
https://itsfoss.com/guide-install-linux ... t-windows/ you probably want to look through the secureboot mentioned on this page https://itsfoss.com/disable-secure-boot-windows/

With the older BIOS method, the computer would simply begin running whatever it found on the first sector of the marked partion on the harddrive, this would either be the OS, or GRUB, LILO, or other boot managers, which would then load windows kernel or linux kernel on that partition.

The way UEFI works is it first needs to checksum of the file or partition before it even runs it. If the checksum is okay, then it runs it.
In this case, with linux, there is a boot/EFI directory with that info, so the path is more like UEFI->boot/EFI->GRUB->linux_kernel
It's an extra step, but once you get to seeing Grub, you are a lot closer to getting dual boot working.
User avatar
JoesCat
 
Posts: 177
Joined: Sep 15th, '11, 04:27
Location: Richmond, BC, Canada

Re: Cannot Boot Into Mageia 8

Postby geirmund » Dec 6th, '22, 08:03

Here is a shot of my EFI partition
Attachments
EFI.png
EFI.png (40.63 KiB) Viewed 2032 times
geirmund
 
Posts: 5
Joined: Dec 3rd, '22, 03:01

Re: Cannot Boot Into Mageia 8

Postby benmc » Dec 6th, '22, 20:12

thanks for that.

looks like both Windows and Mageia are installed in UEFI mode.
It may require that you copy the Mageia directory (folder) entry into the *Boot* directory (folder). There should already be a Windows entry in there.

Issue is not the install, but a bios setting and it may just be the UEFI implementation- you may not be able to change it.

There may be a *Hot* Key (F1-F12) that will allow manual selection of boot. check with your user manual.
benmc
 
Posts: 1213
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: Cannot Boot Into Mageia 8

Postby morgano » Dec 6th, '22, 22:49

I remember that on my wifes laptop i had to go into "BIOS" settings and mark what it was allowed to boot. I forgot what it was called, something about security.
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1489
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Cannot Boot Into Mageia 8

Postby geirmund » Dec 7th, '22, 00:13

Tonight I will get into my BIOS and disable Secure boot. I will also copy the files as well if that alone does not solve it. In the meantime, I can still enjoy Mageia on my VMware.....
geirmund
 
Posts: 5
Joined: Dec 3rd, '22, 03:01


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron