Results 1 to 2 of 2

Thread: Dual boot with 2 hd's

Hybrid View

  1. #1

    Dual boot with 2 hd's

    Would I need two boot partitions,1 for each OS? Or can they share?
    Also, what would be the best way to configure lilo?
    Main OS is Slackware 8.1, second is going to be Gentoo 1.4_rc4.

  2. #2
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re:Dual boot with 2 hd's

    Something like this:


    Code:
    boot = /dev/hda
    vga = 771
    read-only
    lba32
    prompt
    timeout = 80
    message = /boot/message
    
    image = /boot/vmlinuz
    label = Slackware8.1
    root = /dev/hda2                #or wherever it is
    initrd = /boot/initrd
    
    image = /hdb1/vmlinuz
    label = Gentoo1.4_rc4
    root = /dev/hdb2                  #or wherever it is
    initrd = /boot/initrd.gentoo
    optional
    
    image = /boot/memtest.bin
    label = memtest86

Similar Threads

  1. Dual boot mandrake with win2kpro
    By grasshopper in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-19-2005, 10:51 PM
  2. Fedora Core 3/Windows XP Dual Boot Problem
    By Orchrist in forum Linux - General Topics
    Replies: 19
    Last Post: 03-09-2005, 03:16 PM
  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. USB and Serial Port Problems + Dual Boot Question
    By Lixus Looser in forum Linux - Hardware, Networking & Security
    Replies: 18
    Last Post: 01-19-2004, 10:54 PM
  5. Alternative boot method for Linux/Win2k dual boot
    By Spot in forum Windows - General Topics
    Replies: 8
    Last Post: 10-04-2002, 06:42 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
  •