I hope someone can help me.
I’am new to OpenSuse and Linux.
I installed OpenSuse 10.3 on my laptop (Acer Aspire 9814WKMI) with Vista SP1.
The problem is that when I start the PC I get the Bootmenu and when I choose Windows I get the following lines:
root noverify (hd1,5)
chainloader (hd0,1)+1
and then nothing happens.
I do ctrl+alt+del and I restart and choose OpenSuse and Suse works fine.
Folowing is the outcome of fdisk and the Grub menu.lst
cp318151-b:~ # fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4c656c9e
Device Boot Start End Blocks Id System
/dev/sda1 1 764 6136798+ 12 Compaq diagnostics
/dev/sda2 * 765 7646 55279664 7 HPFS/NTFS
/dev/sda3 7647 14594 55802504 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8f9c798a
Device Boot Start End Blocks Id System
/dev/sdc1 1 10199 81922096+ 7 HPFS/NTFS
/dev/sdc2 10200 15102 39383347 7 HPFS/NTFS
/dev/sdc3 20399 30402 80350116 7 HPFS/NTFS
/dev/sdc4 15103 20398 42540120 f W95 Ext’d (LBA)
/dev/sdc5 15103 15364 2104483+ 82 Linux swap / Solaris
/dev/sdc6 15365 17398 16338073+ 83 Linux
/dev/sdc7 17399 20398 24097468+ 83 Linux
Partition table entries are not in disk order
Grub menu.lst:
Modified by YaST2. Last modification on Thu Jun 12 23:57:59 CEST 2008
default 2
timeout 8
gfxmenu (hd1,5)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.17-0.1
root (hd1,5)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/usb-WD_2500JB_External_57442D5743414E4B36343931303737-0:0-part6 vga=0x317 resume=/dev/sdc5 splash=silent showopts
initrd /boot/initrd-2.6.22.17-0.1-default
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 10.3 - 2.6.22.17-0.1
root (hd1,5)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/usb-WD_2500JB_External_57442D5743414E4B36343931303737-0:0-part6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.17-0.1-default
###Don’t change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
rootnoverify (hd1,5)
chainloader (hd0,1)+1
###Don’t change this comment - YaST2 identifier: Original name: Vendor diagnostic###
title Vendor diagnostic
rootnoverify (hd1,5)
chainloader (hd0,0)+1
###Don’t change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
rootnoverify (hd1,5)
chainloader (hd0,2)+1
###Don’t change this comment - YaST2 identifier: Original name: windows 3###
title windows 3
rootnoverify (hd1,5)
chainloader (hd1,0)+1
###Don’t change this comment - YaST2 identifier: Original name: windows 4###
title windows 4
rootnoverify (hd1,5)
chainloader (hd1,1)+1
###Don’t change this comment - YaST2 identifier: Original name: windows 5###
title windows 5
rootnoverify (hd1,5)
chainloader (hd1,2)+1
Thanks in advance for your help.
Michel