-Not working -> initrd.img-2.6.14.6-grsec

Discuss usability issues, general maintenance, and general support issues for a grsecurity-enabled system.

-Not working -> initrd.img-2.6.14.6-grsec

Postby cold » Sat Jul 08, 2006 8:31 am

I successfully compiled the kernel and created my

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]
cold
 
Posts: 3
Joined: Sat Jul 08, 2006 8:13 am

fix

Postby cold » Sat Jul 08, 2006 11:20 am

Well I found the problem it wasn't initrd image, was vmlinuz, i fixed it by removing the old one in /boot and doing another make install, now the kernel and initrd loads, but rigth when it says its going to boot it hangs, can someone help me out ?
cold
 
Posts: 3
Joined: Sat Jul 08, 2006 8:13 am


Return to grsecurity support