nice, that worked! i made the whole flashing procedure without windows, just linux. this may be interesting for some of you. also, i think the procedure that i used is quite simpe. here is what i did (!!!AT YOUR OWN RISK!!! of course):
i made a usb-drive with freedos:
https://www.chtaube.eu/computers/freedos/bootable-usb/
download image and unpack and :
Code: Select all
dd if=/home/susi/downloads/FreeDOS-1.1-memstick-2-2048M.img of=/dev/sdz bs=512k
downloaded the middleton firmware for T61:
http://www.thinkwiki.org/wiki/Middleton's_BIOS
unpacked the rar file and used an archive tool to access the 7luj27uc.iso .
mount the usbstick under /mnt/usb :
i made a directory under fdos:
copy the content of the iso to that folder.
Code: Select all
cp path-to-iso-image-content/* /mnt/usb/fdos/bu
reboot TP , press F12, choose usb stick. cd to folder :
execute lcreflsh.bat (
pls. check middleton manual for that , i needed to write my own flash.bat , because i have no battery)
NOTE 1:
i needed to turn on flash over lan (why? i dont know!) in the bios (config/network)
NOTE 2:
the first time i tried to flash the flash process seems to take 1.5 hours, i just restarted by pressing the power button , read all forum posts again , was sure i did right and tried again - this time with success.
i dont know what that could mean, but in the end it worked.
thx for all the help that i could find here!