Results 1 to 5 of 5

Thread: Booting multiple Linuxes from 1 single boot partition

  1. #1

    Booting multiple Linuxes from 1 single boot partition

    On my system there is a new 80GB hard disk which is not recognised properly in BIOS. Alas, this also means GRUB cannot use it for booting, although it would be ideally suited to place Linux distros on.

    I found that Linux can use the disk quite normally when booted from a CD. A boot floppy does not help in the same way, because the kernel needs to be loaded before I can use my large disk.

    So I tried (and succeeded with) the following procedure:

    (1) Create a boot partition on the first hard disk
    (hda). In my case I chose 200 MB size.
    (2) Install one Linux distro and set the boot partition on hda as mount point /boot. Install GRUB as your boot manager.
    (3) Install other distro as needed, but do not use the boot partition on hda.
    (4) Boot into your first distro from step (2)
    (5) Mount the newly installed Linux partition from step (3). I assume familiarity with the mount command at this point.
    (6) Copy the kernel from the second distro into the /boot partition you created. You can use a graphical file manager for this, if so inclined.
    (7) Edit the file /boot/GRUB/menu.lst to add your second distro. Make sure to pass a parameter root=(...) to the kernel, so that the kernel will know to look on the other disk for its files. If you installed the first distro on the second disk (except for /boot), you may be able to copy most of the entry. You can also look into the second distro's menu.lst file for inspiration.

    I have successfully installed several distros and booted them from my second disk this way, including SUSE 9, Mandrake 9.2, ELX business desktop and Aurox 9.3. (And each time they were complaining: "you may not be able to boot this system..." he, he)

  2. #2
    Member
    Join Date
    Apr 2004
    Location
    Midwest
    Posts
    121
    ahh never thought to post that, back when i used to test distros for ppl i had a 40gb partition with my stable OS on it, a large boot partition and a large swap(100mb, 500mb) and i used the second drive to install up to about 4-6 distros or OS's at a time, using the same boot and swap partitions, quite easy, thanks for posting that

  3. #3

    And don't try to do anything like this with Windoze... :-)

    ...because this 'copy the kernel' trick is too neat to work with Redmond's OS.

    By the way I couldn't partition the disk with Win2k, but once I had it partitioned with Suse Linux, the FAT32 partitions were usable in Windows as well.

    So Linux is helping out the legacy software...

  4. #4
    Guest
    good tip!! Thanks for that!

  5. #5
    Associate
    Join Date
    Apr 2004
    Posts
    31
    thx this can come handy sometime

Similar Threads

  1. OpenBSD Installation Guide (for v3.0)
    By Schotty in forum Linux - General Topics
    Replies: 3
    Last Post: 02-28-2006, 08:34 AM
  2. Definition of System and Boot Partition
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 07:55 AM
  3. Boot Disk for an NTFS or FAT Partition
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 10:47 PM
  4. Different LILO versions
    By snct in forum Linux - General Topics
    Replies: 5
    Last Post: 09-24-2004, 03:54 PM
  5. LILO
    By Fatal Error in forum Linux - General Topics
    Replies: 13
    Last Post: 09-01-2004, 02:21 AM

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
  •