• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Suse, Grub, Windows Vista

visora

Newbie
hi,
hab ne Festplatte mit 230 GB
Windows Vista ist bereits installiert und hat 115GB
habe dann eine leere primäre Partition für suse erstellt.

habe nun das problem, dass nur noch suse bootet.
bzw. grub nur suse anzeigt, kann mir bitte einer helfen, wie ich auch windows vista starten kann?
also der eintrag in grub fehlt.

vielen dank
 
OP
V

visora

Newbie
# Modified by YaST2. Last modification on Fri Sep 21 03:22:57 CEST 2007
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

title openSUSE 10.2 - 2.6.18.8-0.5
root (hd0,5)
kernel /boot/vmlinuz-2.6.18.8-0.5-default root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.18.8-0.5-default

title Failsafe -- openSUSE 10.2 - 2.6.18.8-0.5
root (hd0,5)
kernel /boot/vmlinuz-2.6.18.8-0.5-default root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off
initrd /boot/initrd-2.6.18.8-0.5-default

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (hd0,0)
chainloader (fd0)+1
 
OP
V

visora

Newbie
fdisk -l

Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 14661 117760000 7 HPFS/NTFS
/dev/sda2 14662 30394 126375322+ f W95 Ext'd (LBA)
/dev/sda5 14662 14923 2104483+ 82 Linux swap / Solaris
/dev/sda6 14924 17534 20972826 83 Linux
/dev/sda7 17535 30394 103297918+ 83 Linux



vielen dank fuer eure hilfe!!
 

admine

Ultimate Guru
Windows liegt in erster Partition, dann ergänze dies in deiner /boot/grub/menu.lst als root:
Code:
title Windows 
    root (hd0,0)
    makeactive
    chainloader +1
 
Oben