[SOLVED] My System was dual-boot, but a third option appeared by itself. Why?
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
My system was dual boot with Windows Vista and Fedora 9. I don't know what happened, or I don't remember what I did to the system that now It shows three options at start up instead of two like this:
Quote:
Fedora (2.6.27.25-78.2.56.fc9.i686)
Fedora (2.6.25-14.fc9.i686)
Windows Vista
Please help me figure out what of my action has brought this change and how to deal with it.
Regards.
I don't use fedora. In ubuntu there is a mechanism which creates the menu entries automatically. The mechanism is controlled by the file /boot/grub/menu.lst (the same file, where the grub menu is configured).
Please paste a copy of your /boot/grub/menu.lst here. Maybe I can help you then.
You probably updated your kernel, perhaps among other things, and the update manager updated grub's menu.lst or lilo's lilo.conf (I don't know which one fc9 uses)
Your kernel has been updated from 2.6.25-14.fc9.i686 to 2.6.27.25-78.2.56.fc9.i686
Your grub menu has been updated so you have the option to use the old kernel if the new one causes you any problems (unlikely).
If you are happy with the new kernel, you are free to remove the old one, which will free up maybe 8MB of HDD space.
Distribution: At home: Kubuntu, Slackware, *BSD, Solaris. At work: Red Hat, CentOS, Debian, Fedora, Irix, HPUX
Posts: 3,341
Thanked: 8
I usually just do "rpm -qa | grep kernel" and then use "rpm -e" to remove any old kernel(s) that I don't want (since you have multiple versions installed, you will need to specify which version you wish to remove. I thinkyou can do this through yum or the GUI package manager, but I generally just use rpm on the command line.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.