Suse 10.2 weder mit GRUB noch Lilo Bootbar...

Schieschie

Schieschie

Grünschnabel
Also... ich habe ein Problem mit meinem neuen Suse 10.2

Ich habe vor ungefähr einem Jahr schon mal Suse 9.3 verwendet, kenne also die Basics...

Mein Festplattenkonfiguration ist folgendermaßen (Laptop, 2. Festplatte is USB)
fstab:
Code:
/dev/sda7            /                    ext3       acl,user_xattr        1 1
/dev/sda8            /home                ext3       acl,user_xattr        1 2
/dev/hda1            /windows/C           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6            /windows/D           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0

Wenn ich mit dem von Yast installierten Grub starten will, dann bekomme ich Error 18. Dann habe ich den MBR mit der Windows CD gefixt und kann nun Linux erstma nur über die Installations DVD starten.
Dann hab ich mir gedacht, dass vllt Lilo funktioniert, wenn Grub es nicht tut, aber wenn ich versuche es mit Yast zu konfiguieren, dann bekommen ich folgende Nachricht:
Code:
LILO version 22.7, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2005 John Coffman
Released 12-Apr-2005, and compiled at 22:19:56 on Nov 27 2006

raid_setup returns offset = 00000000  ndisk = 0
 BIOS   VolumeID   Device
Reading boot sector from /dev/sda7
pf_hard_disk_scan: ndevs=2
  0300  B75BB75B  /dev/hda
  0800  20CFD3FA  /dev/sda
device codes (user assigned pf) = 0
device codes (user assigned) = 0
device codes (BIOS assigned) = 0
device codes (canonical) = 3
Warning: /dev/sda7 is not on the first disk
Warning: Unable to determine video adapter in use in the present system.
Using MENU secondary loader
Calling map_insert_data
Secondary loader: 22 sectors (0x3C00 dataend).
bios_boot = 0x81  bios_map = 0x81  map==boot = 0  map S/N: 20CFD3FA
Mapping message file /boot/message
Calling map_insert_file
Message: 752 sectors.
BIOS data check will include auto-suppress check

Syntax error at or above line 14 in file '/etc/lilo.conf'
Removed temporary file /boot/map~

Hier meine lilo.conf:
Code:
# Modified by YaST2. Last modification on Sa Dez 16 15:13:57 CET 2006
menu-scheme = Wb:kw:Wb:Wb
timeout = 80
lba32
change-rules
reset
read-only
prompt
default = oS_10.2
message = /boot/message
boot = /dev/sda7

###Don't change this comment - YaST2 identifier: Original name: linux###
label = oS_10.2
    root = /dev/sda7
    append = "   resume=/dev/sda5 splash=silent showopts"

other = /dev/hda1
###Don't change this comment - YaST2 identifier: Original name: windows###
    label = Windows

###Don't change this comment - YaST2 identifier: Original name: failsafe###
label = Failsafe
    root = /dev/sda7
    append = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off  3"

Ich bitte um Hilfe. Egal ob nun Lilo oder Grub. Ich möchte nur das einer der beiden funktioniert.
 
Lies mal bitte die Manpage von lilo.conf und schau dir die Beispiele an (man lilo.conf), dann wirst du die Fehler selbst finden. :rtfm: Ohne Kernel-Image-Angabe wird das nichts. ;)
 
also ich hab jetzt mit n paar Tuts weiter an Lilo.conf gearbeitet... nun bin ich soweit, dass er beim Start der Hintergrund von Lilo anzeigt (son Pinguin und n Igloo soweit ich mich erinnern kann)
aber ich habe keinerlei Schrift oder sonstiges zum Auswählen...
Könnts ihr mir da vllt ma helfen? ;)

Code:
boot = /dev/hda
read-only
menu-scheme = Wb:kw:Wb:Wb
timeout = 80
prompt
lba32
default = Linux
message = /boot/message

other = /dev/hda1
    label = Windows
    optional


image = /boot/vmlinuz-2.6.18.2-34-default
label = Linux
root = /dev/sda7
initrd = /boot/initrd
    ###append = "   resume=/dev/sda5 splash=silent showopts"###



image = /boot/vmlinuz-2.6.18.2-34-default
label = Linuxsafe
root = /dev/sda7
initrd = /boot/initrd
    append = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off  3"
 
Ich habe ebend noch ein bisschen rumgespielt und siehe da:
Es bootet... total verrückt. Alles was ich geändert habe ist vga=normal
anzuhängen...

falls jemand ein ähnliches Problem hat(te) dann poste ich für den hier nochmal meine Lilo.conf
Code:
boot = /dev/hda
read-only
menu-scheme = Wb:kw:Wb:Wb
timeout = 80
prompt
lba32
default = Linux
message = /boot/message
vga = normal

other = /dev/hda1
    label = Windows
    optional


image = /boot/vmlinuz-2.6.18.2-34-default
label = Linux
root = /dev/sda7
initrd = /boot/initrd
    ###append = "   resume=/dev/sda5 splash=silent showopts"###



image = /boot/vmlinuz-2.6.18.2-34-default
label = Linuxsafe
root = /dev/sda7
initrd = /boot/initrd
    append = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off  3"
 

Ähnliche Themen

openSuse 11.4 und 12.1 als Gast in XEN

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Windows clients können nicht mehr auf lange laufendes System zugreifen

OpenVPN - Server kann clients nicht erreichen.

keine Berechtigung auf NTFS-Raid 0

Zurück
Oben