Welcome, Guest. Please login or register.

Author Topic: How to Check the Boot messages after you've booted?  (Read 2265 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
How to Check the Boot messages after you've booted?
« on: May 02, 2011, 09:11:07 PM »
May seem silly, but it sure beats me hitting Ctrl A A over and over till I have them committed to memory :D

I did a BB1 and BB2 install (os 3.5) and it dorked up some stuff (non-executeable bits and so forth), but with this new CF card and the PFS3 they are like a subliminal message!  Are they hanging about somewhere to be accessed?  Or should I get out a digi cam and snap a quick pick?
 

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: How to Check the Boot messages after you've booted?
« Reply #1 on: May 02, 2011, 09:18:40 PM »
What Boot Messages !!! you seeing things now... ;)
 

Offline hardlink

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 586
    • Show only replies by hardlink
Re: How to Check the Boot messages after you've booted?
« Reply #2 on: May 02, 2011, 09:20:17 PM »
Quote from: TheBilgeRat;634944
Are they hanging about somewhere to be accessed?  


You can redirect them to the serial port and watch them, old school with a VT102 like I used to :), or with Term/JRComm/etc on another Amiga, and even capture them to a file.
 

Offline Mark

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 94
    • Show only replies by Mark
Re: How to Check the Boot messages after you've booted?
« Reply #3 on: May 02, 2011, 09:32:47 PM »
Quote from: TheBilgeRat;634944
May seem silly, but it sure beats me hitting Ctrl A A over and over till I have them committed to memory :D

I did a BB1 and BB2 install (os 3.5) and it dorked up some stuff (non-executeable bits and so forth), but with this new CF card and the PFS3 they are like a subliminal message!  Are they hanging about somewhere to be accessed?  Or should I get out a digi cam and snap a quick pick?


As a temporary debugging measure, you can comment out the 'EndCLI >NIL:' line at the end of the startup-sequence, and for additional info you could even add 'set echo on' at the beginning.
 

Offline Thomas

Re: How to Check the Boot messages after you've booted?
« Reply #4 on: May 02, 2011, 09:40:29 PM »
Quote from: TheBilgeRat;634944
May seem silly, but it sure beats me hitting Ctrl A A over and over till I have them committed to memory :D

I did a BB1 and BB2 install (os 3.5) and it dorked up some stuff (non-executeable bits and so forth), but with this new CF card and the PFS3 they are like a subliminal message!  Are they hanging about somewhere to be accessed?  Or should I get out a digi cam and snap a quick pick?



You mean the initial CLI window opens with some error messages in it, but closes so fast that you cannot read them?

Put this at the end of startup-sequence:

LoadWB
ask Continue ; <== insert this line
EndCLI

Then the window stays open until you press enter and you have enough time to read the messages.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: How to Check the Boot messages after you've booted?
« Reply #5 on: May 03, 2011, 01:11:30 AM »
Quote from: Thomas;634960
You mean the initial CLI window opens with some error messages in it, but closes so fast that you cannot read them?

Put this at the end of startup-sequence:

LoadWB
ask Continue ; <== insert this line
EndCLI

Then the window stays open until you press enter and you have enough time to read the messages.

Awesome!  Thanks, Thomas!