New install of Mag10 Beta1 leaves Grub in rescue mode

This forum is dedicated to testing early releases and cauldron : Howtos, tips, tricks and user global feedback and thoughts...

Helpful tip :
For bugs tracking we use : https://bugs.mageia.org = The Mageia Bug Tracker
In this bug tracker you'll find already reported bugs and you'll be able to report those you have found....

New install of Mag10 Beta1 leaves Grub in rescue mode

Postby banjo » Apr 2nd, '26, 19:08

I just installed Mageia 10 beta1, and when I reboot the computer it leaves Grub in rescue mode. Here is the error.

Code: Select all
error: ../../grub-core/kern/d1.c:456:symbol `grub_cli_set_auth_needed' not found.
Entering rescue mode...
grub rescue>


Mag10Beta1GrubError.jpg
Mag10Beta1GrubError.jpg (1.02 MiB) Viewed 141 times


I installed this on a computer that was running Mageia9. During the installation I told it to use the existing partitions. I mostly accepted the defaults during the installation. It connected with my WiFi successfully and did the updates.

I am over my head with how to deal with grub rescue mode.

Any help would be appreciated.

Thanks
Banjo
(_)=='=~
If only the best bird sang, the forest would be a very quiet place.
User avatar
banjo
 
Posts: 483
Joined: May 4th, '11, 03:50
Location: Reading, Massachusetts

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby benmc » Apr 2nd, '26, 21:56

Hi Banjo,

Install ISO was "Mageia-10-beta1......" ? please fill the blank.
Install media was: USB, Optical, ISO-on-partition?
If a CI install, which DE(s)?

did you note any install errors, especially during the grub installation part?

A quick "google" suggests that resetting the grub boot delay to greater than 7 sec may be a fix (!)
so can you do a dirty re-install ( i.e. custom disk partitioning, do not format the partition(s) ) and at the configuration window, change the grub settings.
benmc
 
Posts: 1236
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby doktor5000 » Apr 2nd, '26, 23:43

Some basic information on that box might be helpful.
Is this legacy BIOS or UEFI boot? What type of disks/controller do you have Mageia and/or grub on?

In rescue mode you can use basic grub commands to see what disks grub sees, and also if it can see the files. You could even manually boot your install that way if you're interested.
See e.g. https://www.linuxfoundation.org/blog/bl ... 2-on-linux

For some background what the error message means and what probably caused it check https://forums.opensuse.org/t/grub-is-c ... /185887/12
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18230
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby banjo » Apr 3rd, '26, 00:06

Sorry about the lack of details.

I installed from the Plasma Live iso, Mageia-10-beta1-Live-Plasma-x86_64.iso. The live iso booted just fine.

I did not see any indications of failures during the installation.

The grub time delay was left at the default 10 seconds. The only change I made to grub was to set it to use text output instead of graphical.

Here is the output of an old inxi from when it was running Mageia 9

Code: Select all
System:
  Host: linux6core Kernel: 6.6.74-desktop-1.mga9 arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 5.27.10 Distro: Mageia 9
Machine:
  Type: Desktop Mobo: Micro-Star model: MPG Z490 GAMING EDGE WIFI (MS-7C79)
    v: 1.0 serial: <superuser required> UEFI: American Megatrends v: 1.C0
    date: 06/10/2022
CPU:
  Info: 6-core 11th Gen Intel Core i5-11400 [MT MCP] speed (MHz): avg: 800
    min/max: 800/4400
Graphics:
  Device-1: Intel RocketLake-S GT1 [UHD Graphics 730] driver: i915 v: kernel
  Display: x11 server: X.org v: 1.21.1.8 with: Xwayland v: 22.1.9 driver: X:
    loaded: modesetting,v4l dri: iris gpu: i915 resolution: 1: 1920x1080~60Hz
    2: 1920x1080~60Hz
  API: OpenGL v: 4.6 vendor: intel mesa v: 24.2.8 renderer: Mesa Intel
    Graphics (RKL GT1)
Network:
  Device-1: Intel Comet Lake PCH CNVi WiFi driver: iwlwifi
  Device-2: Realtek RTL8125 2.5GbE driver: r8169
Drives:
  Local Storage: total: 954.81 GiB used: 60.7 GiB (6.4%)
Info:
  Memory: total: 32 GiB available: 31.18 GiB used: 2.25 GiB (7.2%)
  Processes: 322 Uptime: 1m Shell: Bash inxi: 3.3.36


Thanks for the links. I will go study the commands and see if I can trouble shoot the problem some more.
If only the best bird sang, the forest would be a very quiet place.
User avatar
banjo
 
Posts: 483
Joined: May 4th, '11, 03:50
Location: Reading, Massachusetts

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby doktor5000 » Apr 3rd, '26, 01:35

banjo wrote:The live iso booted just fine.

Well the live iso does not care about your installed bootloader at all ;)
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18230
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby banjo » Apr 3rd, '26, 01:59

I totally agree. But it does demonstrate that the hardware is working and able to run Mag10.

I booted into grub rescue and tried some of the suggested commands.

Mag10Beta1GrubError-2.jpg
Mag10Beta1GrubError-2.jpg (1.12 MiB) Viewed 98 times


(hd1) is another disk in the system that just has data on it. I don't know what (hd2) is. The thumb drive is not attached to the system.

After entering the command

Code: Select all
ls (hd0, gpt2)/


the system hung up and stopped responding to the keyboard. No output was created. That makes continuing to trouble shoot more difficult.

I also tried ls (hd0,gpt2), ls (hd1,gpt1) ls (hd0,gpt1) and all of them hang up.

Is there any value in booting the live Mag10 and looking at it from there?
If only the best bird sang, the forest would be a very quiet place.
User avatar
banjo
 
Posts: 483
Joined: May 4th, '11, 03:50
Location: Reading, Massachusetts

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby Germ » Apr 3rd, '26, 02:12

I would suggest boot with the classical ISO and choose Rescue, then reinstall grub.
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 760
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA

Re: New install of Mag10 Beta1 leaves Grub in rescue mode

Postby banjo » Apr 3rd, '26, 03:17

I have not tried that before. I will download the ISO and give that a go.
Thanks
If only the best bird sang, the forest would be a very quiet place.
User avatar
banjo
 
Posts: 483
Joined: May 4th, '11, 03:50
Location: Reading, Massachusetts


Return to Testing : Alpha, Beta, RC and Cauldron

Who is online

Users browsing this forum: No registered users and 1 guest