Nick99 #1 Posted April 10 Dear Geneve friends, As the title says, I'm looking for a step by step instruction on how to get my Geneve to load MDOS 7.30 from my TIPI (I guess it is a similar procedure to make it load from IDE?). I have read all the information available but have a hard time to really understand the process. My system contains of: Geneve boot eprom v.2.0 32K upgrade. TI-disk controller with to drives. IDE card. TIPI card. The IDE and TIPI cards have the CRU set to the values that are mentioned in the other threads. I can without problem load MDOS 7.30 from disk. I did however notice after putting SYSTEM-SYS on the TIPI root that my Geneve freezes after the TIPI light flashes a couple of times, so I assume this is not the way to get MDOS to load. All help is welcome and awarded with lots of thanks! /Niklas 3 Quote Share this post Link to post Share on other sites
+InsaneMultitasker #2 Posted April 10 @9640News the above sounds similar to what happened when I removed the HFDC from a TIPI+Geneve system. I am not sure if the Geneve's EPROM was 0.99 or 2.00 but after I reinstalled the HFDC, I could again boot from the TIPI. 2 Quote Share this post Link to post Share on other sites
+9640News #3 Posted April 10 @Nick99 Going to need to confirm you are at >1800 with the TIPI? Are you able to boot from some device with MDOS 7.30 and do a directory on TIP1. ? Next, need you to confirm SYSTEM-SYS is named as such with a dash, not a slash, at the root level of your TIPI. You also need to have TIP1.LOAD-TIP at the root path as well. Your first post does not indicate whether you placed the LOAD-TIP file at root level. Finally, does the TIPI LED stay lit, or does it turn off after it flashes? My last concern is that you should use TIDIR and catalog your files at the root level. Confirm the file shows as a TIFILES header and does not identify as a V9T9 file. V9T9 header files will not work. I occasionally make that mistake myself and discover a file I moved across has the wrong header. Beery 3 2 Quote Share this post Link to post Share on other sites
WhataKowinkydink #4 Posted April 10 1 hour ago, 9640News said: I occasionally make that mistake myself and discover a file I moved across has the wrong header. An easy mistake to make for sure. Quote Share this post Link to post Share on other sites
Nick99 #5 Posted May 20 Ok, it was something wrong with the SYSTEM-SYS when transfered to TIPI, on the web ui it said SYSTEM4f%SYS, did use TI-Disk Manager and exported SYSTEM-SYS as a TIFILES and my Geneve now load MDOS from TIPI. 👻😎🕺 Next thing is to find out how to go from A: to whatever TIPI is called, and from there try to load some programs. 2 Quote Share this post Link to post Share on other sites
Nick99 #6 Posted May 20 The happiness didn't last long, I tried the command PI.STATUS and the computer freezed, rebooted and it load from TIPI but when it is finished and the dos prompt should show up the screen turns black. I tried to boot from disk and same thing happened until I removed the TIPI card, then it load MDOS properly from disk and the A: prompt show up. I have rebooted the PI but no change. What can have happened? Quote Share this post Link to post Share on other sites
+dhe #7 Posted May 20 do you have a 99/4a you can hook it to a prove everything - card/pi/sd drive? have you had a peak at the various logs on the pi? 1 Quote Share this post Link to post Share on other sites
+jedimatt42 #8 Posted May 20 If PI.STATUS is an MDOS command, that is unfortunate, cause the TIPI has a special DV80 file called PI.STATUS. I would guess MDOS might have thought it was a shell script... It would have looked like setting a bunch of variables... Or if MDOS tried to load it as a binary, it would have just been some serious garbage instructions. Other than the battery backed clock on the Geneve, I would have expected a simple power cycle to restore things... 1 Quote Share this post Link to post Share on other sites
+InsaneMultitasker #9 Posted May 20 I'm guessing MDOS tried to execute PI.STATUS as a batch file which should have generated a bunch of errors as MDOS tried to execute each line in the status file. Use TSTAT (program released elsewhere that provides for update/status/halt functionality) or just type "TYPE PI.STATUS" tosee the special file. I will try the same from my Geneve tonight. As for the black screen of death, it may be related to the boot EPROM or some other issue. Is your TIPI set to CRU >1800? 1 Quote Share this post Link to post Share on other sites
+InsaneMultitasker #10 Posted May 21 Here is what should happen at the command line: 1 Quote Share this post Link to post Share on other sites
+InsaneMultitasker #11 Posted May 21 And here is an example of the TSTAT program (type TSTAT ? for help) showing an update pending. 1 Quote Share this post Link to post Share on other sites
Nick99 #12 Posted May 21 8 hours ago, InsaneMultitasker said: I'm guessing MDOS tried to execute PI.STATUS as a batch file which should have generated a bunch of errors as MDOS tried to execute each line in the status file. Use TSTAT (program released elsewhere that provides for update/status/halt functionality) or just type "TYPE PI.STATUS" tosee the special file. I will try the same from my Geneve tonight. As for the black screen of death, it may be related to the boot EPROM or some other issue. Is your TIPI set to CRU >1800? My TIPI is set to CRU >1800. I will connect my TI to see if the TIPI work as it should. Quote Share this post Link to post Share on other sites
+9640News #13 Posted May 21 On 5/20/2022 at 5:23 PM, jedimatt42 said: If PI.STATUS is an MDOS command, that is unfortunate, cause the TIPI has a special DV80 file called PI.STATUS. I would guess MDOS might have thought it was a shell script... It would have looked like setting a bunch of variables... Or if MDOS tried to load it as a binary, it would have just been some serious garbage instructions. Other than the battery backed clock on the Geneve, I would have expected a simple power cycle to restore things... "PI" is a device, and "STATUS" is whatever is returned from the TIPI. In equivalent terms, it would have been just like typing at the prompt DSK1.STATUS and it executing the file (if one existed on that device) as either a batch file if it was D/V 80 or a program image file if it was a MDOS program image file. Beery Quote Share this post Link to post Share on other sites