Debian von der hdc starten
Debian von der hdc starten
Hallo, bisher habe ich Debian von Diskette gestartet, da ich Redhat im MBR der hda stehen habe, da wollte ich bei der Installation auf Nummer Sicher gehen. Jetzt habe ich eine lilo.conf geschrieben, und möchte von der hdc1 (/boot) starten. Beim ersten Versuch kam die Lilo beim booten bis lil- wenn ich lilo eingebe, kommt folgende Fehlermeldung: LBA32 addressing assumed, /dev/hdc1 is not on the first disk. Was kann ich da tun ?
Debian Woody Kernel 2.4.18bf24
384MB RAM, Pentium III Celeron 700MHz
384MB RAM, Pentium III Celeron 700MHz
Hallo
erst mal zu den Lilo Fehlercodes:
versuch IMHO mal das hier
http://www.linuxpeople.cc/howto/liloerr ... o.htm?link
Vielleicht hilt das ja schon mal weiter.
Fuer alles weitere bitte mal Auszug aus der lilo.conf
Gruss,
Attila
erst mal zu den Lilo Fehlercodes:
versuch IMHO mal das hier
http://www.linuxpeople.cc/howto/liloerr ... o.htm?link
Vielleicht hilt das ja schon mal weiter.
Fuer alles weitere bitte mal Auszug aus der lilo.conf
Gruss,
Attila
Danke, der Link hat mir nichts Neues gesagt. Hier ist meine lilo.conf
boot=/dev/hdc1
install=/boot/boot.b
"compact"
delay=20
map=/boot/map
vga=normal
image=/boot/vmlinuz-2.4.18-bf2.4
label=Debian
root=/dev/hdc5
append="ide-scsi-=hdd"
Im Bios habe ich eingestellt, daß der Computer von dieser Festplatte booten soll.
Eigenlich sollte ich ja die Lilo von Redhat bearbeiten, weil sie im MBR installiert ist, aber dort war ich nicht erfolgreich. Es gibt keine /boot/lilo.msg, wo ich Debian reinschreiben könnte, und überhaupt finde ich dort garnix.
Trotzdem schicke ich mal die lilo.conf von Redhat
boot="/dev/hda"
prompt
timeout="50"
message=/boot/message
root=/dev/hda2
lock
vga="Standard"
default=2.4.18-10
image="/boot/vmlinuz-2.4.18-10"
label="2.4.18-10"
root="/dev/hda2"
read-only
initrd="/boot/initrd-2.4.18-10.img"
image="/boot/vmlinuz-2.4.18-3"
label="2.4.18-3"
root="/dev/hda2"
read-only
initrd="/boot/initrd-2.4.18-3.img"
image="/usr/src/linux/arch/i386/boot/bzImage"
label="Linux_Compiled"
root="/dev/hda2"
read-only
optional
other="dev/hdc1"
label="Debian"
image=/vmlinuz
root="/dev/hdc5"
read-only
optional
Vielleicht ist es das beste lilo bei Redhat zu deinstallieren, und neu zu installieren. Es kann ja sein, daß sie dann meine Debian Installation erkennt.
Auf meiner (entnehmbaren) hdb habe ich übrigends Windows 2000, welches aber starte, wenn ich im Bios die hdb als Bootplatte angebe.
mfg.tonal
boot=/dev/hdc1
install=/boot/boot.b
"compact"
delay=20
map=/boot/map
vga=normal
image=/boot/vmlinuz-2.4.18-bf2.4
label=Debian
root=/dev/hdc5
append="ide-scsi-=hdd"
Im Bios habe ich eingestellt, daß der Computer von dieser Festplatte booten soll.
Eigenlich sollte ich ja die Lilo von Redhat bearbeiten, weil sie im MBR installiert ist, aber dort war ich nicht erfolgreich. Es gibt keine /boot/lilo.msg, wo ich Debian reinschreiben könnte, und überhaupt finde ich dort garnix.
Trotzdem schicke ich mal die lilo.conf von Redhat
boot="/dev/hda"
prompt
timeout="50"
message=/boot/message
root=/dev/hda2
lock
vga="Standard"
default=2.4.18-10
image="/boot/vmlinuz-2.4.18-10"
label="2.4.18-10"
root="/dev/hda2"
read-only
initrd="/boot/initrd-2.4.18-10.img"
image="/boot/vmlinuz-2.4.18-3"
label="2.4.18-3"
root="/dev/hda2"
read-only
initrd="/boot/initrd-2.4.18-3.img"
image="/usr/src/linux/arch/i386/boot/bzImage"
label="Linux_Compiled"
root="/dev/hda2"
read-only
optional
other="dev/hdc1"
label="Debian"
image=/vmlinuz
root="/dev/hdc5"
read-only
optional
Vielleicht ist es das beste lilo bei Redhat zu deinstallieren, und neu zu installieren. Es kann ja sein, daß sie dann meine Debian Installation erkennt.
Auf meiner (entnehmbaren) hdb habe ich übrigends Windows 2000, welches aber starte, wenn ich im Bios die hdb als Bootplatte angebe.
mfg.tonal
Debian Woody Kernel 2.4.18bf24
384MB RAM, Pentium III Celeron 700MHz
384MB RAM, Pentium III Celeron 700MHz
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Jepp, und hinter image den Pfad zum Kernel angeben (bei Debian normalerweise /boot/vmlinuz-VERSION)
Ändere die komplette Debian Sektion in Deiner Lilo.conf 'mal so:
Die Image Zeile musst Du wahrscheinlich an Deine Situation anpassen, je nachdem, wo der Kernel, den Du booten willst wirklich liegt.
Patrick
Ändere die komplette Debian Sektion in Deiner Lilo.conf 'mal so:
Code: Alles auswählen
image=/boot/vmlinuz-2.4.18
label=Debian
root=/dev/hdc5
read-only
optional
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
Debian+Redhat mit lilo
Danke, das war der wertvolle Tip. Ich habe die Eintagung
image=/Debian/boot/vmlinuz-2.4.18-bf2.4
label=DEBIAN
root=/dev/hdc5
read-only
optional
in die Redhat lilo.conf gemacht. Natürlich mußte man vorher auch die fstab entsprechend anpassen, dass die Debian boot und root gefunden werden.
Jetzt läuft es wie am Schnürchen. In der fstab mußte ich auch den /proc/bus/usb Eintrag auskommentieren, weil es sonst zwei mal gemounted worden wäre. mfg tonal
image=/Debian/boot/vmlinuz-2.4.18-bf2.4
label=DEBIAN
root=/dev/hdc5
read-only
optional
in die Redhat lilo.conf gemacht. Natürlich mußte man vorher auch die fstab entsprechend anpassen, dass die Debian boot und root gefunden werden.
Jetzt läuft es wie am Schnürchen. In der fstab mußte ich auch den /proc/bus/usb Eintrag auskommentieren, weil es sonst zwei mal gemounted worden wäre. mfg tonal
Debian Woody Kernel 2.4.18bf24
384MB RAM, Pentium III Celeron 700MHz
384MB RAM, Pentium III Celeron 700MHz