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

[ gelöst ] Bootsloader Auswahl Fehler

hab das gleiche problem. gibts da keine einfachere lösung, weil ich mit linux nicht viel erfahrung habe bzw. mit der konsole.
 

towo

Moderator
Teammitglied
Ohne Konsole kann Dir keiner helfen, da Du die benötigten Infos nur über eine Konsole vernünftig beziehen kannst!

Also die Ausgaben von

cat /boot/grub/device.map
cat /boot/grub/menu.lst
und fdisk -l

benötigen wir schon, in die Code-Tags des Forums eingebettet, versteht sich.
 
cat /boot/grub/device.map

Code:
(hd0)   /dev/sda
(hd1)   /dev/sdb

cat /boot/grub/menu.lst



# Modified by YaST2. Last modification on Di Okt 9 20:56:14 CEST 2007
default 0
timeout 8
gfxmenu (hd0,0)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_ST340823A_6EF0166B-part1 resume=/dev/sda2 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,0)
chainloader (hd1,0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_ST340823A_6EF0166B-part1 showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: Kernel-2.6.22.5-31-default###
title Kernel-2.6.22.5-31-default
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_ST340823A_6EF0166B-part1 resume=/dev/sda2 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

fdisk -l

Platte /dev/sda: 40.0 GByte, 40020664320 Byte
255 heads, 63 sectors/track, 4865 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a7a86

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 4700 37752718+ 83 Linux
/dev/sda2 4701 4865 1325362+ 82 Linux Swap / Solaris

Platte /dev/sdb: 400.0 GByte, 400088457216 Byte
255 heads, 63 sectors/track, 48641 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0003d231

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 35509 285218010 7 HPFS/NTFS
/dev/sdb2 * 35509 48641 105490791 83 Linux
 

towo

Moderator
Teammitglied
Ändere in Deiner /boot/grub/menu.lst
Code:
title Windows
rootnoverify (hd0,0)
chainloader (hd1,0)+1
in
Code:
title Windows
map (hd0) (hd1)
map (hd1) hd0)
rootnoverify (hd1,0)
makeactive
chainloader (hd1,0)+1
 
Oben