Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,656
    Blog Entries
    1
    Downloads
    6
    Uploads
    14

    Dual booting an Amiga?

    Is it possible to dual boot an Amiga with a single HD? If so what software is needed? Are there boot loaders available for the Amiga similar to GRUB?

    The reason I want to do this is so I can installed Workbench 3.1 and AmigaOS 3.9 on the same HD. And maybe if this is possible to also have separate installations of ClassicWB and Linux on their too.

    If you haven't played a classic game in years, it's never too late to start!


  2. #2
    RetroSteve! My location

    Stephen Coates's Avatar
    Join Date
    Mar 2003
    Location
    Rotherham
    Posts
    2,187
    Downloads
    0
    Uploads
    0
    I just select the correct partition in the Early startup menu.

    I also recall setting the 3.1 partition which I don't use much to not bootable in HDToolBox then just make it bootable when I use it, but this may not be necessary.

    I am not aware of any software which does this.

  3. #3
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    2 bootable partitions, same priority. Main partition hads the **0: prefix and the second has **1: and then as SC said pick the drive in the AES screen. Thats how i run OS3.9 and OS4. Not the most gracefull of solutions but it does work. I suppose it could be done with an altered startup sequence and say a 3.1Libs and Libs folders etc and boot with no startup then type execute 3.1startup-sequence and edit it to set assigns to "assign Libs: sys:3.1libs" etc. but that would be very inefficiant and damn confusing.
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  4. #4
    RetroSteve! My location

    Stephen Coates's Avatar
    Join Date
    Mar 2003
    Location
    Rotherham
    Posts
    2,187
    Downloads
    0
    Uploads
    0
    So you just set both partitions to the same priority? Does that mean that you will always have to select one due to it not knowing which to use first?

  5. #5
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    It then boots due to the first device name e.g DH0: would be booted before DH1: if you don't use AES.
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  6. #6
    Deadly VIP
    TiredOfLife's Avatar
    Join Date
    May 2006
    Posts
    1,067
    Downloads
    0
    Uploads
    0
    Amigakit are looking into creating dual boot software for OS3xxx and OS4.

    At the min, I just use the early startup menu.

    There are plenty of programs to boot up different startup sequences, although that's not the same.
    Sam440EP & AOS4.1, 250 gig SATA HD & DVD Rewriter.

    Towered A1200 3.1 rom, OS3.9 and OS4.0
    PPC 166 mhz 060 50mhz, 192 meg.
    Buffered Interface, 40 & 80 gig HDs, CD & DVD Rewriters.
    Mediator 1200TX, Voodoo 5500, Radeon ATI 9200, Audio, USB, Ethernet, TV/FM.
    Card reader and 19" TFT Monitor.

  7. #7

  8. #8
    For those who dare! ClassicWB dev
    VIP
    Forum Mod
    Chopper Challenge Champion, The Collector Champion, BombJack Arcade Champion, Turkey Shoot Champion, Paintballing - Assault Champion, Tower 13 - Adventures In Body Saving Champion, Himalayaya Champion, Sea Dogs Champion, Yeti Sports 1- Long Shot Version Champion, Operation Switchover Champion Bloodwych's Avatar
    Join Date
    Dec 2004
    Posts
    601
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by burns flipper View Post
    That's more like dual startup-sequences than dual booting, loading different setups on the same partition and Workbench, but you could do something similar to boot two operating systems I would have thought.

    You'd put 3.1 on the first partition and 3.5/3.9 on the second. Then setup a boot menu (or mouse button boot program like I did in the ClassicWB packs) in the original startup-sequence that goes on and executes other scripts.

    It's not perfect however, as you'll have to have loads of assigns for things like C, S, ENV: etc. pointing to the second partition. Perhaps there are other complications; I don't know as I've never tried.

    Must be a partition boot loader on Aminet, or you can just use the early startup menu to choose a partition as others have mentioned above.
    Live Long and Procrastinate
    A500 Batman Pack
    Classic Workbench

  9. #9
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,656
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    I'm quite surprised than no one seems to have directly developed a proper partition boot loader for the Amiga. Every other system I can think of has one.

    If you haven't played a classic game in years, it's never too late to start!


  10. #10
    Harmless Inactive Member
    ppill's Avatar
    Join Date
    May 2008
    Location
    Poland
    Posts
    11
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Bloodwych View Post
    It's not perfect however, as you'll have to have loads of assigns for things like C, S, ENV: etc. pointing to the second partition. Perhaps there are other complications; I don't know as I've never tried.
    There's a little program called movesys that thakes care of all that dirty work (reassigning all those essential system drawers). I use it with my CF versions of ClassicWB.

    It really shouldn't be too difficult. I have no idea how OS4 goes about initializing itself but with 3.5/3.9 it's simply a case of a slightly altered SetPatch command that loads the updated libraries (at least I think it is -- never really used it much).

    Couple of IF/ENDIFs in the startup-sequence and you should have a working setup.

    Quote Originally Posted by Harrison View Post
    I'm quite surprised than no one seems to have directly developed a proper partition boot loader for the Amiga. Every other system I can think of has one.
    There's a working port of LILO that comes with the m68k, Amiga version of Linux. Never tried it myself though.
    Last edited by ppill; 5th June 2008 at 20:40. Reason: Double posting - posts have been automerged

Similar Threads

  1. A1200 weird booting issues.
    By StuKeith in forum Hardware
    Replies: 6
    Last Post: 8th October 2007, 17:51

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright classicamiga.com