I run a Kubuntu and Windows XP dual boot system, and I just updated Kubuntu to the latest version. But now my GRUB menu has changed, and Windows is no longer listed on it. How can I fix this?
Announcement
Collapse
No announcement yet.
Operating system disapears from GRUB after update [SOLVED]
Collapse
This topic is closed.
X
X
-
Re: Operating system disapears from GRUB after update
Kubuntu Forums > Important Information > Documentation > How To's >
Qqmike's HOW TO: GRUB Methods - Toolkit
http://kubuntuforums.net/forums/inde...opic=3081671.0
Links:
GRUB Page
http://users.bigpond.net.au/hermanzone/p15.htm
GrubHowto
https://help.ubuntu.com/community/GrubHowtoBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Operating system disapears from GRUB after update
Do you have in the /boot/grub/menu.lst something like this:
Code:### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/hda1 title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Operating system disapears from GRUB after update
You could add it there.
Qqmike chapter:
- - - Where to put Windows in your menu.lst:
http://users.bigpond.net.au/hermanzone/p15.htm
7 grub
This is an entire GRUB menu.lst file out of one of my computers. It should be fairly typical for a dual boot computer with one hard disk.Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Operating system disapears from GRUB after update
Originally posted by TechnautI used to, but now all that is in there now is the Kubuntu kernals.
### END DEBIAN AUTOMAGIC KERNELS LIST
Everything between
### BEGIN AUTOMAGIC KERNELS LIST
and
### END DEBIAN AUTOMAGIC KERNELS LIST
Is overwritten by update-grub script (which is run when kernels or grub is updated)
- Top
- Bottom
Comment
-
Re: Operating system disapears from GRUB after update
kubicle told in the
Topic: Interesting new packades in Hardy
http://kubuntuforums.net/forums/inde...opic=3089325.0
graphical editor for GRUB boot manager settings
A tool to view and edit the menu.lst file of the GRUB boot manager. It offers
many features and it is the perfect solution for those who want to change the
way GRUB works, without messing with the menu.lst file.
QGRUBEditor
http://www.qt-apps.org/content/show....?content=60391
There is a Ubuntu download (Debian Package (2.5.0)).Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Operating system disapears from GRUB after update
Well, not much else new to say here. It’s easy enough to add an entry for Windows – edit as root the /boot/grub/menu.lst to include something simple like
title Windows XP again
rootnoverify (hd0,0)
chainloader +1
assuming Windows is on the first partition of the first hard drive (booted in BIOS).
About the only mistake you can make is forgetting to File > Save and File > Quit when done editing (now, how would I know that…?).
Personal preference:
If Windows is your default OS, then you might want to put it just BEFORE the line *** Begin Automagic Kernels list. That way, it will always be in position zero, so the statement default=0 will always work to boot XP by default. If you get another kernel update, and if Windows is after the *** End line, since the kernel update goes between *** Begin and *** End, and that would bump XP up one number in the list. It's all explained in the How-To referenced above—where to put Windows. If Windows is not your default OS, you can put it anywhere before or after the *** Begin--***End section.
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
Comment