this is my first kernel compile. I have ran other distros without any problems on this machine. I have done several clean installs, and none will boot on there own, I'm wanting to make this pc be a firewall/traffic monitor, but i worried more interested in just getting gentoo to run. I used this Gentoo Linux 2005.1 x86 Handbook
for the install guide, great guide. I followed the guide pretty close. except for I start sshd in first few steps, i have bad screen and like to remote in. I compiled many kernels, formatted and compiled. I have try genkernel it errors out after 10 hours compile time, i don't remember the error. I do manual configuration, I don't want the overhead of the genkernel. And i really just want the command line log in. I have a few questions.
System is
200 Pentium
ram 96m
hd 3 gig - no dma
two nics - I am using the 'Green' nic to run the remote on, the other nic i have messed with and is not connected lan
1. cpu ?
this is the output of cat /proc/cpuinfo
Code: Select all
processor : 0
vendor_id : GenuineIntel
cpu family : 5
model : 2
model name : Pentium 75 - 200
stepping : 12
cpu MHz : 199.488
fdiv_bug : no
hlt_bug : no
f00f_bug : yes
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr mce cx8
bogomips : 384.00
Device Drivers ->
Multimedia devices ->
[ ] Video for linux
Graphics Support ->
[ ] Support for frame buffer devices
saved changes
my /etc/make.conf
Code: Select all
CFLAGS="-O2 -mcpu=pentium-pro"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-X -gnome -kde"
USE var, dont want X. Is it nessary to supply the other -gnome and -kde, sence X is not being compiled?
compiles fine
my /etc/fstab
Code: Select all
/dev/hda1 /boot ext2 default,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
Second Question is
Configuring Kernel Modules
i'm leaving every thing default, is that right? I dont have any special hardware, it is all 8 or 9 years old. No scsi, no usb.
third question is
grub i'm loading the splash image do that mean the gentoo is wants use framebuffer?
installed grub
i did the
Code: Select all
# grub
>root (hd0,0)
>setup (hd0)
>quit
my menu.lst
Code: Select all
--no-floppy
default 0
timeout 5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel /boot/linux-2.6.12-gentoo-r6-pentium-pro root=/dev/hda3
I have tried each of my compiled kernels and they all do the same. I have been thru several post deal with reboot and grub, and they didn't help much with this problem. I sure that the kernels got copied to the boot partition. I used grub auto complete feature, 'find' the kernel. I disabled framebuffer from menuconfig is there any where else that i need to set?

