[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loop-aes initrd failes to boot 2.6.x
> You have this in your kernel config:
>
> CONFIG_MINIX_FS=m
>
> which really should be:
>
> CONFIG_MINIX_FS=y
>
> File system on initrd is minix. Mounting initrd root file system will fail
> if minix file system is not compiled built-in. Your real root file system
> is reiserfs, so both minix and reiserfs must be built-in.
Hi,
I still had to change grub.conf from
kernel /vmlinuz-2.6.3-ck2 init=/linuxrc rootfstype=minix
which had to be:
kernel /vmlinuz-2.6.3-ck2 root=/dev/ram0 init=/linuxrc rootfstype=minix
otherwise I got:
ERROR: initrd config says USEPIVOT=1 but bootloader acts like USEPIVOT=0
Now everything works really nice.
Thanks a lot !
Martin Muellenberg
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/