Welcome, Guest. Please login or register.

Author Topic: OS 3.1 command help please!  (Read 1875 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mpiva

  • Sr. Member
  • ****
  • Join Date: Aug 2003
  • Posts: 297
    • Show all replies
    • http://members.shaw.ca/michpiva
Re: OS 3.1 command help please!
« on: December 04, 2008, 07:31:51 PM »
Just some clarification first.  When you are saying you are trying to create a boot disk are you refering to a floppy disk or are you booting from the hard drive?  If you're getting a message that it can't find "devs:kickstarts" then my first question is do you actually have a directory in devs called "kickstarts"?  If not, Assign or Path aren't going to help you any.
-- Michael A. Piva --


"In engineering, there is no single truth, no one right answer; there\'s a canvas, and you paint it your way, only with chips or gates or subroutines rather than actual paint. That\'s the Amiga..."
-Dave Haynie
 

Offline mpiva

  • Sr. Member
  • ****
  • Join Date: Aug 2003
  • Posts: 297
    • Show all replies
    • http://members.shaw.ca/michpiva
Re: OS 3.1 command help please!
« Reply #1 on: December 04, 2008, 07:50:03 PM »
why not just boot from the hard drive?  That will solve your problem AND be a lot faster. If you insist on booting from a floppy add the following to your S:User-Startup

Assign DEVS: DH0:Devs ADD

Having said that, I'm not 100% sure the system will look for "kickstart" in ALL the directories assigned to DEVS: or only the first one.  If it only checks in the first, change the above to:

Assign DEVS: DH0:Devs
Assign DEVS: SYS:Devs ADD

-- Michael A. Piva --


"In engineering, there is no single truth, no one right answer; there\'s a canvas, and you paint it your way, only with chips or gates or subroutines rather than actual paint. That\'s the Amiga..."
-Dave Haynie
 

Offline mpiva

  • Sr. Member
  • ****
  • Join Date: Aug 2003
  • Posts: 297
    • Show all replies
    • http://members.shaw.ca/michpiva
Re: OS 3.1 command help please!
« Reply #2 on: December 04, 2008, 08:19:21 PM »
Quote

save2600 wrote:

Long story, but I'm trying to do the multi-boot thing because this A1200 has an 020 and a 10gb HD w/ no fast ram. OS3.9 was preinstalled on DH0 and all partitions are in place. Don't want to mess up 3.9. Sooner or later,  will add fast ram and/or accelerator someday.


Ah. Can I make a recommendation though? Copy that Workbench3.1 disk to one of your other partitions (it doesn't matter which one as long as it's not the 3.9 partition).  Mark that partition as bootable but give it a lower priority than the 3.9 partition (unless you use 3.1 more, then give the 3.1 partition a higher priority).  Now you can boot into 3.1 or 3.9 easily by holding down both mouse buttons on startup and selecting which partition you want to boot from in the Early startup menu.  It's easier and faster than carrying a floppy around.

Alternatively, there are utilities on Aminet that you can put as the first line in your startup-sequence so that, depending on some key being held down upon startup, an alternative startup-sequence is executed.  You can have an "OS3.1" directory in your system partition with all the 3.1 files and have the utility run a script that reads:

Assign SYS: DH0:OS3.1
Execute S:Startup-Sequence

Off the top of my head, I don't remember if the default assignments (S: Devs: C: Libs: etc) are assigned to SYS: or :.  If it's SYS: the above will work, if it's you'll need to use:

Assign SYS: DH0:OS3.1
Assign S: SYS:s
Assign C: SYS:c
Assign Devs: SYS:devs
...etc
Execute S:Startup-Sequence

It may seem like more work but it will be worth the extra effort in the long run.
-- Michael A. Piva --


"In engineering, there is no single truth, no one right answer; there\'s a canvas, and you paint it your way, only with chips or gates or subroutines rather than actual paint. That\'s the Amiga..."
-Dave Haynie