On Sun, 18 Nov 2007 11:04:15 -0500, Billy Holmes wrote:
> why do you have kernel-WITH-alsa in your /boot, but kernel-HAS-alsa in
> your grub.conf? typo? or is there a particular reason?
Typo. I think it seemed more intimidating than it really is, hence the
typo. After correcting the typo, it booted.
I'm going to experiment a bit and then recompile again, though because,
ironically, the "alsa" kernel fails to load alsa and the genkernel had
alsa all along, which was the impetus for the recompile.
In any event, at least I'm learning a bit :)
arrakis ~ #
arrakis ~ # ll /boot/
total 13131
-rw-r--r-- 1 root root 980149 Apr 21 2007 System.map-genkernel-
x86-2.6.19-gentoo-r5
lrwxrwxrwx 1 root root 1 Jul 26 02:45 boot -> .
drwxr-xr-x 2 root root 1024 Nov 17 21:54 grub
-rw-r--r-- 1 root root 5455004 Apr 21 2007 initramfs-genkernel-
x86-2.6.19-gentoo-r5
-rw-r--r-- 1 root root 2137705 Apr 21 2007 kernel-genkernel-x86-2.6.19-
gentoo-r5
-rw-r--r-- 1 root root 2137705 Nov 17 11:20 kernel-genkernel-x86-2.6.19-
gentoo-r5-2
-rw-r--r-- 1 root root 2658736 Nov 16 23:52 kernel-has-alsa
drwx------ 2 root root 12288 Jul 26 02:36 lost+found
arrakis ~ #
arrakis ~ #
arrakis ~ # cat /boot/grub/grub.conf
default 3
timeout 30
splashimage=(hd1,0)/grub/splash.xpm.gz
#works
#alsa fails
#dhcp fails
title=Gentoo Linux with ALSA
root (hd1,0)
kernel /kernel-has-alsa root=/dev/hdb3
#works
title=Gentoo Linux
root (hd1,0)
kernel /kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hdb3
initrd /initramfs-genkernel-x86-2.6.19-gentoo-r5
#works
title=Gentoo Linux Genkernel 2
root (hd1,0)
kernel /kernel-genkernel-x86-2.6.19-gentoo-r5-2 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hdb3
initrd /initramfs-genkernel-x86-2.6.19-gentoo-r5
#unknown
#needs testing
title=Gentoo Linux Genkernel 3
root (hd1,0)
kernel /kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/hdb3
#works
title Fedora (2.6.21-1.3228.fc7)
root (hd0,1)
kernel /vmlinuz-2.6.21-1.3228.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.21-1.3228.fc7.img
arrakis ~ #
arrakis ~ # date
Sun Nov 18 12:45:59 PST 2007
arrakis ~ #
arrakis ~ #
thanks,
Thufir
--
[EMAIL PROTECTED] mailing list