Dual boot with windows 7
Ralf Mardorf
kde.lists at yahoo.com
Fri Dec 6 12:11:42 UTC 2013
On Fri, 2013-12-06 at 11:53 +0000, kubuntu wrote:
> How do I get the windows boot system to offer an option for kubuntu on
> startup or how do I get kubuntu to offer a choice to boot into windows
> considering windows is on a GPT disc.
I manually edit grub.cfg and add for OS that use their own boot loader a
chainload, e.g.
menuentry "FreeBSD"{
set root=(hd0,msdos1)
chainloader +1
}
menuentry "XP"{
set root=(hd1,1)
drivemap -s hd0 hd1
chainloader +1
}
If you want to use grub with the automatically thingy and the
automatically generated grub.cfg shouldn't work anyway search the web
for explanations, how exactly a chainload does work and what to consider
to get your Windows version booted.
Regards,
Ralf
More information about the kubuntu-users
mailing list