>
> Not too happy with this.
me neither.. :(
>
> Could you check the initrd created? post me the init details
>
> gunzip -S .img initrd-new.img
> mkdir test; cd test
> cpio -i < initrd-new
>
# gunzip -S .img initrd-2.6.17.11-2tr.img
[EMAIL PROTECTED] /tmp# ls
dmesg initrd-2.6.17.11-2tr kernmail.PHzZbv tsl-initrd-tempdir.1M5yDK/
[EMAIL PROTECTED] /tmp# mkdir test; cd test
[EMAIL PROTECTED] /tmp/test# cpio -i < ../initrd-2.6.17.11-2tr
11846 blocks
[EMAIL PROTECTED] /tmp/test# cat init
#!/bin/nash
mount -t proc /proc /proc
echo Mounted /proc filesystem
echo Mounting sysfs
mount -t sysfs /sys /sys
echo "Loading ide-core.ko module"
insmod /lib/ide-core.ko
echo "Loading ide-disk.ko module"
insmod /lib/ide-disk.ko
echo "Loading piix.ko module"
insmod /lib/piix.ko
echo "Loading sd_mod.ko module"
insmod /lib/sd_mod.ko
echo "Loading xor.ko module"
insmod /lib/xor.ko
echo "Loading raid5.ko module"
insmod /lib/raid5.ko
echo "Loading dm-mod.ko module"
insmod /lib/dm-mod.ko
echo "Loading BusLogic.ko module"
insmod /lib/BusLogic.ko
echo Activating EVMS
/usr/sbin/evms_activate
echo Creating root device
mkrootdev /dev/root
echo Mounting root filesystem
mount -o defaults --ro -t ext3 /dev/root /sysroot
echo Switching to new root
switchroot /sysroot /sysroot
> Are you using scsi disks? or else which one?
>
>
Nope, boring old IDE, as formatted and partitioned by the 3.0 installer
from scratch
[EMAIL PROTECTED] /tmp/test# fdisk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 24321 195358401 83 Linux
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 24321 195358401 83 Linux
Disk /dev/sdc: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 24321 195358401 83 Linux
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 16 128488+ 83
Linux <===boot
/dev/hda2 17 873 6883852+ 83 Linux
<===root
/dev/hda3 874 938 522112+ 82 Linux swap / Solaris
/dev/hda4 939 10011 72878872+ 83 Linux
> Thanks
> Aristo
>
Thanks for all the help
>
> Dunc
>
>
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss