Hello,
i’m a new user of openSUSE 12.2, i’m using gnome version. it’s using grub2 as default. i like the graphical boot menu of openSUSE 12.2, but problem is i don’t know how to edit the grub menu entries.
for example- grub detects my windows 8 partition as ‘windows recovery environment on (/dev/sda1)’ but this looking kinda odd so i want to rename this grub entry as ‘Windows 8’ or something like this, how can i edit grub menu entries? i used ubuntu before and created a totally custom grub menu following this post: Grub 2 Basics - Ubuntu Forums (check section-6: Adding menu entries togrub2->totally customized menu)
but this method isn’t working under openSUSE 12.2, moreover editing of /boot/grub2/grub.cfg manually will not work as it’s not persistent.
now i need to know how to create a custom menu or edit existing entries of grub2? any idea?
Regards.
and then add your custom boot entries to /etc/grub.d/40_custom or /boot/grub2/custom.cfg. The former requires that you refresh grub.cfg; on openSUSE you can use
update-bootloader --refresh
for it. The latter is effective immediately - file is sourced on boot by grub2.