harry1234
10-21-2005, 08:26 PM
Okay, I'm catching on to the basic linux command structure so I'm starting to get a handle on this! Bad news is I've hacked the drive twice with no luck. Both times it displays powering up, then the Almost There splash screen and then just re-boots.
The second time I tried the drive after restoring and applying bootpage and it worked fine. Only after I apply the killed 3.1.5 and modifying the tables do I have the problem.
I have the 7.2 upgrade on a Toshiba SD-H400. I used a killed kernel from my PTVupgrade enhanced CD.
Here's what I did:
My fat drive is hda (Primary Master)
/hda/tools is where my killed 3.1.5 kernel, iptables, rc.sysinit.author are located.
My tivo drive is hdb (Primary Slave)
My cd-rom is hdc (Secondary Master)
Bootpage shows my root as 7.
bootpage -P "root=/dev/hda7 upgradesoftware=false dsscon=true console=2,115200" -C /dev/hdb
mkdir backup
mount /dev/hda1 /backup
mkdir tivo
mount /dev/hdb7 /tivo
dd if=/backup/tools/vmlinux.px of=/dev/hdb6
cp /backup/tools/rc.sysinit.author /tivo/etc/rc.d
mv /tivo/sbin/iptables /tivo/sbin/iptables.old
cp /backup/tools/iptables /tivo/sbin
mv /tivo/etc/netfilter-enable /tivo/etc/netfilter-enable.backup
cp /tivo/etc/netfilter-disable /tivo/etc/netfilter-enable
umount -f -a -r
Being a ultra-n00b can anyone see if I made a mistake somewhere? Or am I missing a step or are there issues with the 7.2 upgrade.
Your help would be appreciated!
-harry
The second time I tried the drive after restoring and applying bootpage and it worked fine. Only after I apply the killed 3.1.5 and modifying the tables do I have the problem.
I have the 7.2 upgrade on a Toshiba SD-H400. I used a killed kernel from my PTVupgrade enhanced CD.
Here's what I did:
My fat drive is hda (Primary Master)
/hda/tools is where my killed 3.1.5 kernel, iptables, rc.sysinit.author are located.
My tivo drive is hdb (Primary Slave)
My cd-rom is hdc (Secondary Master)
Bootpage shows my root as 7.
bootpage -P "root=/dev/hda7 upgradesoftware=false dsscon=true console=2,115200" -C /dev/hdb
mkdir backup
mount /dev/hda1 /backup
mkdir tivo
mount /dev/hdb7 /tivo
dd if=/backup/tools/vmlinux.px of=/dev/hdb6
cp /backup/tools/rc.sysinit.author /tivo/etc/rc.d
mv /tivo/sbin/iptables /tivo/sbin/iptables.old
cp /backup/tools/iptables /tivo/sbin
mv /tivo/etc/netfilter-enable /tivo/etc/netfilter-enable.backup
cp /tivo/etc/netfilter-disable /tivo/etc/netfilter-enable
umount -f -a -r
Being a ultra-n00b can anyone see if I made a mistake somewhere? Or am I missing a step or are there issues with the 7.2 upgrade.
Your help would be appreciated!
-harry