Results 1 to 12 of 12

Thread: A few questions about having more than one OS.

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Location
    Lost in Cyberspace
    Posts
    374
    Thanks
    0
    Thanked
    0 times in 0 posts

    Question A few questions about having more than one OS.

    hi

    I've just had to compltely re format my hard drive (linux and Windoze) and am now in the processing of starting again so to speak. This time, I want to do things properly so instead of rushing in headfirst like usual I thought I would seek some advice. Any answers to the questions below would be appreciated.

    1. If I install two distros of Linux (College Linux and Gentoo) will they be able to share a Swap-Space? And if so, does the swap space then need to be 4 time the size of my ram?

    2. Can I actualy install Windoze XP along with two other Operating systems wihtou sending a boot manger mad?

    3. Grub or Lilo?

    Oh, and the age old question, anyone know where i can get drivers that give a dcent level of 3D acceleration support to my ATI Radeon 9500 Pro?

    Falcon

  2. #2
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    1) Yes, and no (I have 1gb of swap space for 512mb of ram, and never actually do any swapping)

    2) You'll have to chain load it iirc - lilo or grub will allow linuxes or "something else", that "something else" should load the windows boot manager, which can list any number of nt-based oses, one msdos-based os (and technically any number of oses of any type if you know the horrible & wrong boot loader hacks)

    3) lilo.

    ati.com

  3. #3
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    GRUB!

    Why lilo DH? Grub is far easier IMHO...
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  4. #4
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    nah, lilo's easier

    lilo behaves like a linux app, understanding things like "/dev/hda". grub went "omg! i'm a linux app! quick, use totally different disk naming conventions in case anyone was starting to get the hang of things!"

    nano /etc/lilo.conf, couple of simple changes here & there, lilo, sorted.

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    well truth be told, BeOS Bootman is my loader of choice, but what ya gonna do?

  6. #6
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    Tart
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    whichever of grub or lilo gives me the ability bootman does to press m & get an animated mandelbrot sequence wins.

  8. #8
    Senior Member
    Join Date
    Feb 2004
    Location
    Lost in Cyberspace
    Posts
    374
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by directhex
    2) You'll have to chain load it iirc - lilo or grub will allow linuxes or "something else", that "something else" should load the windows boot manager, which can list any number of nt-based oses, one msdos-based os (and technically any number of oses of any type if you know the horrible & wrong boot loader hacks)
    Exuse me for looking like a n00b, but...EH? :-S

  9. #9
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    grub or lilo will allow you to have any number of linuxes installed. windowses are handled by the NT boot loader instead of by lilo/grub. lilo calls it by an entry in /etc/lilo.conf marked "other=/dev/hda label=WindowsXP" or similar. if you select that option when loading, the windows bootloader is called. the windows bootloader uses the file c:\boot.ini to specify which oeses it should list. if it only has one entry, it will immediately just load that one entry with no prompt.

    passing the torch from one bootloader (lilo) to another (nt) is called chainloading

    for reference, MS-DOS must be loaded from the first primary partition on the disk (95, 98, me). you can only have one MS-DOS os on the system.

  10. #10
    Senior Member
    Join Date
    Feb 2004
    Location
    Lost in Cyberspace
    Posts
    374
    Thanks
    0
    Thanked
    0 times in 0 posts
    Ok, I THINK I understand that...lol

    Thanks for all your help

    *wanders off to begin the labouriously long task of Installing Gentoo*

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    i was working on the basis that if you're using gentoo there's no need for me to prettify things ;P

  12. #12
    Senior Member
    Join Date
    Feb 2004
    Location
    Lost in Cyberspace
    Posts
    374
    Thanks
    0
    Thanked
    0 times in 0 posts
    lol, I pretty much jumped in feet first, didnt learn as much of the "basics" as I should have. lol

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finalising Bits, still have a few questions...
    By matt_hobson in forum PC Hardware and Components
    Replies: 6
    Last Post: 21-03-2004, 05:23 PM
  2. few questions
    By serlex in forum PC Hardware and Components
    Replies: 6
    Last Post: 06-02-2004, 04:16 PM
  3. Misc CS:CZ/Steam questions.
    By Dave_07 in forum Gaming
    Replies: 9
    Last Post: 02-01-2004, 12:48 AM
  4. Radeon 9800 questions
    By chrisf6969 in forum Graphics Cards
    Replies: 12
    Last Post: 20-09-2003, 07:58 PM
  5. more gfx questions
    By Fezz in forum Graphics Cards
    Replies: 6
    Last Post: 30-07-2003, 03:42 PM

Posting Permissions

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