GRUB Bootloader (Progeny Debian Linux)

Post Reply
Message
Author
berhmann

GRUB Bootloader (Progeny Debian Linux)

#1 Post by berhmann »

Hallo,
ich habe die Progeny Debian Distribution auf einer neuen Festplatte ausprobiert.
Als Bootloader verwendet die GRUB. Mein Problem ist es Grub beizubringen das ich auch die alte Festplatte mit den Distri dort
booten möchte.Das ist mir bisher nicht gelungen habe

title zweite platte mit altem linux LILO
chainloader (hd1,x) +1

probiert!

meine menu.lst

timeout 10
default 0

# --> PROGENY START (1.0) <--

title Progeny Debian (kernel 2.2.19)
root (hd0,1)
kernel /boot/vmlinuz-2.2.19 root=/dev/hda2 ro
initrd /boot/initrd-2.2.19.gz

title Progeny Debian - single-user (kernel 2.2.19)
root (hd0,1)
kernel /boot/vmlinuz-2.2.19 root=/dev/hda2 ro single
initrd /boot/initrd-2.2.19.gz

title Progeny Debian (kernel 2.2.18)
root (hd0,1)
kernel /boot/vmlinuz-2.2.18 root=/dev/hda2 ro
initrd /boot/initrd-2.2.18.gz

title Progeny Debian - single-user (kernel 2.2.18)
root (hd0,1)
kernel /boot/vmlinuz-2.2.18 root=/dev/hda2 ro single
initrd /boot/initrd-2.2.18.gz

title Progeny Debian (kernel 2.2.17-ide)
root (hd0,1)
kernel /boot/vmlinuz-2.2.17-ide root=/dev/hda2 ro
initrd /boot/initrd-2.2.18.gz

title Progeny Debian - single-user (kernel 2.2.17-ide)
root (hd0,1)
kernel /boot/vmlinuz-2.2.17-ide root=/dev/hda2 ro single
initrd /boot/initrd-2.2.18.gz

title Progeny Debian (kernel 2.2.17)
root (hd0,1)
kernel /boot/vmlinuz-2.2.17 root=/dev/hda2 ro
initrd /boot/initrd-2.2.18.gz

title Progeny Debian (kernel 2.2.17)
root (hd0,1)
kernel /boot/vmlinuz-2.2.17 root=/dev/hda2 ro
initrd /boot/initrd-2.2.18.gz

title Progeny Debian - single-user (kernel 2.2.17)
root (hd0,1)
kernel /boot/vmlinuz-2.2.17 root=/dev/hda2 ro single
initrd /boot/initrd-2.2.18.gz

title Progeny Debian (kernel 2.4.2)
root (hd0,1)
kernel /boot/vmlinuz-2.4.2 root=/dev/hda2 ro
initrd /boot/initrd-2.4.2.gz

title Progeny Debian - single-user (kernel 2.4.2)
root (hd0,1)
kernel /boot/vmlinuz-2.4.2 root=/dev/hda2 ro single
initrd /boot/initrd-2.4.2.gz# For booting Windows NT or Windows2000
title Das was keiner braucht
rootnoverify (hd0,0)
makeactive
chainloader +1

# For booting old second disk LILO
title zweite platte mit altem linux
chainloader (hd1,0) +1

# --> PROGENY END <--

bergmann2

Re: GRUB Bootloader (Progeny Debian Linux)

#2 Post by bergmann2 »

Die Lösung ist bei mir

# For booting old second disk
title zweite platte mit altem linux (funktioniert)
root (hd1,2)
kernel (hd1,2)/vmlinuz-2.2.15 root=/dev/hdc11 ro

beim testen der console "c"

grub> root (hd1,2)
grub> kernel (hd1,2)/vmlinuz-2.2.15 root=/dev/hdc11 ro
grub> boot

Post Reply