Help

Nils Kassube kassube at gmx.net
Tue Aug 5 05:18:06 UTC 2008


Jake wrote:
> Well the problem for me is that, there is NO Windows XP on the grub, at
> all.. Not on the 'menu.lst' or on the boot menu at first start up, I
> ONLY have the option of choosing between Ubuntu and Ubuntu
> (recoverymode), but no Windows XP, should I copy my 'menu.lst' on here
> for you to see? Could there be something I can put in there so that I
> might beable to boot into either one of them?

Are you sure you still have Windows XP installed? Maybe you selected to 
use the entire disk for the installation of Ubuntu. Anyway, if it is 
still there, you can add Windows to your file /boot/grub/menu.lst. You 
need root privilege to modify the file. Therefore use the command

gksu gedit /boot/grub/menu.lst

in a terminal. Search for the line

### BEGIN AUTOMAGIC KERNELS LIST

and add these lines before the AUTOMAGIC KERNELS LIST line:

title           Microsoft Windows
root            (hd0,0)
makeactive
chainloader     +1

Now you will start Windows as default. If you prefer to use Ubuntu as 
default, change the line

default         0

and make it look like this:

default         1


Nils




More information about the ubuntu-users mailing list