[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Frage zum Booten mehrerer OS (lilo)



Habe mehrere OS auf meinem System:

giosetti@localhost giosetti]$ df
Dateisystem          Größe Benut  Verf Ben% Eingehängt auf
/dev/hda8             4,9G  2,4G  2,2G  53% /
/dev/hda9             6,5G  615M  5,9G  10% /home
/dev/hda6             3,6G  1,1G  2,3G  31% /mnt/debian
/dev/hda1             6,0G  4,8G  1,3G  80% /mnt/win_c
/dev/hda7              16G   12G  4,2G  74% /mnt/win_d

Arbeitspferd ist Mandrake, Spiel- u. Lernwiese (ist ja fast dasselbe;.-) ist Debian auf hda6.

Bootmanager ist Lilo - für mdk auf hda und für debian auf Floppy. Das Problem ist das der debian Eintrag auf hda den falschen, nämlich den mdk Kernel startet. Starte ich über eingelegt Floppy startet der richtige debian Kernel. Wie krige ich das hin, daß lilo von hda aud den richtigen debian Kernel startet (aber auch den richtigen mdk Kernel?

Gruß

Jost 

Hier der Eintrag für mdk:

boot=/dev/hda
map=/boot/map
[snip]
image=/boot/vmlinuz
        label="linux"
        root=/dev/hda8
        initrd=/boot/initrd.img
        append="quiet devfs=mount hdc=ide-scsi hdb=ide-scsi acpi=off"
        vga=788
image=/boot/vmlinuz
label="linux-nonfb"
        root=/dev/hda8
        initrd=/boot/initrd.img
        append="devfs=mount hdc=ide-scsi acpi=off"
        read-only
image=/boot/vmlinuz
        label="failsafe"
        root=/dev/hda8
        initrd=/boot/initrd.img
        append="failsafe devfs=nomount hdc=ide-scsi acpi=off"
        read-only
other=/dev/hda1
        label="windows"
        table=/dev/hda
other=/dev/fd0
        label="floppy"
        unsafe
image=/boot/vmlinuz
        label="Debian"
        root=/dev/hda6
        initrd=/boot/initrd-2.4.21-0.13mdk.img

Und hier der für Debian
#
boot=/dev/fd0

# Specifies the device that should be mounted as root. (`/')
#
root=/dev/hda6
default=Linux

image=/vmlinuz
        label=Linux
        read-only
#       restricted
#       alias=1
        initrd=/boot/initrd.img-2.4.16-686

image=/vmlinuz.old
        label=LinuxOLD
        read-only
        optional
#       restricted
#       alias=2



:



Reply to: