Ich habe SuSE 10,1 und Windows auf einer Platte installiert, leider ging nur Linux über GRUB. Deswegen habe ich GRUB Einstellungen geändert. So wie in dieser Anleitung: http://www.linuxer.onlinehome.de/apps/grub.htm
Beim starten von Windows sagt er mir folgendes:
filesystem type is vfat, Partition type 0xC chanleader +1
Folgende Einstellungen habe ich:
Code: Alles auswählen
Meins:/home/Steve # fdisk -l
Platte /dev/hda: 40.0 GByte, 40007761920 Byte
255 heads, 63 sectors/track, 4864 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 1 96 771088+ 82 Linux Swap / Solaris
/dev/hda2 2933 4863 15510757+ f W95 Erw. (LBA)
/dev/hda3 * 97 1402 10490445 83 Linux
/dev/hda4 1403 2932 12289725 83 Linux
/dev/hda5 2933 4863 15510726 b W95 FAT32
Partitionstabelleneinträge sind nicht in Platten-Reihenfolge
# Modified by YaST2. Last modification on Mo Jan 1 11:34:26 UTC 2007
Code: Alles auswählen
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,2)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,2)
kernel /boot/vmlinuz root=/dev/hda3 vga=0x317 resume=/dev/hda1 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
root (hd0,2)
kernel /boot/vmlinuz root=/dev/hda3 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader +1
Habe versucht beim Googeln den Fehler zu koriegieren leider ohne Erfolg!Meins:/boot/grub # cat device.map
(hd0) /dev/hda1
(hd1) /dev/sda1
Was kann/muss ich ändern????
Gruss Stefan