Hi all !
Спасибо
ooptimum и
Swappp Цитата:
emerge=vanilla-sources-2.4.25
ln -s /usr/src/linux-2.4.25 /usr/src/linux
Так всё получилось
Но вот и новая трабла
Приведу конфиги :
/etc/lilo.conf
Код: # $Header: /home/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.1 2003/12/09
#
# Start LILO global section
# MBR to install LILO to:
boot = /dev/hda
map = /boot/.map
#
install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
# do not need boot-{text,menu,bmp}.b in
# /boot, as they are linked into the lilo
# binary.
menu-scheme=Wb
prompt
# If you always want to see the prompt with a 15 second timeout:
#timeout=600
delay = 50
# Normal VGA console
vga = normal
# VESA console with size 1024x768x16:
#vga = 791
# End LILO global section
# Linux bootable partition config begins
#
image = /boot/kernel-2.4.25
root = /dev/hda8
#root = /devices/discs/disc0/part3
label = Gentoo
read-only # read-only for checking
append="init=/linuxrc root=/dev/hda8"
initrd=/boot/initrd-2.4.25
#
# Linux bootable partition config ends
#
#
# DOS bootable partition config begins
#
other = /dev/hda1
#other = /devices/discs/disc0/part1
label = Windows
table = /dev/hda
#
# DOS bootable partition config ends