- Code: Select all
initrd.img-2.6.14.6-grsec
using
- Code: Select all
root@c0ld3rD3v3lopm3nt:/boot# mkinitrd -o /boot/initrd.img-2.6.14.6-grsec 2.6.14.6-grsec
when I try to boot the grsec kernel, it tells me that initrd,img-2.6.14.6 is a unrecognizable format .... blah blah.
Can someone helo me out with this, i've printed out my grub conf below.
- Code: Select all
title Ubuntu,kernel 2.6.14.6-grsec
root (hd0,0)
kernel /boot/vmlinuz-2.6.14.6-grsec root=/dev/hdc1 ro quiet splash
initrd /boot/initrd.img-2.6.14.6-grsec
boot
title Ubuntu, kernel 2.6.12-9-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hdc1 ro quiet splash
initrd /boot/initrd.img-2.6.12-9-386
savedefault
boot
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hdc1 ro single
initrd /boot/initrd.img-2.6.12-9-386
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
boot
[/code]