Is there a way to do this so it keeps happening?
--
Kevin O'Gorman, PhD
--
ubuntu-users mailing list
ubuntu...@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
You can hand-edit /boot/grub/grub.cfg. It shouts at you that you should
not, but I do it all the time with no tragic results so far. Of course
you'll have to do it again with the next kernel upgrade. I keep a copy
of my changes and just add in the new stanzas I upgrade kernels.
--
pongo pan
Thu, 22 Mar 2012 20:22:16 -0700
Epicurus up 3:17, 1 user, load average: 0.03, 0.03, 0.05
Linux 3.0.0-16-generic
Linux Mint 12 Lisa, gnome-session 3.2.1, Cinnamon 1.4.0
If you dont wnt to edit the .cfg at location : 'grep -i 'default'
/boot/grub/grub.cfg' file that update-grub creates after every update then you
can always edit the grub defaults file. 'grep -i 'default' /etc/default/grub'
It holds the default values used by update-grub to create the .cfg file
> 2) I don't want to see the recovery partition in position 1; I'd
> prefer it at the end.
>
To change the order of entries, you can always
1. make a backup of the .cfg and then simply cut & paste the code in the order
you want.
Else try fiddling with the files in 'ls /etc/grub.d/'
> Is there a way to do this so it keeps happening?
However I always say take backups
But if you prefer GUI then here are some pointers
http://www.howtogeek.com/howto/43471/how-to-configure-the-linux-grub2-boot-
menu-the-easy-way/
http://kde-apps.org/content/show.php?content=139643
Good Luck
--
& Ru
Thanks, this helped a lot. I'm now much happier with the boot process.
--
Kevin O'Gorman, PhD
--
> http://www.howtogeek.com/howto/43471/how-to-configure-the-linux-grub2-boot-
> menu-the-easy-way/
The page exists, but the download of grub-customizer fails.
--
Kevin O'Gorman, PhD
--
https://duckduckgo.com/?q=help.ubuntu+%2B+grub2
<https://help.ubuntu.com/community/Grub2>