Page 1 of 1

[SOLVED] Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 29th, '18, 17:51
by wildlynx
Hi!

[MAGEIA 6 x64] fresh install + updated.

Installed with default Plasma, installation is almost eternally defaults.

Question:

Is there a visual editor for GRUB2?

I think drakboot used to be able to edit list of entries in the boot menu in Mageia 5, but I'm not sure.
Somehow, I used to be able to periodically remove long list of old kernels in the GRUB menu in Mageia 5, but I cannot remember how.

(Sorry for third thread in the row, got a new HD and decided to install Mageia 6 x64 and gradually move all stuff here, but ...)

Re: Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 29th, '18, 19:09
by isadora
One could think along the lines of "grub-customizer".
Code: Select all
urpmi grub-customizer


Information:
https://wiki.mageia.org/en/Grub2-efi_and_Mageia

Re: Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 29th, '18, 20:56
by wildlynx
Thanks!

Re: [SOLVED] Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 29th, '18, 21:59
by benmc
wildlynx wrote:Somehow, I used to be able to periodically remove long list of old kernels in the GRUB menu in Mageia 5, but I cannot remember how.


yes, you could remove the grub entries, but the kernels remained on the system.

if you do the following :
open mcc and enter *kernel* in the search window. (if nothing is returned, be sure to have the two radio buttons beside the search window set to *all*)
just un-check all those extra kernels bar the next to latest one ( just in case there is something untowards with your current one)
*apply* to remove them
then as root in a teminal:
Code: Select all
# update-grub2


this will update your grub menu

Re: [SOLVED] Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 31st, '18, 13:32
by wildlynx
Thanks!

Re: [SOLVED] Mageia 6 - GRUB2 visual editor?

PostPosted: Dec 31st, '18, 15:57
by doktor5000
Hi there, please use the reply button instead of the quote button for such replies, thanks in advance.