Hoi!
Ich verwende (z.Zt.?) Linux als "primäres" Betriebssystem, und habe mir
erstmal FreeBSD 4.0 zum testen auf einer eigenen Platte installiert.
Als Bootloader auf Linux Seite kommt lilo zum Einsatz.
Linux ist auf der dritten SCSI Festplatte installiert (sdc), FreeBSD auf
der zweiten (sdb) und auf der 1. (sda) ist so ein Spielebetriebssystem
mit Fenstern. IDE Platten habe ich nicht.
Wie konfiguriere ich lilo nun so, das ich FreeBSD starten kann?
Zur Zeit habe ich folgendes in meiner /etc/lilo.conf
#----------------------------- LILO.CONF --------------------------------
boot = /dev/sdc
# Disk mappings
#compact
linear
disk = /dev/sda
bios = 0x81
disk = /dev/sdb
bios = 0x82
disk = /dev/sdc
bios = 0x80
#----------------------------- IMAGES --------------------------------
# Konfiguration für Linux
image=/vmlinuz
root =/dev/sdc6
label = linux
alias = 1
# Windos Konfiguration
other=/dev/sda1
optional
label =w98
alias =8
table =/dev/sda
map-drive= 0x80
to = 0x81
map-drive= 0x81
to = 0x80
# FreeBSD (Fehl-)Konfiguration
other=/dev/sdb1
optional
label =freebsd
alias =b
table =/dev/sdb
map-drive=0x82
to =0x80
map-drive=0x80
to =0x82
#----------------------------- LILO.CONF --------------------------------
Gebe ich beim Start des Systems nun freebsd ein, so sollte eigentlich
FreeBSD gestartet werden. Statt dessen erhalte ich nur diese
Fehlermeldung:
Boot error
Ein grep in den Source Codes von Lilo brachte nichts zu tage, folglich
kommt die Fehlermeldung wohl von FreeBSD. Wie geht's richtig?
Alternativ würde ich natürlich auch gerne die Möglichkeit haben, von
FreeBSD aus Linux starten zu können. Hier fehlt mir aber noch das
Grundsätzliche Verständnis. Was muß ich also wie, wo und warum ändern,
bzw. wo gibt's eine Anleitung, HowTo oder FAQ?
Thx,
Alexander Skwar
-- Homepage: http://www.digitalprojects.com Sichere Mail? PGP/GnuPG Keys als Antwort auf Mail mit Betr: Get GPG Key
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 19 Apr 2000 - 22:56:55 CEST