[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Kernel panic: No init found
Brad Brad wrote:
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> CONFIG_SERIAL=y
> CONFIG_UNIX98_PTYS=y
> CONFIG_UNIX98_PTY_COUNT=256
Nothing wrong with above CONFIG_VT* options. Can you try mounting the
encrypted root partition (from your rescue floppy or whatever), and list
some files like this:
mount -t ext3 /dev/hda6 /mnt -o loop=/dev/loop5,encryption=AES256
ls -l /mnt/dev/console /mnt/sbin/init
umount /mnt
> I'm not sure if this is totally irrilavant, but i just noticed that even as
> root i'm denied executing anything on my seperate /mnt/crypt, i've mounted
> it with
>
> /dev/hdc1 /mnt/crypt ext2
> defaults,noauto,users,loop=/dev/loop1,encryption=AES256 0 0
>
> I was aware you can pass a no-exe option, however pretty sure its not
> default.
'users' mount option implies noexec. It is explained in mount man page.
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/