okay first thing i use a script to do kernels.
ie create a file named hackernel with

cd /usr/scr/linux
make xconfig && make dep && make clean && make bzImage
>/usr/src/hack.log 2>/usr/scr/hackerr.log && make modules &&
make modules_install
EOF
just make it executable BY ROOT ONLY and run as root

the >/usr/src/hack.log 2>/usr/scr/hackerr.log part pipes the
output (stndout and stnderr) to files for later checking. do
you have all the deps for the sources fixed?  (i remember
6.5 had a problem)
as far as printing the startup messages typing "dmesg
>dmesg.txt " should get you a printable file
({nonmime data stream} everything but that part gets
printed)

Reply via email to