bmrf / tron

Tron

Home Page:https://old.reddit.com/r/TronScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot problems after -asm tag

orrinwitt opened this issue · comments

So... I probably will not be able to provide enough information to be helpful here, since this issue was on a customer's computer and I won't be able to replicate it for testing.
That said, I was working on a computer that was experiencing high disk usage to the point it was almost unusable. For this reason, I thought maybe I should run Tron in safe mode this time, to circumvent whatever was causing it.
But when I ran the script with the -asm tag, I ran into all kinds of problems even being able to boot into windows at all. Something happened to the boot record or something. I was eventually able to fix it with some command prompt stuff like bootrec /rebuildbcd, etc., but it was quite a circus. When I finally got back into Windows, I thought whatever caused the problem was probably fixed now, and maybe had nothing to do with the Tron script. But when I ran it again (with the -asm tag still), the issue returned, a little worse.
Got back in after jumping through more command prompt hoops, and Tron is currently doing its thing in normal mode. I'm not about to try to replicate the issue, but thought I should pass it along in case it is something fixable within the script. I know safe mode is not necessary, and not even recommended for most cases anymore, but it should still work when needed.
Any ideas? or have you seen this behavior before?

Hi @orrinwitt , thanks for the report. I haven't seen this before when using -asm, but every so often we get weird one-off issues. When you run with -asm Tron just sets the flag to start in Safe Mode, then triggers a reboot.

You can see the two commands Tron executes here. You can test those manually on the system and see if it recreates the issue.

a high disk usage can also mean, that the disk ist damaged/getting broken soon so maybe it was to much after the restart

Hi @BennyAlex , since I can't reproduce this on my end I'm closing the issue. Please let me know if you experience this again.