Originally posted by rc3105
speed issues - the biggie
here I thought it was something complex & it was just the !@#$% ideturbo module, figures. thanks mbm!
to check your tivo boot parms issue this command from bash
bootpage -q /dev/hda
you should get roughly this
IP address: 192.168.0.2
Primary boot partition: 3
Alternate boot partition: 6
Hostname: unnamed
Net boot kernel name: linux.px
Boot parameters: root=/dev/hda4 runideturbo=false
MAC address: bd:ca:43:47:75:90
RF channel: 0
Standby: 109
1
if the "Boot paramters:" line DOES NOT include "runideturbo=false" then you need to add it
note whatever your root parms are. "root=/dev/hda4" or "root=/dev/hda7"
and update your parms by issuing this command
bootpage -P "your_current_root_parms runideturbo=false" /dev/hda
on my boxes it's
bootpage -P "root=/dev/hda4 runideturbo=false" /dev/hda
reboot, try an insert. should be MUCH faster

[/B]