Hallo,
wähle ich im Bootmenü Windows, so erscheint diese Meldung auf dem Schirm:
rootnoverify (hd1,2)
chainloader (hd1,0)+1
GRUB liegt im MBR von sda;
Windows auf sdb1; openSUSE auf sdb3 bzw. sdb4; 2.te Linux-Distri auf sdc1.
openSUSE sowie die 2.te Linux-Distri starten problemlos.
Hoffe, ihr könnt mir weiterhelfen! Danke Vielmals.
wähle ich im Bootmenü Windows, so erscheint diese Meldung auf dem Schirm:
rootnoverify (hd1,2)
chainloader (hd1,0)+1
GRUB liegt im MBR von sda;
Windows auf sdb1; openSUSE auf sdb3 bzw. sdb4; 2.te Linux-Distri auf sdc1.
openSUSE sowie die 2.te Linux-Distri starten problemlos.
Code:
fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02a0b2e7
Device Boot Start End Blocks Id System
/dev/sda2 * 2 19457 156280320 5 Extended
/dev/sda5 2 19457 156280288+ 7 HPFS/NTFS
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc1c46d15
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3264 26218048+ 7 HPFS/NTFS
/dev/sdb2 3265 11554 66589425 5 Extended
/dev/sdb3 11555 14165 20972857+ 83 Linux
/dev/sdb4 14166 24321 81578070 83 Linux
/dev/sdb5 3265 11097 62918540+ 7 HPFS/NTFS
/dev/sdb6 11098 11554 3670821 82 Linux swap / Solaris
Disk /dev/sdc: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb81d82b7
Device Boot Start End Blocks Id System
/dev/sdc1 * 13068 24321 90397755 83 Linux
/dev/sdc2 8 13067 104904450 5 Extended
/dev/sdc5 8 13067 104904417+ 7 HPFS/NTFS
Code:
menu.lst
# Modified by YaST2. Last modification on Di Okt 9 10:20:23 UTC 2007
default 0
timeout 8
gfxmenu (hd1,2)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
root (hd1,2)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP2004CS07GJ10L542071-part3 vga=0x317 resume=/dev/sdb6 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default
###Don't change this comment - YaST2 identifier: Original name: Fedora (2.6.22.9-91.fc7) (/dev/sdc1)###
title Fedora (2.6.22.9-91.fc7) (/dev/sdc1)
root (hd2,0)
configfile /boot/grub/menu.lst
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd1,2)
chainloader (hd1,0)+1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
rootnoverify (hd1,2)
chainloader (fd0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
root (hd1,2)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP2004CS07GJ10L542071-part3 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.5-31-default
Code:
device.map
(fd0) /dev/fd0
(hd0) /dev/sda
(hd2) /dev/sdc
(hd1) /dev/sdb
Hoffe, ihr könnt mir weiterhelfen! Danke Vielmals.