Welcome, Guest. Please login or register.

Author Topic: Is there a way to have a menu at boot time to choose AOS/MOS ?  (Read 1322 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline keropiTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show only replies by keropi
As topic, is there a way to have a "boot manager" like thingie??? I know the 2-mouse buttons pressed on boot time, but that is not very convenient... I think I have asked this before , but I am not sure...
any info/suggestions?
thanx!  :-D
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show only replies by itix
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #1 on: August 21, 2006, 08:49:22 PM »
Quote

I know the 2-mouse buttons pressed on boot time, but that is not very convenient...


What about pressing just one? When I had my A1200 I wrote this little utility:

http://uk.aminet.net/util/boot/Kill68k.readme

It was particularly meant for mixed AmigaOS/MorphOS setup where both AmigaOS and MorphOS were installed to the same partition and thus executing the very same startup-sequence.
My Amigas: A500, Mac Mini and PowerBook
 

Offline VooDoo

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 284
    • Show only replies by VooDoo
    • http://www.voodoo-amiga.com/
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #2 on: August 21, 2006, 09:15:59 PM »
WOW Itix thxn on this great tool...that is what I need :)
--
A1200 sandwich :)

uA1c/g3-800 mHz/512mb/160gb hdd/OS4.1 Final + upd #1 :-D :worship

MacMini G4 1.5ghz 1GB ram + MorphOS 3.9

 Croatian Amiga portal
 

Offline keropiTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show only replies by keropi
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #3 on: August 21, 2006, 09:34:57 PM »
wow, it looks great! thanx!
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #4 on: August 21, 2006, 09:40:10 PM »
I don't really understand running MorphOS on an Amiga rather than a PegII, so please somebody let me know if I'm wrong here :-)

I don't see why you need to check the processor being used in order to select the OS if there is a Morphos "startup script". Why can't you use checklmb in the AmigaOS startup-sequence, and in the IF WARN statement following it, just enter the execute command for the MorphOS startup script. That way the script will be run if the LMB is pressed when you boot, and then MorphOS will start.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline keropiTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show only replies by keropi
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #5 on: August 21, 2006, 10:14:06 PM »
why not run mos too??? AFAIK, it runs on classic amigas all mos progs...
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #6 on: August 21, 2006, 10:18:18 PM »
No PPC here :-(

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show only replies by itix
Re: Is there a way to have a menu at boot time to choose AOS/MOS ?
« Reply #7 on: August 21, 2006, 10:44:50 PM »
Quote

I don't see why you need to check the processor being used in order to select the OS if there is a Morphos "startup script". Why can't you use checklmb in the AmigaOS startup-sequence, and in the IF WARN statement following it, just enter the execute command for the MorphOS startup script. That way the script will be run if the LMB is pressed when you boot, and then MorphOS will start.


It is only because I wanted to skip mouse button check if the system was in MorphOS already since the same startup-sequence could be used for MorphOS and AmigaOS.

That is, booting to MorphOS requires resetting machine (done automatically by bootstrap) and re-executing startup-sequence again. Little bit like using softrom updates.
My Amigas: A500, Mac Mini and PowerBook