Sorry to waste your time everyone, this problem is now solved.
--------------------------------------------------------------------------------------------------
I have searched around and I can't understand what I'm missing. I cannot get windows to boot using grub but it will boot if I set the windows disc as first boot device in the bios.
My aim is to set the Sabayon disc as first boot in the bios and run windows from the grub menu.
--------------------------------------------------------------------------------------------------
Here is my fdisk info:
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc402b544
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 9729 78043770 8e Linux LVM
Disk /dev/sdb: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x71f671f6
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1275 10241406 7 HPFS/NTFS
/dev/sdb2 1276 10011 70171920 f W95 Ext'd (LBA)
/dev/sdb5 1276 10011 70171888+ 7 HPFS/NTFS
-----------------------------------------------------------------------------------------
Here is my menu.lst:
# grub.conf generated by the Sabayon Linux Installer
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /kernel-genkernel real_root=/dev/VolGroup00/LogVol00
# initrd /initramfs-genkernel
#boot=sda
default=2
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
title Sabayon Linux x86-64 (genkernel-x86_64-2.6.29-sabayon)
root (hd0,0)
kernel /kernel-genkernel-x86_64-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/VolGroup00/LogVol00 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet resume=swap:/dev/mapper/VolGroup00-LogVol01
initrd /initramfs-genkernel-x86_64-2.6.29-sabayon
savedefault
title Sabayon Linux x86-64 (genkernel-x86_64-2.6.29-sabayon) (safe mode)
root (hd0,0)
kernel /kernel-genkernel-x86_64-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/VolGroup00/LogVol00 dolvm init=/linuxrc CONSOLE=/dev/tty1 resume=swap:/dev/mapper/VolGroup00-LogVol01 nox acpi=off ide=nodma vga=normal
initrd /initramfs-genkernel-x86_64-2.6.29-sabayon
savedefault
title Other Operating System - Microsoft Windows
rootnoverify (hd1,0)
chainloader +1
savedefault
---------------------------------------------------------------------------------------------------
It all seems OK to me. Can anyone spot the thing I'm missing?
Thanks for any help you can provide.
