LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 04-06-2004, 06:04 AM   #271
angel_hva
LQ Newbie
 
Registered: Mar 2004
Location: Vietnam
Posts: 24

Rep: Reputation: 15

Wow, I installed kernel 2.6.4 but when everything is done, I try to boot and get message:
No initd found
I saw kernel 2.6.4 beside 2.4.8-20 for me to choose (at GRUB). What's wrong here?

Every commands I typed:
make oldconfig
make menuinstall
make modules_install install
 
Old 04-06-2004, 06:19 AM   #272
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
You will have to choose by hand (make menuconfig) to compile RAM disk support into the kernel and then just the size of the initrd set to 8192 or 4096 and then support for initial RAM disk...
 
Old 04-07-2004, 03:26 PM   #273
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by dleidlein
BTW Thetargos, if you email me, just reply to the address I sent from Not the one in my profile.
When I applied the patch to the 2.6.5 sources, it got 4 chunks as already detected, so I skipped those. Unlike 2.6.4, I don't see the configuration entry for the SII6514/3114 either in menuconfig nor in g/xconfig... Was it under ATA device drivers?
 
Old 04-07-2004, 04:30 PM   #274
dleidlein
LQ Newbie
 
Registered: Feb 2004
Location: Rochester, NY
Distribution: Redhat 9
Posts: 29

Rep: Reputation: 15
I believe it was under SCSI low-level drivers -> SATA
make sure you have prompt for incomplete drivers maybe?
Did you patch the source to 2.6.5-rc3 as well? Don't know if it makes a difference but that's what I did
 
Old 04-07-2004, 04:34 PM   #275
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
I'm working with 2.6.5 final right now.

Edit My fault, it was there all the time, but I just did not see it when I searched the SCSI lowlevel drivers....

Last edited by Thetargos; 04-07-2004 at 04:37 PM.
 
Old 04-07-2004, 04:39 PM   #276
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Ok, I'll recompile now with it enabled, and the ATA section SIlicon Image driver disabled, OK? Since I don't have such a device I don't expect it to be much of a help, just will confirm that it builds alright.
 
Old 04-07-2004, 05:23 PM   #277
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Well... all building process went OK...
 
Old 04-07-2004, 05:44 PM   #278
dleidlein
LQ Newbie
 
Registered: Feb 2004
Location: Rochester, NY
Distribution: Redhat 9
Posts: 29

Rep: Reputation: 15
the problem arose on the make install part, and if it's "disabled".....sorry a little confused.
 
Old 04-07-2004, 05:54 PM   #279
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Sorry maybe I just did not make myself clear. The kernel compiled and installed just fine (boots alright) with:

Code:
Device Drivers-->
      SCSI support--->
               SCSI lowlevel drivrers-->
               <*> SATA support-->
                     <m>  Silicon Image
The other Silicon Image driver (under the ATA section) is disabled (the driver for the 3112 chipset), and built with this one instead enabled as a module (to avoid any confusion when loading the modules) Also RAID and LVM is enabled in modes linear, 0, 1, 4/5. So to answer your question, yes, here the driver builds just fine.
 
Old 04-08-2004, 09:06 AM   #280
dleidlein
LQ Newbie
 
Registered: Feb 2004
Location: Rochester, NY
Distribution: Redhat 9
Posts: 29

Rep: Reputation: 15
gotcha, I'm working on a linux from scratch system - going to try it that way. One more question if I may, if it's compiled as a module, that will still load it @ boot time right?? My whole purpose behind this is to make a kernel that I can put on cd to boot from.

Thanks so much for the testing Thetargos! So it's got to be some kind of dependency that I need to trace down, make it stop trying to link to that sil6514.
 
Old 04-08-2004, 12:21 PM   #281
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
You are welcome

Most definitely yes. I guess the older driver introduced a dependency in the 2.4.20-8 system.map file that's searched when creating the new image. The module (being a Drive controller) should load upon hardware detection, I've never had problems with device drivers such as these compiled as modules.
 
Old 04-15-2004, 01:28 AM   #282
angel_hva
LQ Newbie
 
Registered: Mar 2004
Location: Vietnam
Posts: 24

Rep: Reputation: 15
Quote:
You will have to choose by hand (make menuconfig) to compile RAM disk support into the kernel and then just the size of the initrd set to 8192 or 4096 and then support for initial RAM disk...
I did it but still like I discribed. What's problem here?

New commands list I typed:
make oldconfig
make menuconfig (I wrote wrong, not menuinstall)
make modules
make modules_install install
 
Old 04-15-2004, 01:30 AM   #283
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
You sure you have installed init-modules-tools (or what ever the package name is, modutils in rpm format).
 
Old 04-19-2004, 01:15 AM   #284
birras
LQ Newbie
 
Registered: Mar 2004
Posts: 14

Rep: Reputation: 0
installed 2.6.5 on rh9 (after several attempts)and got following troubles:

cdrom/floppy : device does not exist

installed the patched nvidia driver, but have to reinstall it everytime i boot in order to startx...

??any ideas ??
 
Old 04-19-2004, 02:36 AM   #285
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Ok, please just make sure you have the following devices (or symlinks) in your /dev/ directory:
  • /dev/cdrom, should be pointing to the /dev/hd* you have your CD-Rom in. If you've got a CD burner which was using ide-scsi emulation from the kernel command line (in GRUB), remove the line hd*=ide-scsi from your /etc/grub.conf file in the 2.6.5 entry. If you use ide-scsi emulation, the device will be pointing to /dev/scd*, in order to have it back change the symlink accordingly. Suppose you have your CD as the first IDE device on the second IDE channel (hdc), make the cdrom link point to that device. Remove the previous link and re-create it (as root):
    Code:
    cd /dev/
    rm -f cdrom
    ln -sf /dev/hdc cdrom
    Then make sure it appears on /etc/fstab*
  • /dev/fd0, this device should exist under /dev, and make sure it exist under /etc/fstab.
  • The same goes for the nvidia devices, you shuould have at least 6 devices with the nvidia name follwed by a number and one named nvidiactl, just make sure all of them are in mode 666 (rw-rw-rw). If they're not, use chmod to change that (chmod 666 nvidia*)

*The entries in /etc/fstab should look like this:
Code:
/dev/fd0                /mnt/floppy            auto    noauto,owner,kudzu 0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
If they are still not recognized up on re-boot, take out the kudzu option, so kudzu will not probe for them (but will still be available in fstab for you to mount them).
 
  


Reply

Tags
howto, tutorial



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Red Hat/Fedora ALSA mini-HowTo. Thetargos Red Hat 182 04-01-2006 12:12 PM
red hat 9 kernel compilation b0nd Linux - Newbie 1 08-11-2005 10:05 AM
Kernel compilation (2.4.25 - Red Hat) on DELL Inspiron 2650 rohitmordani Linux - Laptop and Netbook 7 04-05-2004 05:10 PM
Red Hat does not plan to release another product in the red hat linux line... Whitehat General 5 11-03-2003 06:33 PM
Red Hat Update Agent for kernel updates and custom kernels SparceMatrix Linux - General 5 09-03-2002 04:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 03:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration