Thread: Another dualboot thread

  1. #1
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572

    Another dualboot thread

    Hey guys, I'm interested in installing redhat9.0 on my laptop that is currently WinXP home ed. I don't want to make a boot diskette as I don't feel like replacing my cddrive for the floppy eachtime I want to run Linux...what are my other options?

    thanks, axon

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  2. #2
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    You can install a boot loader.

    LILO and GRUB will let you pick what OS you want to boot. I dont know why but alot of people say you cant boot windows with lilo, you can.

    Theres also livecd, a Linux distro on a cd like knoppix.

  3. #3
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    which partition would I put either one of those in? The one holding linux or win?

    axon

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    The boot mangaer would get a linux partition.

    You could have a seperate on(/boot) or just one big linux one(a root(/) all by itslef, plus swap).

  5. #5
    ___
    Join Date
    Jun 2003
    Posts
    806
    Damn partioning is so confusing. I'm glad Linux has an auto partion with the option to choose which os boots up automatically when you install it.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  6. #6
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    Damn partioning is so confusing.
    No, its not.

    Theres a couple of folders in Linux thats often put on different partitions(for backups, safety and speed).

    /boot - safety
    /var - big logs, often places else where or so they cant take up all the space.
    /tmp - so it cant take up all the space, maybe speed too
    /home - backups
    /usr - backups

    You just install LILO or GRUB and it puts itself into the MBR(where it goes to boot a OS). Then it lets you pick what you want to boot(kind of like its slecting what partition is active on the fly). You can also throw in extra kernel in here incase the knew one you just compiled doesnt work.

    I'm glad Linux has an auto partion with the option to choose which os boots up automatically when you install it.
    I dont know why but im going to be picky here, the installer may have that option

  7. #7
    ___
    Join Date
    Jun 2003
    Posts
    806
    I'm planning on installing the new mandrake on my computer today. My supernerd friend named Ben is a computer guru at age 14 (seriously he knows WAY too much) and he's making an iso image for the new mandrake. Hopefully its made for stupid people/
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  8. #8
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    >>My supernerd friend named Ben is a computer guru at age 14 (seriously he knows WAY too much)

    Wow, better forward his application to NASA.

  9. #9
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    Those partiitons and folders that you get in Linux are part of the Linux file system standard.
    Come cast your shadow over me
    and I'll cast mine all over thee
    Take me away, into the shades
    where there is no light of day

  10. #10
    ___
    Join Date
    Jun 2003
    Posts
    806
    RoD I think he should. Hes a complete nerd. Ipaq and all. (Hes also trying to install linux on his ipaq but he doesn't have something called a cereal cradle or something) And as far as Lilo and Grub go grub is allot better. Lilo you have to remember names and all that crap.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Synchronization in Win32
    By passionate_guy in forum C Programming
    Replies: 0
    Last Post: 02-06-2006, 05:34 AM
  2. [code] Win32 Thread Object
    By Codeplug in forum Windows Programming
    Replies: 0
    Last Post: 06-03-2005, 03:55 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  5. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM