LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   volid read error @ kernel compiling (https://www.linuxquestions.org/questions/slackware-14/volid-read-error-%40-kernel-compiling-206265/)

Maego 07-17-2004 11:56 AM

volid read error @ kernel compiling
 
I configured and compiled a new 2.6.x kernel by following the instructions in the newbie guide sticky.

All went well untill I did the make install instruction. Then the installation procedure complained by printing the following:

Fatal: volid read error

What is this error, and how can I fix it???

keefaz 07-17-2004 03:13 PM

Do the make install by hand :
cd /usr/src/linux-2.6.x
mv /boot/vmlinuz /boot/vmlinuz.oldy
mv /boot/System.map /boot/System.map.oldy
cp System.map /boot/
cp arch/i386/boot/bzImage /boot/vmlinuz

Verify that lilo points to vmlinuz and reboot


All times are GMT -5. The time now is 02:10 AM.