Quote:
Originally Posted by Flyingtux
Does anyone have a 2006 Prius with an original U40 464210-0701 Ver 5.1 disk in that they where able to get working?
|
I have a 2006 Prius with original Toyota DVD
U40 464210-0700 ver.05.1. I was able to make a working backup of my DVD.
My DVD drive is a
Lite-ON SHM-165P6S (firmware MS0R).
The media I used is
Memorex DVD+R DL (media ID: RITEK/D01).
I found the number of sectors on the original Toyota DVD: (it was 3797424)
Code:
isoinfo -d dev=/dev/dvd
I extracted an image of the original Toyota DVD:
Code:
readcd dev=/dev/dvd sectors=0-3797424 f=464210-0700.iso
I set my drive to write DVD+ media with DVD-ROM book type:
Code:
dvd+rw-booktype -dvd-rom -unit /dev/dvd
Then I burned a copy of the disc:
Code:
growisofs -dvd-compat -Z /dev/dvd=464210-0700.iso
The copy loaded up in my Prius without a hitch. So now I can keep the original inside and out of the heat.
