tinkrtoy
11-04-2007, 01:45 PM
We started receiving the cannot contact Tivo service message this month and I finally got around to using my handmade instructions to apply the 9.1 update manually (I think it was on 8.1 before). After manual application and reboot, the S2 went in to the applying service update message and then rebooted again. Now, though, it won't fully boot up and just keeps rebooting after the 'Almost there' screen. I am going to look for my console cable since I don't do this that often. Here are the instructions I used (again, my own piecing together of commands). Any idea what went wrong or did something change that this will no longer work via this method? My original bootpart was /dev/hda7 and I am sure that I used the right substitutions in my commands where applicable. Before reboot, the flipped bootpart listed as /dev/hda4.
TIA
Instructions to update software release:
Telnet to Tivo
# bootpage -p --> What is bootpart (/dev/hda4 or /dev/hda7)
# echo mls /SwSystem | tivosh --> What is the software to be installed (i.e. 9.1-01-2-140)
# mount -o remount,rw /
# vi /tvbin/installSw.itcl
--> change 'reboot' to 'exit 0'
--> :wq
# mount -o remount,ro /
# dd if=/dev/hda6 of=/var/tmp/MyKernel.px --> if=/dev/hda3 if bootpart=/dev/hda4, if=/dev/hda6 if bootpart=/dev/hda7
# /tvbin/installSw.itcl 9.1-01-2-140 --> sub software to installed actual filename
# bootpage -p --> check to make sure bootpage has flipped (i.e. /dev/hda4)
# dd if=/var/tmp/MyKernel.px of=/dev/hda3
# mount /dev/hda4 /mnt
# cp /etc/rc.d/rc.sysinit.author /mnt/etc/rc.d
# cp /sbin/iptables /mnt/sbin
# mkdir /mnt/mpc
# cp -ar /mpc/* /mnt/mpc
REBOOT Tivo
TIA
Instructions to update software release:
Telnet to Tivo
# bootpage -p --> What is bootpart (/dev/hda4 or /dev/hda7)
# echo mls /SwSystem | tivosh --> What is the software to be installed (i.e. 9.1-01-2-140)
# mount -o remount,rw /
# vi /tvbin/installSw.itcl
--> change 'reboot' to 'exit 0'
--> :wq
# mount -o remount,ro /
# dd if=/dev/hda6 of=/var/tmp/MyKernel.px --> if=/dev/hda3 if bootpart=/dev/hda4, if=/dev/hda6 if bootpart=/dev/hda7
# /tvbin/installSw.itcl 9.1-01-2-140 --> sub software to installed actual filename
# bootpage -p --> check to make sure bootpage has flipped (i.e. /dev/hda4)
# dd if=/var/tmp/MyKernel.px of=/dev/hda3
# mount /dev/hda4 /mnt
# cp /etc/rc.d/rc.sysinit.author /mnt/etc/rc.d
# cp /sbin/iptables /mnt/sbin
# mkdir /mnt/mpc
# cp -ar /mpc/* /mnt/mpc
REBOOT Tivo