2008/7/7 schoappied <schoappied(a)gmail.com>om>:
I did:
# mkinitramfs -o initrd.img-2.6.25.8-rt7 2.6.25.8-rt7
But the errors still remains
hm .. maybe it was the change to fstab then, that
had an effect on it.
I discovered some problems with lines like this in /etc/fstab :
UUID=13495293458246835258345 / reiserfs ............etc.
things went better, when replaced with:
/dev/disk/by-uuid/13495293458246835258345 / reiserfs ............etc.
(directory names instead of "UUID=" (probably more compatible - who knows..))