Results 11 to 17 of 17
I have edited the first post on this subject to display what actually seems to boot. The problem I have seems to lie in the statement ramdisk=8192 my previous post ...
- 08-12-2005 #11Just Joined!
- Join Date
- Jun 2005
- Location
- Harwich - England
- Posts
- 52
I have edited the first post on this subject to display what actually seems to boot. The problem I have seems to lie in the statement ramdisk=8192 my previous post explains this further.
The '=' in the title seems to work correctly. IE I get the grub boot menu now with the correct title and when I click on it it actually starts the boot sequence.
- 09-13-2005 #12Just Joined!
- Join Date
- Mar 2005
- Location
- Vancouver, BC
- Posts
- 15
I can confirm that (sd0,0) does not work. Even though I have no IDE drives installed, and /dev/sda1 is my root, GRUB will prefer (hd0,0) regardless.
This is due to the device mappings in /boot/grub/device.map
Athlon 2800XP (1GB)
kernel-2.6.12-gentoo-r10
- 09-14-2005 #13Just Joined!
- Join Date
- Sep 2005
- Posts
- 4
I had a similar issue, and in my case it was fixed by editing fstab.
/hda/BOOT, /hda/SWAP, and /hda/ROOT (or in your case sda) need to be changed to their respective partitions.
Hope this helps.
- 09-14-2005 #14Just Joined!
- Join Date
- Mar 2005
- Location
- Vancouver, BC
- Posts
- 15
Thank-you for the suggestions. I am able to boot now after recompiling the kernel with support for my SATA controller. My problem now is I don't seem to be able to find any kernel modules...
gives me nothingCode:find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
I realized this while troubleshooting my eth0 being not found. It is a Tulip compatible NIC, and I have support in the kernel for it. (Live install CD detected it fine).
Also, my kernel seems rather small (even though it boots to a login fine) it is 2048KB or so. Is this OK?
- 09-14-2005 #15Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Pardon me for asking what to many will be obvious, but you did replace "<kernel version>" with the filename of your kernel? Did you see what other directories are under /lib/modules/ ?
/IMHO
//got nothin'
///this use to look better
- 09-15-2005 #16Just Joined!
- Join Date
- Mar 2005
- Location
- Vancouver, BC
- Posts
- 15
Thank-you for asking.
I had used tab-autocomplete to find my modules dir. There were other folders in there, but I didn't look in there. Unfortunately I am not there right now to double-check. I will be able post a short list of the path and contents in about 6hours. (when start work at home
)
When I built the kernel I used:Was there anything else that I needed to do?Code:make && make modules_install
I will look into /etc/modules.autoload.d/kernel-2.6 and check what is in here as well. If it is empty, I will be at a loss as to what to do next.
- 09-15-2005 #17Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Well, if you used 'tab-autocomplete' and got a valid completion, then that should have been good. That is, if that's the case and it is empty, I too will be at a loss....
Originally Posted by Shaun Prince /IMHO
//got nothin'
///this use to look better


Reply With Quote
