On Fri, May 25, 2001 at 12:01:44PM +0000, irgendeineadresse wrote:

>> Now u will have to do the following :
>>
>> rm -rf /usr/src/linux ( or rpm -e lx_suse-src<whatever>.rpm )
>> tar -zxvf <kernel2.4-src.tar.gz) /usr/src/linux
>> cd /usr/src/linux
>> make mrproper
>> make menuconfig ( or make xconfig) [ save the config to a file ]
>> make dep
>> make clean
>> make bzImage
>> make modules
>> make install
>> make modules_install
>> vi /etc/lilo.conf [ make the necessary changes ]
>> lilo -v
>> reboot
>
>O.K. did that. But after just compiling the new installed sources as they are 
>I (only gave the kernel additional NTFS read support, once normally, once as 
>module, and the third time I put it out again) couldn't boot the fresh one. 
>The error message is: <<VFS:Unable to mount root fs on 03:0e>> just after the 
><<NET4: Unix domain sockets 1.0/SMP for Linux NET4.0>>. I wonder if the 
>sources I got are different from the kernel I'm running at the moment. Is 
>there a way of taking my running kernel and configure it with the sources 
>I've got. I think they should be in general the same (same Version) - prehaps 
>SuSE patched it  with their own stuff.
>

The kernel cannot found your root file system. Are u sure u have given the
correct partition info for root in /etc/lilo.conf ? Have u run lilo -v
after that. Post your lilo.conf and the output of fdisk -l /dev/hda.

my lilo.conf in office is as follows :

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=kernel-2.2.16-3

password="xxx"
restricted

image=/boot/vmlinuz-2.2.16-3
        label=kernel-2.2.16-3
        read-only
        root=/dev/hda6

image=/boot/vmlinuz-2.2.14-5.0
        label=kernel-2.2.14-5
        read-only
        root=/dev/hda6


Warm Regards

-- 
Rajesh Fowkar
V. S. DEMPO & CO. LTD., PANAJI-GOA

Email ID : [EMAIL PROTECTED], [EMAIL PROTECTED]
Web Site : http://www.dempos.com


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to