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

Re: 2 Debian Systeme in Grub und Lilo einbinden



"Ulrich Fürst" <Fuerst.ulrich@vr-web.de> 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



Reply to: