Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Going to make a non-boot system (9 OS Multi-boot!!!)

  1. #1
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0

    Cool Going to make a non-boot system (9 OS Multi-boot!!!)

    Hello

    I'm going to make a 10 boot system (by the end of the year, first I'm going to buy 2 500GB SATA Hard-Drives and put them in RAID0, and I don't think I can buy that till the Christmas sales).

    The following OS's I'm going to install (includes 5 or 6 open source OSs);

    1. Linux (Ubuntu 64-bit)
    2. Linux (Kubuntu 64-bit)
    3. Linux (SuSE 64-bit)
    4. Solaris
    5. OpenSolaris
    6. FreeBSD
    7. Mac OSX Leopard
    8. Windows XP 64-bit
    9. Windows Vista 64-bit

    Which will mean I will need the following file systems (correct me if I'm wrong);

    1. Ext3
    2. Ext3
    3. Ext3
    4. ZFS
    5. ZFS
    6. ZFS
    7. HSF+
    8. NTFS
    9. NTFS
    10. Swap

    So now that I've layed this out, please tell me the following;

    1. Will any of these OSs (and/or filesystems) be adversely effectly by having them in RAID 0?
    2. Which of the OSs need to be installed on a primary partition?
    3. Will they all be able to (except the microsoft & apple ones) use the one swap partition?

    Please answer my questions... also interested in comments about this 'project'.

    Thanks in advance,

    Panarchy

    PS: Didn't include any Server OSs as for the Server ones, I am going to use VMWare. (please don't suggest VMWare for these other OSs unless for some important reason e.g. without using this OS in VMWare, you won't be able to hear audio or use the internet)

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    Why would you want all those installed on the one system? Isn't that going a bit overboard? Do you really need that many? Posted via CodeCall Mobile

  4. #3
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    Hi

    Well it's mainly for effect. Also, isn't this the best way to learn about GRUB? And BCD?

    Also, I am planning on entering the IT Field (eventually to become a white-hat... but you gotta start somewhere).

    So... if I were to learn all these 9 OS (of which I can say that I am a pro at... 1, maybe 2 of them) then that would give me quite a lead over my competition.

    Also, they are mostly free (I've got licenses for the non-free ones).

    I am currently running a tri-boot environment: XP 64-bit, Mac OS X Leopard & SuSE 11.

    And on my laptop I am running a dual-boot environment: Ubuntu & XP.

    So, I still have a lot to learn... and this seems like the most interesting way of doing it.

    Please help me with getting this up and running.

    Thanks in advance,

    Panarchy

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    I really don't see a need for Ubuntu and Kubuntu. Once Ubuntu is installed, you can do a sudo apt-get install kubuntu-desktop and it will allow you to switch back and forth.

  6. #5
    nullbyte's Avatar
    nullbyte is offline Programming Professional
    Join Date
    Oct 2007
    Location
    ~
    Posts
    302
    Rep Power
    19

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    Quote Originally Posted by John View Post
    I really don't see a need for Ubuntu and Kubuntu. Once Ubuntu is installed, you can do a sudo apt-get install kubuntu-desktop and it will allow you to switch back and forth.
    That's true, also you can download the server edition, that has no GUI, and execute that commands to install the graphic engines.
    Code:
    sudo apt-get install kubuntu-desktop
    or
    Code:
    sudo apt-get install ubuntu-desktop

  7. #6
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0
    Hmm... well, hadn't thought of that...

    Perhaps I should install MenuetOS instead of Kubuntu.

    Thanks

    Panarchy

    To get back on topic;

    Quote Originally Posted by Panarchy View Post
    1. Will any of these OSs (and/or filesystems) be adversely effectly by having them in RAID 0?
    2. Which of the OSs need to be installed on a primary partition?
    3. Will they all be able to (except the microsoft & apple ones) use the one swap partition?
    Please answer my questions.

    Thanks in advance,

    Panarchy
    Last edited by TkTech; 11-01-2008 at 12:48 PM. Reason: Do Not Double Post.

  8. #7
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    Why even bother installing menuet? Its a floppy distribution and gets updated way to often to make HD use practical.

    When I setup multiboot systems, I setup Windoz as the leading partion, then my other system partitions, usually giving each ~10GB. I then create a 4GB swap parition and create an extended partion. Within this, I create a FAT32 filesystem, which is read/write from almost any OS, and use it for program and data storage between OS's.

    To answer your questions:

    1. Not in any severe way. No matter what option you choose there will be a downside.
    2. XP Pre SP3 has issues installing on logical partitions.
    3. Actually, methods exist for using that swap partition with both Windows and Mac OS X

  9. #8
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    Windows can be temperamental if it isn't installed first. When setting up a dual-boot with Linux/XP, you almost have to install XP first to get it to work.

    RAID should not be an issue, as the OSs will just perceive it as a single drive.

    GRUB will probably end up being the true primary partition, as it will allow you to switch to other OSs.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  10. #9
    Logan's Avatar
    Logan is offline Programming Professional
    Join Date
    Oct 2008
    Location
    Ohio, Us
    Posts
    226
    Rep Power
    14

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    How would you install multiple OSs on one computer? I've always wanted Linux...

  11. #10
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Going to make a non-boot system (9 OS Multi-boot!!!)

    You need two things:
    1) free space on the physical drive to create partitions (logical drives).
    2) a boot-loader (Most linux installs include GRUB or LiLo) to select which OS to load.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Boot Help!
    By thegormley in forum Linux/Unix General
    Replies: 16
    Last Post: 10-05-2010, 04:55 PM
  2. How to make a boot cd with your own applications?
    By TcM in forum Linux Applications
    Replies: 10
    Last Post: 08-24-2009, 02:13 PM
  3. why cant i boot xp ?
    By Acheron in forum Computer Software/OS
    Replies: 12
    Last Post: 04-17-2008, 09:30 AM
  4. Ubuntu 7.10 USB Boot
    By Off in forum Linux/Unix General
    Replies: 14
    Last Post: 03-30-2008, 01:57 AM
  5. Replies: 0
    Last Post: 08-26-2007, 06:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

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