Tripple boot-How?

Discussion in 'Linux' started by morningching, Aug 19, 2009.

  1. morningching

    morningching

    Joined:
    Aug 4, 2008
    Messages:
    31
    Likes Received:
    0
    Hi Guys,
    First I got windows XP. Next Ubuntu 9.04 added.Never satisfied. Still I want to add more OS if possible. My netbook is acer aspire one (8.9"-Hard drive 160GB)
    I have got successful dual booting now.
    XP+Ubuntu 9.04
    How to do triple booting?
    XP+Ubuntu+ moblin or puppy linux. [Possibe?????]

    Please help me if you have successful experience for triple booting.
    Thank.
     
    morningching, Aug 19, 2009
    #1
  2. morningching

    bodhi.zazen

    Joined:
    Aug 6, 2009
    Messages:
    71
    Likes Received:
    0
    Triple booting is fairly easy. It helps if you know a little about grub.

    See this thread (sorry to link to another forums).

    http://ubuntuforums.org/showthread.php?t=724817

    There are a number of tips on that thread. Personally I either chainload or configfile

    Code:
    Title Ubuntu
    root (hd0,1)
    configfile /boot/grub/menu.lst
    
    Title Fedora
    root (hd0,2)
    configfile /boot/grub/menu.lst
    
    Title Windows
    rootnoverify (hd0,0)
    chainloader +1
    You will need to modify that a bit, for your layout and grub must be installed into your Linux partitions.
     
    bodhi.zazen, Aug 19, 2009
    #2
  3. morningching

    morningching

    Joined:
    Aug 4, 2008
    Messages:
    31
    Likes Received:
    0
    Thanks bodhi.zazen,
    I read the link but still trying to understand. I will read more because modify grub and change setting is new to me. So I will read more related topics. Thanks once again.
     
    morningching, Aug 21, 2009
    #3
  4. morningching

    bodhi.zazen

    Joined:
    Aug 6, 2009
    Messages:
    71
    Likes Received:
    0
    bodhi.zazen, Aug 21, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.