lilo -> Gentoo und Fedora Core 6

N

n0rth

Grünschnabel
hi

Also ich habe auf meiner hda ein gentoo welches mit lilo (im MBR) gebootet wird.

Auf hdb habe ich jetzt ein neues Fedora zum testen aufgespielt. Ohne jedoch einen Bootloader zu installieren.

hier meine /dev/hdb :
Code:
Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1          13      104391   83  Linux
/dev/hdb2              14        9964    79931407+  8e  Linux LVM

meine lilo.conf:
Code:
boot=/dev/hda   # Install LILO in the MBR
prompt                    # Give the user the chance to select another section
timeout=50                # Wait 5 (five) seconds before booting the default section
default=gentoo            # When the timeout has passed, boot the "gentoo" section
# Only if you use framebuffer. Otherwise remove the following line:
vga=788                   # Framebuffer setting. Adjust to your own will
image=/boot/kernel-genkernel-x86-2.6.17-gentoo-r4
  label=gentoo
  read-only
  root=/dev/ram0
  append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 "
  initrd=/boot/initramfs-genkernel-x86-2.6.17-gentoo-r4

  image=/boot/vmlinuz-2.6.18-1.2798.fc6
  label=fedora
  root=/dev/hdb

die vmlinuz-2.6.18-1.2798.fc6 habe ich nach /boot in die hda kopiert.

Wenn ich jedoch im lilo-Menü fedora wähle bekomm ich leider nur eine kernel panic...

kann mir hier jemand sagen was ich falsch mache?
 
Code:
root=/dev/hdb
Spezifiziere mal eine Partition.Also /dev/hdb1 oder so.
 

Ähnliche Themen

Lilo Konfiguration

XFCE freezes at startup

Problem beim booten von nicht BIOS Festplatte

grub.conf bei dualboot mit kubuntu

Installing GENTOO 2008.0 on a QEMU DISK IMAGE (and KDE4).

Zurück
Oben