rtfmrtfmrtfmrtfmrtfm...... ;-]
I went completely through README.initrd and it dawned on me that maybe all the options you need to ext3 might apply to ext4. Here is what worked. Note to self... to avoid confusion, do _not_ mkdir /mnt/something to mount the disk to chroot to. Methinks that is not a smart move... ;-]
Code:
boot off dvd
mkdir /mnt/cdrom
mount /mnt/cdrom
installpkg /mnt/cdrom/slackware/a/kernel-modules-smp-2.6.29.6_smp-i686-2.txz
modprobe pata_sch
mkdir /dora
mount /dev/sda1 /dora [note the lack of /mnt/dora...]
chroot /dora
mount /proc
cd /boot
mkinitrd -c -k 2.6.29.6-smp -m pata_sch:mbcache:jbd:ext4 -f ext4 -r /dev/sda1
vi /etc/lilo.conf [verify correct initrd command is still there]
lilo
exit [exit from chroot environment]
ctrl-alt-del
System came up to a prompt. X runs. Added me as a user [btw, using up-arrow at the "additional groups" saves a ton of work!] Added wheel to the list of groups and I should be all set.
Now, to tackle the Poulsbo/GMA500 intel chipset. I hear there might be linux drivers released soon. Should be sweet on this 1366x768 netbook. Ubuntu has rudimentary 3d working....
oh, that and making this so it is a stand-alone installer [meaning boot off a kernel with pata_sch support built-in].
--steve
Thanks all! [do I mark the thread SOLVED, or does some op watch these things?]