unable to write correct grub.conf for dual boot
hello ,
i use suse 9.3
this is result of fdisk command
Quote:
disk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
240 heads, 63 sectors/track, 25841 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 967 7310488+ 1c Hidden W95 FAT32 (LBA)
/dev/sda2 968 12295 85639680 7 HPFS/NTFS
/dev/sda3 * 12296 25839 102392640 f W95 Ext'd (LBA)
/dev/sda5 12296 12432 1035688+ 82 Linux swap / Solaris
/dev/sda6 12433 25839 101356888+ 83 Linux
Disk /dev/sdf: 130 MB, 130023424 bytes
32 heads, 32 sectors/track, 248 cylinders
Units = cylinders of 1024 * 512 = 524288 bytes
Device Boot Start End Blocks Id System
/dev/sdf1 * 1 248 126960 b W95 FAT32
i can't write the correct menu.lst (for grub) for booting correctly on windows
this is my menu.lst
Code:
color white/blue black/light-gray
default 0
timeout 30
gfxmenu (hd0,5)/boot/message
bootp /dev/sda2
unhide /dev/sda2
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.3 Pour Faouzi
kernel (hd0,5)/boot/vmlinuz root=/dev/sda6 vga=0x317 selinux=0 splash=silent resume=/dev/sda5 showopts
initrd (hd0,5)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
rootnoverify(hd0,1)
chainloader +1
if i choice windows to start , i get this error message :
Quote:
Error 13: Invalid or unsupported executable format
any one can help me please ,
thanks