Code: Select all
# uname -a
Linux envy 2.6.9-gentoo-r14 #2 SMP Fri Feb 25 18:13:17 GMT 2005 x86_64 AMD Athlon(tm) 64 Processor 3500+ AuthenticAMD GNU/LinuxCode: Select all
# emerge splashutils && splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence && splash_geninitramfs -v -g /boot/fbsplash-emergence-1280x1024 -r 1280x1024 emergence && splash_geninitramfs -v -g /boot/fbsplash-emergence-1600x1200 -r 1600x1200 emergence && rc-update add splash defaultMy grub.conf looks like this:
Code: Select all
# Grub boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 5
# By default, boot the first entry.
default 1
# Fallback to the second entry.
fallback 0
# Use default Grub Splash image
# splashimage=(hd0,0)/boot/grub/splash.xpm.gz
#
# Use custom (downloaded) Gentoo Splash Image
splashimage=(hd0,0)/boot/grub/gentoo.xpm.gz
# Boot Gentoo Linux (no framebuffer)
title Gentoo-2.6.9-r14
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.6.9-r14 ro root=/dev/md2 video=vesafb:ywrap,pmipal,1280x1024-16@85
# Boot Gentoo Linux at 1280x1024 framebuffer resolution
title Gentoo-2.6.9-r14, 1280x1024
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.6.9-r14 ro root=/dev/md2 video=vesafb:ywrap,mtrr,1280x1024-24 splash=verbose,theme:emergence
initrd (hd0,0)/boot/fbsplash-emergence-1280x1024Code: Select all
Kernel command line: ro root=/dev/md2 video=vesafb:ywrap,mtrr,1280x1024-24 splash=verbose,theme:emergence console=tty0
fbsplash: verbose
fbsplash: theme emergence
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 65536 bytes)
time.c: Using 1.193182 MHz PIT timer.
time.c: Detected 2202.913 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Memory: 508368k/523968k available (2778k kernel code, 0k reserved, 1175k data, 212k init)
Calibrating delay loop... 4325.37 BogoMIPS (lpj=2162688)
Mount-cache hash table entries: 256 (order: 0, 4096 bytes)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
Using local APIC NMI watchdog using perfctr0
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU0: AMD Athlon(tm) 64 Processor 3500+ stepping 00
per-CPU timeslice cutoff: 512.14 usecs.
task migration cache decay timeout: 1 msecs.
Only one processor found.
Using local APIC timer interrupts.
Detected 12.516 MHz APIC timer.
time.c: Using PIT/TSC based timekeeping.
Brought up 1 CPUs
checking if image is initramfs... it is
NET: Registered protocol family 16
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816Any ideas what I've done wrong ?
Thanks
