lilo works, but you must mount the reiserfs partition with the "notail" option.
reiserfs tries to be efficient with disk space by taking the excess portions of
files that do not fill up a whole block and it takes these "tails" and packs
them together. This leaves holes in the files which prevents lilo from finding
a continuous kernel image.
As root something like:
mount /dev/root / -o remount,rw,notail
cp -a /boot /boot1
rm -rf /boot
mv /boot1 /boot
lilo
The process of copying the files after the remount will cause the
files to all be rewritten without any tails,
-Erik
--
Erik B. Andersen Web: http://www.xmission.com/~andersen/
email: andersee@debian.org
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/