Quote:
I have the same problems on my Efika with pico-psu:
Seagate ST9808210A 80GB does not boot
Western Digital WD800VE-00HDT0 80GB does not boot
but
Seagate ST960821A 60GB does boot
Could I try the nvram setting also? Where can I get it?
Hi Lucas, try adding this to your nvramrc;
Code:
0xe 0xf0003a5c c! 5 ms
0xa 0xf0003a5c c! 5 ms
This is the script from Germany. The recommended way to use it for now would be to
1) edit it into a text file (efika_atarst.forth) with these contents:
Code:
\ FORTH
0xe 0xf0003a5c c! 5 ms
0xa 0xf0003a5c c! 5 ms
2) boot that from a USB key or TFTP something (boot scsi:0 efika_atarst.forth)
If it works, and doesn't explode your system, then you can put it into nvramrc as the first snippet (no \ FORTH) part. Please be VERY careful.