小弟下載了linux-source-2.6.18 來重新編譯kernel
在底下的幾個步驟都沒發生問題
# make menuconfig
# make bzImage
#make modules
#make modules_install
#make
但是到最後要 #make install 的時候
卻跑出了以下的訊息
debian:/usr/src/linux-source-2.6.18# make install
sh /usr/src/linux-source-2.6.18/arch/i386/boot/install.sh 2.6.18 arch/i386/boot/bzImage System.map "/boot"
In order to use the new kernel image you have just installed, you
will need to reboot the machine. First, however, you will need to
either make a bootable floppy diskette, re-run LILO, or have GRUB
installed.
Checking for ELILO...No
GRUB is installed. To automatically switch to new kernels, point your
default entry in menu.lst to /boot/vmlinuz-2.6.18
我也重新修改過menu.lst 裡面的檔案
開機的時候可以選用新的kernel 來開機
但是卻會有 modules載入失敗等相關訊息
想請教一下 "Checking for ELILO...No "的錯誤訊息該如何排除呢?
之前有查過google 相關資料 也都找不太到解決方法
不好意思 麻煩了
謝謝<(_ _)>