I have tried "make modules_install" first and then "make install". The initrd image is created. But still I get the same error. I tried these changes in the grub.conf file too:
1) change root=/dev/sda3
2) kernel /bzImage - after copying the bzImage from arch/i386/boot/ directory.
3) Also removed this part: ro root=LABEL=/ rhgb quiet. As somebody on net told so...
But none of these are working. Another thing I tried was to load it on FC3. That seemed to work... But I need to install it on FC4 or later. Could it be some hardware related issue?
Regards,
Anoop J
On 12/20/06, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
On Wed, 2006-12-20 at 15:05 +0530, hemen.kapadia@xxxxxxx wrote:
>
> Hi,
>
> Check the root=.....kernel option in grub.conf. Try using something
> like root=/dev/hd..... partition corresponding to where you mount root
> instead of the label /.
actually really don't do this. This will damage your installation and
prevent future upgrades to work well.
if you do "make install" (after modules_install) an initrd will be made
and added to grub automatically which makes this all just work.
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/