hello linux friends.. here nikhil..
i install window 7 .. first and after that open suse on that... after installation grub can't find the window 7
but open suse start well
when i click on windows on grub menu .. it just display these error
undefined video mode number 31 a
after inter a valid video mode .. it start yast for installation open suse
pls help
there is my menu.lst file
Code:
# Modified by YaST2. Last modification on Thu Jul 21 09:01:06 IST 2011
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 30
##YaST - generic_mbr
gfxmenu (hd0,6)/boot/message
##YaST - activate
title openSUSE 11.3
root (hd0,6)
kernel /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 resume=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part4 splash=silent quiet showopts
initrd /boot/initrd-2.6.34-12-desktop
title XEN
root (hd0,6)
kernel /boot/xen.gz
module /boot/vmlinuz-xen root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 resume=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part4 splash=silent quiet showopts
module /boot/initrd-xen
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
title Failsafe -- openSUSE 11.3
root (hd0,6)
kernel /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
initrd /boot/initrd-2.6.34-12-desktop
###Don't change this comment - YaST2 identifier: Original name: linux###
title Kernel-xen
root (hd0,6)
kernel /boot/vmlinuz-xen root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 resume=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part4 splash=silent quiet showopts
initrd /boot/initrd-xen
###Don't change this comment - YaST2 identifier: Original name: linux###
title Kernel-2.6.34-12-desktop
root (hd0,6)
kernel /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 resume=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part4 splash=silent quiet showopts
initrd /boot/initrd-2.6.34-12-desktop
###Don't change this comment - YaST2 identifier: Original name: linux###
title Kernel-2.6.34-12-xen
root (hd0,6)
kernel /boot/vmlinuz-2.6.34-12-xen root=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part7 resume=/dev/disk/by-id/ata-Hitachi_HTS542516K9SA00_080802BB6C005GG1UPGG-part4 splash=silent quiet showopts
initrd /boot/initrd-2.6.34-12-xen
and this is the out put of my fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x66666666
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3916 31455238+ 7 HPFS/NTFS
/dev/sda2 7833 19456 93369780 f W95 Ext'd (LBA)
/dev/sda3 4403 7832 27550720 83 Linux
/dev/sda4 3917 4402 3903795 82 Linux swap / Solaris
/dev/sda5 7833 11748 31455238+ 7 HPFS/NTFS
/dev/sda6 11749 16529 38395350 7 HPFS/NTFS
/dev/sda7 16529 19140 20972544 83 Linux
pls help