Ok, I have RH 9 on a dual boot box with win2k on the other partition. I wanted to add ntfs read support in the kernel. I configured my kernel, and made ntfs read support built-in (not modular). I then did the following as root:
make dep && make clean && make && make install
when i reboot and try the new kernel, i get something along the lines of
kernel panic, no init found, try passing an argument at command line (init = )
at the beginning of boot. I tried again with:
make dep && make clean && make bzImage
then copied bzImage over to /boot, updated lilo.conf manually, and ran lilo && lilo -q... same result.
Also, is it right that I didn't do a 'make modules && make modules_install' since all I did was add something to the kernel that was built-in?
any help would be much appreciated
