• 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: anderes Linuxsxstem im Bootloader einbinden

Hallo,
bei der Installation der 11.2 wurde leider mein Ubuntu nicht übernommen.
Jetzt habe ich schon mehrfach versucht, es über yast einzutragen, aber dieses funktionierte nicht (was natürlich an mir liegt!)
Problem könnte sein, dass ubuntu mit grub 2 arbeitet.
Wenn ich in yast bootloader wähle: neuen Abschnitt, fragt er nach einer Datei, akzeptiert aber die grub.cfg nicht (ungültige Zeichen)
Wenn ich den Abschnitt klone und die initrd und vmlinuz reinschreibe, sagt er Abbilder exisiteren nicht.

ubuntu liegt auf sda5.

Code:
die menu.lst:
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,2)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.2 - 2.6.31.12-0.2
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.31.12-0.2-desktop root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S10UJ90Z401763-part3 resume=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S10UJ90Z401763-part2 splash=silent quiet showopts vga=0x345
    initrd /boot/initrd-2.6.31.12-0.2-desktop

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.2 - 2.6.31.12-0.2
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.31.12-0.2-desktop root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S10UJ90Z401763-part3 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x345
    initrd /boot/initrd-2.6.31.12-0.2-desktop

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

Code:
fdsik -l:
Platte /dev/sda: 160.0 GByte, 160041885696 Byte
240 Köpfe, 63 Sektoren/Spuren, 20673 Zylinder
Einheiten = Zylinder von 15120 × 512 = 7741440 Bytes
Disk identifier: 0x284cc442

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1               2        2813    21258720    7  HPFS/NTFS
/dev/sda2            2814        3091     2101680   82  Linux Swap / Solaris
/dev/sda3   *        3092        6572    26316360   83  Linux
/dev/sda4            6573       20673   106603529+   5  Erweiterte
/dev/sda5            6573        7982    10659568+  83  Linux HIER!
/dev/sda6            7983       10647    20147368+  83  Linux
/dev/sda7           10648       20673    75796528+  83  Linux

Vielen Dank schon mal!
 

lOtz1009

Moderator
Teammitglied
Mal unter http://www.linux-club.de/viewtopic.php?f=4&t=109474 oder http://www.linux-club.de/viewtopic.php?f=4&t=109404 geschaut?
 
Oben