Missing Boot option 23.4  [Solved]

Message
Author
ropcku
Posts: 9
Joined: Sun Feb 20, 2022 12:35 pm

Missing Boot option 23.4

#1 Post by ropcku »

Hello,
I have updated my system 23.3 to the last 23.4, xfce, standard kernel, not ahs version. It seems when check the system info I use 23.4. But when I try to select Boot option there is presented only "Boot to 23.3" and "Advanced options for 23.3". "Boot to 23.4" is missing. I tried to switch the repos to the default and update again. Nothing happened. My system is fully updated. Tried reboot the system and Power off without fixing the missing bBoot to 23.4 option. I don't know what the issue is and which version I'm using exactly. Could you please help me? Thanks. Attached print screens.
PS: after last kernel update I lost the in-built bluetooth adapter - "Not presented". Roll down the kernel makes Bluetooth working again. But this is not so important for me as the issue above.
You do not have the required permissions to view the files attached to this post.

User avatar
fehlix
Developer
Posts: 12717
Joined: Wed Apr 11, 2018 5:09 pm

Re: Missing Boot option 23.4

#2 Post by fehlix »

ropcku wrote: Mon Oct 14, 2024 9:22 am Hello,
I have updated my system 23.3 to the last 23.4, xfce, standard kernel, not ahs version. It seems when check the system info I use 23.4. But when I try to select Boot option there is presented only "Boot to 23.3" and "Advanced options for 23.3". "Boot to 23.4" is missing. I tried to switch the repos to the default and update again. Nothing happened. My system is fully updated. Tried reboot the system and Power off without fixing the missing bBoot to 23.4 option. I don't know what the issue is and which version I'm using exactly. Could you please help me? Thanks. Attached print screens.
PS: after last kernel update I lost the in-built bluetooth adapter - "Not presented". Roll down the kernel makes Bluetooth working again. But this is not so important for me as the issue above.
Post QSI, as Text using the tool, and we may know more.

User avatar
dolphin_oracle
Developer
Posts: 22289
Joined: Sun Dec 16, 2007 12:17 pm

Re: Missing Boot option 23.4

#3 Post by dolphin_oracle »

also

Code: Select all

cat /etc/lsb-release
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Kester
Posts: 384
Joined: Tue Aug 09, 2022 10:39 am

Re: Missing Boot option 23.4

#4 Post by Kester »

Hi ropcku, Just a thought and I am no expert, have you tried the MX Boot Repair tool in Menu > MX Tools > MX Boot Repair. Also you may be interested in this old thread at viewtopic.php?t=77155

Hope you sort it quickly, cheers.

ropcku
Posts: 9
Joined: Sun Feb 20, 2022 12:35 pm

Re: Missing Boot option 23.4

#5 Post by ropcku »

PRETTY_NAME="MX 23.4 Libretto"
DISTRIB_ID=MX
DISTRIB_RELEASE=23.4
DISTRIB_CODENAME="Libretto"
DISTRIB_DESCRIPTION="MX 23.4 Libretto"

Yes, I have tried boot fix. Same result - Option to boot 23.3 ......

ropcku
Posts: 9
Joined: Sun Feb 20, 2022 12:35 pm

Re: Missing Boot option 23.4

#6 Post by ropcku »

Kester wrote: Mon Oct 14, 2024 9:53 am Hi ropcku, Just a thought and I am no expert, have you tried the MX Boot Repair tool in Menu > MX Tools > MX Boot Repair. Also you may be interested in this old thread at viewtopic.php?t=77155

Hope you sort it quickly, cheers.
Hi and thank you but no different result Boot tepair....

Stuart_M
Posts: 694
Joined: Wed Aug 07, 2019 7:10 pm

Re: Missing Boot option 23.4

#7 Post by Stuart_M »

Whenever the system is updated to a new version number (point upgrade) I always had to run GRUB update for the correct MX version number to appear on the GRUB boot up menu. Use this command:

Code: Select all

sudo update-grub

Another way is to use a GUI to update GRUB. One way to do that is with "MX Boot Options" as shown in the first Snapshot in your Post #1 above and click on "Apply". The "Apply" button will probably be greyed out since you have not made any changes. To get that button active just make a change and then change it back to what it was. For example, I increase the timeout seconds from "0" to "1" and then change it back to "0" again. Any change will make the "Apply" button active so just click "Apply" even though you returned all the settings back to their original state.

I still use MX-19.4 and also have an MX-21.3 "test" installation, and both have always required a GRUB update for the boot up GRUB menu to show the new point release number. I have not tested it on MX-23.4 but I presume it is the same.

User avatar
fehlix
Developer
Posts: 12717
Joined: Wed Apr 11, 2018 5:09 pm

Re: Missing Boot option 23.4

#8 Post by fehlix »

Stuart_M wrote: Mon Oct 14, 2024 11:10 am Whenever the system is updated to a new version number (point upgrade) I always had to run GRUB update for the correct MX version number to appear on the GRUB boot up menu. Use this command:

Code: Select all

sudo update-grub

Another way is to use a GUI to update GRUB. One way to do that is with "MX Boot Options" as shown in the first Snapshot in your Post #1 above and click on "Apply". The "Apply" button will probably be greyed out since you have not made any changes. To get that button active just make a change and then change it back to what it was. For example, I increase the timeout seconds from "0" to "1" and then change it back to "0" again. Any change will make the "Apply" button active so just click "Apply" even though you returned all the settings back to their original state.

I still use MX-19.4 and also have an MX-21.3 "test" installation, and both have always required a GRUB update for the boot up GRUB menu to show the new point release number. I have not tested it on MX-23.4 but I presume it is the same.
+1
Yes, MX-Boot Option, will only display selection of boot menu entries found whithin the current GRUB menu.
Maybe a postinstall trigger with mx-system package, where the version number get adjusted, may help to trigger update-grub,
something similar as kernel-upgrade triggers update-grub - but conditional on changes detected within /etc/lsb-release after postinstall.

User avatar
fehlix
Developer
Posts: 12717
Joined: Wed Apr 11, 2018 5:09 pm

Re: Missing Boot option 23.4  [Solved]

#9 Post by fehlix »

ropcku wrote: Mon Oct 14, 2024 10:55 am
Kester wrote: Mon Oct 14, 2024 9:53 am Hi ropcku, Just a thought and I am no expert, have you tried the MX Boot Repair tool in Menu > MX Tools > MX Boot Repair. Also you may be interested in this old thread at viewtopic.php?t=77155

Hope you sort it quickly, cheers.
Hi and thank you but no different result Boot tepair....
If you would have chosen, reconfiger GRUB menu (grub config files) you would have a new GRUB menu.
In case you have only select re-install GRUB this would not help, as it does not rebuild the GRUB-menu (the grub-config file).
So, in a sense @Kester was correct with this proposal - but missed to mention rebuilding the GRUB menu is the needed step:
mx-boot-repair-rebuild-grub-menu.jpg
You do not have the required permissions to view the files attached to this post.

ropcku
Posts: 9
Joined: Sun Feb 20, 2022 12:35 pm

Re: Missing Boot option 23.4

#10 Post by ropcku »

fehlix wrote: Mon Oct 14, 2024 11:27 am
ropcku wrote: Mon Oct 14, 2024 10:55 am
Kester wrote: Mon Oct 14, 2024 9:53 am Hi ropcku, Just a thought and I am no expert, have you tried the MX Boot Repair tool in Menu > MX Tools > MX Boot Repair. Also you may be interested in this old thread at viewtopic.php?t=77155

Hope you sort it quickly, cheers.
Hi and thank you but no different result Boot tepair....
If you would have chosen, reconfiger GRUB menu (grub config files) you would have a new GRUB menu.
In case you have only select re-install GRUB this would not help, as it does not rebuild the GRUB-menu (the grub-config file).
So, in a sense @Kester was correct with this proposal - but missed to mention rebuilding the GRUB menu is the needed step:mx-boot-repair-rebuild-grub-menu.jpg
Yes, I confirm: that was teh solution. Repair GRUB configuration fixed it. Thank you all for the support!

Post Reply

Return to “Software / Configuration”