"Ulrich F�rst" <[EMAIL PROTECTED]> schrieb:

> Tobias Krais schrieb:
> > Liebe Liste,
> > 
> > ich m�chte 2 Debian Systeme auf meinen Rechner installieren: 64 bit und
> > 32 bit. Aber wie sage ich dem Grub oder Lilo, dass er das andere System
> > �berhaupt findet?
> > 
> > Gr�ssle, Tobias
> > 
> Also in meiner /etc/lilo.conf
> 
> default=Test
> 
> image=/vmlinuz
>       label=Test
>       vga=791
>       append="ACPI=force"
>       read-only
>       restricted
>       optional
> 
> image=/vmlinuz.old
> --- snip ---
> --- weitere ---
> 
> # If you have another OS on this machine to boot, you can uncomment the
> # following lines, changing the device name on the `other' line to
> # where your other OS' partition is.
> #
> 
> other=/dev/hda4
>       label=sarge
> 
> -- EOF --
> 
> Also einfach die zwei letzten Zeilen in der lilo.conf erg�nzen, danach 
> lilo aufrufen, fertig.

Es gibt auch noch eine Alternative - welche man lieber mag, ist Geschmackssache.

Hier von Florian Diesch auf de.comp.os.unix.linux.misc gepostet
am 7. 9. - falls Du den ganzen Thread lesen m�chtest, ist genau das Gleiche
Problem wie Du es hast:

---   snip   ---
image = /boot/vmlinuz
 label= Debian
 root= dev/hda5

image= /mnt/suse/boot/vmlinuz
 label=SuSE
 root=/dev/hdb5
---   snap   ---

Gru�
        Malte

Antwort per Email an