Welcome, Guest. Please login or register.

Author Topic: Logging Startup and Userstartup-sequence  (Read 3112 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: Logging Startup and Userstartup-sequence
« on: August 11, 2011, 12:21:09 PM »
What I like to do in situations like this is boot without startup-sequence, set echo on, as Thomas described, then execute s:startup-sequence. If you append >dh0:logfile it will save the buffer to disk. I don't know if you'll be able to see it on screen while it's executing - there's probably a way, but I'm not sure of the command syntax.

There's also an interactive mode - set interactive on, maybe? It'll ask you to confirm executing each line of the script.
 

Offline Matt_H

Re: Logging Startup and Userstartup-sequence
« Reply #1 on: August 11, 2011, 03:42:57 PM »
Quote from: Piru;654050
Hmm, are you sure? I was under the impression that each command handles redirection by their own.

Nope, I'm not sure :)

Quote
I'm fairly sure that there's no such thing.

That may not be the right command, but I've done it in the past, somehow. Maybe it was a command line argument for 'execute'?
 

Offline Matt_H

Re: Logging Startup and Userstartup-sequence
« Reply #2 on: August 11, 2011, 05:19:06 PM »
@ Piru

It's possible I'm imagining things. I'll check my manuals and let you know if I come up with anything.
 

Offline Matt_H

Re: Logging Startup and Userstartup-sequence
« Reply #3 on: August 13, 2011, 02:42:08 PM »
A quick update: set interactive on is the right command, but the feature was only introduced with 3.9 or one of its updates. I confirmed that it's not in 3.1 and Piru confirmed that it's not in 3.5.

So you'll need to have the 3.9 ROM modules kicked in at cold boot (Deneb/Algor FlashROM, custom Kickstart) to use this method.