If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Hi, I have recently installed Kubuntu and now I can't get into windows, even thoug in kubuntu I can perfectly see and open the partition.
Any ideas of what could be
Thanks B-R
You just need to include a boot entry for Windows in your boot menu.
The boot menu is in Kubuntu and called /boot/grub/menu.lst.
You must edit it as root.
You must first know where your XP is on your hard disk – what partition is it in? you have just one hard drive? If so, in Kubuntu, open K > System > Konsole and type this command (followed by Enter):
sudo fdisk -lu
If it says Windows is on sda1, then that is the same as (hd0,0).
Open Konqueror In Kubuntu.
Type / in the location window at the top, press Enter.
Click boot.
Right-click grub (folder).
Actions > Edit as Root.
In menu.lst, add this to the bottom (after *** End Automagic kernels list):
title Windows XP
root (hd0,0)
chainloader +1
Then File>Save and File>Quit.
Exit Kubuntu = > Restart to test it.
If that doesn't work, post back and include the output from
sudo fdisk -lu
so someone can help further.
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
Comment