Lilo und Multi Boot

R

RealFairPlayer

Eroberer
Hi zusammen,

ich habe mir Fedora 6 neben meinem bestehenden Novell Suse 10.1 installiert (Suse auf HDB1 und Fedora auf SDA1).

Mein Lilo.conf sieht folgendermaßen aus:
Code:
menu-scheme = Wb:kw:Wb:Wb
timeout = 80
lba32
change-rules
reset
read-only
prompt
default = SL_10.1
message = /boot/message
boot = /dev/hda

image = /boot/vmlinuz
###Don't change this comment - YaST2 identifier: Original name: linux###
    label = SL_10.1
    append = " resume=/dev/hdb2  splash=silent showopts"
    initrd = /boot/initrd
    root = /dev/hdb1

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

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

Wie müsste ich diese nun erweitern damit ich daraus auch auf mein Fedora zugreifen kann?

Danke vorab,
Matthias
 
Les in der Konfiguration des Bootloaders den Fedora vorher aufgesetzt hat nach, was es für optionen brauch und stell den lilo dementsprechend ein.
http://gidf.de/lilo.conf
 
Den Link hättest dir sparen können ...

Matze
 
Code:
image = /boot/vmlinuz
    label = Fedora
    append = "..."
    initrd = /boot/initrd
    root = /dev/sda1
in etwa so ...
In die append-Zeile musst Du halt noch die Fedora-Boot-Optionen eintragen, falls es welche gibt und Du musst natürlich schauen, ob das Image wirklich /boot/vmlinuz und die Initrd wirklich /boot/initrd ist ...
 

Ähnliche Themen

Lilo Konfiguration

openSuse 11.4 und 12.1 als Gast in XEN

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

dovecot und postfix Konfiguration Problem

Debian squeeze, Webmin, Samba Freigaben

Zurück
Oben