Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: multi-booting from a single boot partition

  1. #1
    Join Date
    Mar 2011
    Beans
    110

    multi-booting from a single boot partition

    Hi all,

    Just a question from me. Here and there I've seen people multi-booting linux from one single boot partition. I was wondering how this is possible and how I would perform this? Google didn't give me anything useful.

  2. #2
    Join Date
    Oct 2007
    Beans
    240
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: multi-booting from a single boot partition

    In brief you need multiple partitions on your hard drive. This topic has been published like a trillion times, search in forums and google for things like installing ubuntu along windows.

  3. #3
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: multi-booting from a single boot partition

    2 ways
    1...by using virtual box we can run two OS's from one boot partition and we can access the other partition with out restarting the PC.
    2...while installing ubuntu choose the option as install along with windows . from this multi-booting can be done from single boot partition but to switch OS we need to make restart.
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: multi-booting from a single boot partition

    Quote Originally Posted by Cyclane View Post
    Hi all,

    Just a question from me. Here and there I've seen people multi-booting linux from one single boot partition. I was wondering how this is possible and how I would perform this? Google didn't give me anything useful.
    You question is unclear ...

    Are you trying to use a single boot partition to boot different Linux versions?

    Or, are you trying to use a single boot partition to boot Linux AND boot Windows?

    Because, if the latter is the case, the answer is NO.

    Windows boot loader files must be stored in a Windows filesystem partition; they can not be stored in a Linux filesystem partition.

    GRUB is stored in the Linux filesystem but all it does for Windows is hand off boot to the partition identified in the GRUB configuration file. It does not actually BOOT Windows; the Windows boot loader does that.

    Furthermore, if you force the installation of Linux boot files into a Window 7 "boot" partition, you will "break" the Windows 7 boot -- as it then becomes confused due to the similarity of Linux and Windows directory and file names.

    As to dual-boot between Linux and Windows 7, do NOT use the side-by-side, slider option offered in the Ubuntu installer. Doing so risks corrupting the Win7 OS partition and rendering it unbootable.
    Last edited by Mark Phelps; November 16th, 2011 at 05:00 PM.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  5. #5
    Join Date
    Mar 2011
    Beans
    157
    Distro
    Ubuntu Development Release

    Re: multi-booting from a single boot partition

    Hello,

    I am probably not understanding your question correctly but are you asking if you can use Ubuntu within Windows? If that is the question then the answer is yes as a wubi install.
    Dell XPS 8300, Intel core I7-2600, 12 GB ram, 2 TB HDD, AMD Radeon 6770, Soundblaster X-fi Xtreme, Dell 24" monitor, Ubuntu 12.04 and 12.10-testing

  6. #6
    Join Date
    Mar 2011
    Beans
    110

    Re: multi-booting from a single boot partition

    Wow I didn't think my question was that unclear.

    First of all: I don't remember mentioning windows a single time. So let's make this clear my question doesn't have anything to do with windows.

    I'll make it a little more specific. I have encountered the following situation multiple times, but now I'm wondering how it's possible. Let's say we have 3 partitions, all on the same HD 2 of them booting linux distros and 1 with the purpose of being mounted as /boot
    Code:
    /dev/sda1    boot partition
    /dev/sda2    Ubuntu
    /dev/sda3    OpenSuse
    I've seen people having a folder Ubuntu and a folder Opensuse within sda1 with the contents of /boot for each specific distro. And I've also seen 1 case where both distro's use sda1 in it's whole for both distro.

    So my question: How is this possible and how would I do this?

  7. #7
    Join Date
    Mar 2011
    Beans
    110

    Re: multi-booting from a single boot partition

    So anyone knows how to do this?

  8. #8
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: multi-booting from a single boot partition

    It is my understand /boot should never be shared. Too much chance of conflict. But you can do a /boot/grub only partition that is just grub2 from one distribution that gives a grub menu to boot from the boot folders in other partitions. kernels & boot files then are still with each install.

    Herman has info on both grub & grub2 partitions
    http://members.iinet.net/~herman546/p20/GRUB2%20Bash%20Commands.html#Dedicated_GRUB_Partit ion
    Chainbooting grub2, install to partition & Make CD or floppy - saikee
    http://www.justlinux.com/forum/showt...hreadid=152790
    Herman on separate grub partition:
    http://ubuntuforums.org/showthread.php?t=1320270
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #9
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: multi-booting from a single boot partition

    What he said. The only case where I have seen a partition table similar to the indicated is with a VERY small /dev/sda1 which just contains the boot sector and some GRUB files. Even then the only partitions usually shared is a swap partition and/or a /data partition.

  10. #10
    Join Date
    Mar 2011
    Beans
    110

    Re: multi-booting from a single boot partition

    Ahh ok that's what I thought and thus why I asked. Thank you for the information.

Page 1 of 2 12 LastLast

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
  •