![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
..... ## ## End Default Options ## title Debian GNU/Linux, kernel 2.6.31 root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.31 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.26-2-amd64 root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro initrd /boot/initrd.img-2.6.26-2-amd64 title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.26-2-amd64 ### END DEBIAN AUTOMAGIC KERNELS LIST |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 |
title Debian GNU/Linux, RT Kernel root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16 root=/dev/ram0 real_root=/dev/sda1 panic=5 initrd /boot/initrd.img-2.6.26.8-rt16 savedefault fallback title Debian GNU/Linux, kernel 2.6.24.2 root (hd0,1) kernel /boot/vmlinuz-2.6.24.2 root=/dev/ram0 real_root=/dev/sda1 panic=5 initrd /boot/initrd.img-2.6.24.2 |
![]() |
Source code |
1 2 3 4 |
title Was auch immer root (hd0,1) kernel /boot/vmlinuz-<vom neuen> root=/dev/md0 ro initrd /boot/initrd.img-<vom neuen> |
Quoted from ""hEiNz""
panic besagt das der letze laufende kernel geladen wird wennn der den du eingespielt hast nicht booten sollte
Quoted from ""DeaD_EyE""
Quoted from ""hEiNz""
panic besagt das der letze laufende kernel geladen wird wennn der den du eingespielt hast nicht booten sollte
Cool, so eine Option gibt es auch? Ich hab immer die Fall-Back-Strategie von Grub verwendet: http://www.huschi.net/2_215_de-grub-fallback-strategie.html">http://www.huschi.net/2_215_de-grub-fal ... tegie.html</a>
![]() |
Source code |
1 |
panic=5 bewirkt, dass der Kernel nach einem Kernel-Panic nach von 5 Sekunden rebootet. Das kann Zeit, Nerven und vielleicht sogar Remote-Hands sparen. |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
title Debian GNU/Linux, kernel 2.6.31 root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.31 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.26.8-rt16.old root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16.old root=/dev/md0 ro title Debian GNU/Linux, kernel 2.6.26.8-rt16.old (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16.old root=/dev/md0 ro single title Debian GNU/Linux, kernel 2.6.26.8-rt16 root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16 root=/dev/md0 ro title Debian GNU/Linux, kernel 2.6.26.8-rt16 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16 root=/dev/md0 ro single title Debian GNU/Linux, kernel 2.6.26-2-amd64 root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro initrd /boot/initrd.img-2.6.26-2-amd64 title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.26-2-amd64 |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
default 4 fallback 0 timeout 5 title Debian GNU/Linux, kernel 2.6.31 root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.31 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.31 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.31 title Debian GNU/Linux, kernel 2.6.26.8-rt16.old root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16.old root=/dev/md0 ro title Debian GNU/Linux, kernel 2.6.26.8-rt16.old (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16.old root=/dev/md0 ro single title Debian GNU/Linux, kernel 2.6.26.8-rt16 root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16 root=/dev/md0 ro title Debian GNU/Linux, kernel 2.6.26.8-rt16 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26.8-rt16 root=/dev/md0 ro single title Debian GNU/Linux, kernel 2.6.26-2-amd64 root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro initrd /boot/initrd.img-2.6.26-2-amd64 title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/md0 ro single initrd /boot/initrd.img-2.6.26-2-amd64 |