March 28, 2024, 10:31:01 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Problem while booting with MY compiled Kernel  (Read 5058 times)

Offline anil_garg5

  • Linux Learner
  • ***
  • Posts: 71
Problem while booting with MY compiled Kernel
« on: January 25, 2005, 01:33:57 PM »
Dear friends,

I compiled kernel on Redhat enterprise linux 3.0 and follow all the as usual steps to compile it.

All the steps are finished without any problem. when in boot with my new kernel, it boot properly without any error msg.
but this time it is not showing
 all users Home directories
and other custom directory /usr /u01 /data etc.
 and showing only the root (/) is mounted.
while recompiling, it disable SCSI hdd only as my system hv IDE hdd.

can I hv to mount them separately thru fstab or

Is there any option I hv to pass with the Kernel so that it  mount all the Filesystem available there.

grub.conf entries
title Red Hat custom kernel
        root (hd0,0)
        kernel /bzImagenew  ro root=LABEL=/
        initrd /initrd-2.4.20-8.img


Thanks in Advance,

Offline neo

  • Linux Learner
  • ***
  • Posts: 125
    • http://www.investorsgain.com
Problem while booting with MY compiled Kernel
« Reply #1 on: March 30, 2005, 08:51:48 AM »
You have not mentioned about the partitionson your computer.
Generally people have 2-3 partitions one for / one for /boot and one for /home etc.. If this is the case with you then these partitions have to be mounted at boot time to be shown in the root directory. Just edit your /etc/fstab.