![]() |
Which grub am I using?
Hi.
I had Ubuntu 12.04 LTS on my laptop, yesterday I installed Fedora 17 after resizing a partition from Ubuntu and then installing FC into that. Now I have both Linux in my system, with a bootloader which waits for 2-3 seconds before I choose. I can recall Ubuntu gives an option about how long should one want to see the bootloader. Unfortunately, Fedora didn't give me an option (or probably I missed) during installation. However, I want to edit my existing Grub/Grub2 bootloader. Where to look for it? In Ubuntu, or in Fedora? FYI, I have not installed grub in MBR. How can I extend my bootloader's timeout option, the unnecessary entries in it (I don't know why, but it shows Fedora and Ubuntu entries 3 times! :confused: ) and if possible use a cool wallpaper (optionally) for it? |
Hi!
Please see seeley's help, chapter 6.1: http://forums.linuxmint.com/viewtopi...28#p366328/url It was written in Jan. 2011, but maybe you will find a hint (e.g. "findgrub"). |
you have only two choices, so you can easily try both. Fortunately you can mount any filesystem, so you should be able to see both grub installation using either ubuntu or fedora.
see /etc/default/grub for timeout settings I would rather install grub2 again (from your preferred os) and you will know the answer. There are a lot of resources to help you, for example this: http://www.dedoimedo.com/computers/grub.html and there is a good collection of links can be found at the end of that page. |
Hello,
I am using Ubuntu 9.10, and my bootloader options are in /boot/grub/grub.cfg I think you can also find it for 12.04 in /boot. Regards. |
grub.cfg is not meant to be edited. Any changes you make will be overwritten the next time an update launches the update-grub command. You have to customize grub using the files in /etc if you want to make your changes persistent.
|
Quote:
You can remove the "menuentry" if you don't want. But I think the 3 entries are not same. One could be "recovery mode" and the other will be _________ no idea. No idea about wallpaper. There is a warning "YOU SHOULD NOT EDIT THIS FILE". But, I don't know any other method other than editing the grub.cfg file. Then you can again edit the grub.cfg file again after update-grub. |
It works!
Quote:
Then I used the process quoted above: edited the /boot/grub/grub.cfg (It was written NOT to edit the file, but I didn't obey :p !). After a reboot, the grub menu timeout is set to the specified one!! Thanks for the help. Now please tell me if I can customize the black & white bootloader screen. If yes, how?? You people are real genius, I must conclude. |
Quote:
But why does the bootloader display all the unnecessary options, like fedoraXXxx (current kernel), Fedora xxXX (older kernel)? Why doesn't it overwrite the old value? I have, as I have already mentioned, Ubuntu also. So if Ubuntu gets a newer kernel, another entry to grub? :eek: Anyway, if it's not automatic, how can I persistently choose my bootloader entries? And what about getting rid of the B & W grub? Any themes or such things out there? |
If you make changes to the config files in /etc you have to run
Code:
update-grubThat you see the older entries has a simple reason: Those kernels are still on your system. If the kernel is upgraded the older kernels are not deleted, so that you can still boot the system if there is a problem with the newer kernel. If you want to remove those entries just remove the older kernels using your systems package-manager and launch the Code:
update-grubRegarding themes for Grub 2 have a look here: http://ubuntuforums.org/showthread.php?t=1534689 |
Quote:
|
Quote:
The link you provided was also a gem. :hattip: |
| All times are GMT -5. The time now is 02:07 AM. |