[SOLVED] How to edit GRUB correctly 19 May 2020, 21:27:23 Hi everyone,I needed a tip on how to edit GRUB correctly.I installed the linux-zen kernel and would like to try loading it.Thanks in advance to those who want to answer me, I have no experience in this regard and neither in Linux in general .. I am a beginner.P.S. I tried to search the internet, but I'm not so sure I understood correctly, and I wouldn't want to do any harm .... Last Edit: 20 May 2020, 18:31:25 by Giorgio
Re: How to edit GRUB correctly Reply #1 – 19 May 2020, 22:13:32 begin here: https://wiki.archlinux.org/index.php/GRUBhttps://wiki.archlinux.org/index.php/GRUB#Custom_grub.cfg
Re: How to edit GRUB correctly Reply #2 – 20 May 2020, 00:21:29 Quote from: alium – on 19 May 2020, 22:13:32begin here: https://wiki.archlinux.org/index.php/GRUBhttps://wiki.archlinux.org/index.php/GRUB#Custom_grub.cfgOk thanks !
Re: How to edit GRUB correctly Reply #3 – 20 May 2020, 01:41:32 In my case when I ran:Code: [Select]# update-grubit put the linux-zen kernel at the top of the list so next time I rebooted it used that and I didn't have to edit anything. Sometimes a particular kernel won't be the default and you do need to edit things though, so you should probably read those pages anyway.
Re: How to edit GRUB correctly Reply #4 – 20 May 2020, 18:30:21 Quote from: ####### – on 20 May 2020, 01:41:32In my case when I ran:Code: [Select]# update-grubit put the linux-zen kernel at the top of the list so next time I rebooted it used that and I didn't have to edit anything. Sometimes a particular kernel won't be the default and you do need to edit things though, so you should probably read those pages anyway.ok, after installing the new kernel with "pacman -S linux-zen" I gave the "update-grub" command and the new kernel loads automatically on startup.Thank you for your suggestion!George