Results 1 to 10 of 10

Thread: My Linux/Windows conundrum

  1. #1
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Beans
    57
    Distro
    Xubuntu

    My Linux/Windows conundrum

    Well, here I sit, not knowing what to do.


    Linux has almost fully replaced my Windows set up. There are still a few choice things though (games, certain applications) that I can't replace (yet...). So, instead of just settling for having a dual boot, I looked into things like VMware. But this is where I hit a snag.


    If I installed VMware and it ran totally fine, I think I'd be inclined to totally delete Windows. But I'm kind of nervous at going that far. I mean, what if theres a major breakdown in my Ubuntu box? I know you're probably thinking "the same thing can happen on Windows", its just its a little more nerveracking for me on Linux (i'm no n00b but im no expert either).

    And even if I didnt go that far and left it at a dual boot, I'd like to format my /dev/hdb1, which is 80 gigs of all my music and programs for Windows. That way I can free up more space for Linux programs and such.

    I'm not sure what to do here. I don't need technical help, I need plain old psych. advice. What do you think I should do?

  2. #2
    Join Date
    Apr 2006
    Location
    Scotland
    Beans
    1,225
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: My Linux/Windows conundrum

    i'd say keep on dual booting. if you're not so confident on linux yet then just wait. took me months to fully go over to linux.

  3. #3
    Join Date
    Oct 2006
    Location
    where a dark wind blows
    Beans
    Hidden!

    Re: My Linux/Windows conundrum

    VMware works great, but Just be aware that 3D acceleration is not available in it so more than likely you still have to find a different solution for your games.

    Personally I got rid of Windows after about a month, and sure I wasn't an expert with Linux but I had the basics down, and could get online without a GUI, etc. I don't think you have a whole lot to worry about, particularly if you have a Live CD around or some other means of connecting to the internet and so can find out how to fix major problems.

    Having said that, there's not much harm in dual booting.

  4. #4
    Join Date
    Feb 2007
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: My Linux/Windows conundrum

    I have the same dilemma a while back, but after weighing the options, I go against dual boot. There is just too much tinkering of partitions, mbr, etc required, especially when you need to reinstall Windows now and again. In addition, there is also occasional ubuntu downtime after some borked kernel, video driver, etc updates.

    Instead, I settle for multiple harddisks; one for each OS, and another for data, physically swapping them when required. Recently, I upgraded to a second PC (they are so cheap nowadays, as long as you avoid the latest and greatest).
    Last edited by chewearn; February 24th, 2007 at 04:09 PM. Reason: typo

  5. #5
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Beans
    57
    Distro
    Xubuntu

    Re: My Linux/Windows conundrum

    Well, I told myself once I got a new PC I'd instantly put Ubuntu on there. It's just kind of tough now, seeing as im using my current PC.

  6. #6
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: My Linux/Windows conundrum

    Quote Originally Posted by zeroblitzt View Post
    I mean, what if theres a major breakdown in my Ubuntu box? I know you're probably thinking "the same thing can happen on Windows", its just its a little more nerveracking for me on Linux (i'm no n00b but im no expert either).
    I agree with antenna:
    Quote Originally Posted by antenna View Post
    I don't think you have a whole lot to worry about, particularly if you have a Live CD around
    As long as you have the Desktop CD around (also known as the live CD), then a crashed or broken-down Ubuntu installation shouldn't be a problem.

    Just boot up the live CD, log on to the forums, and ask people how to fix it. If it can't be fixed for whatever reason, people on the forums can at least tell you how to save your data before you reinstall.

  7. #7
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: My Linux/Windows conundrum

    I hear ya.

    In my case, I had my whole life invested in Windows but wanted to go to Linux. I backed up all of my important stuff on an external hard drive and tried a dual boot.

    Something went wrong and I lost Windows completely. I could find the key codes for my Microsoft Office CD's.

    So, I just put myself on the fast track to learning linux, asked a LOT of questions on the forum, and now you couldn't pay me to return to Windows. Too much free software.

    I was never really a gamer, so that wasn't an issue. And I've not really found anything missing in Linux that a) I could not find another way to accomplish, or b) I couldn't live without.

    I make my living on my laptop with Ubuntu. No complaints whatsoever.

    Maybe you should have an accident!

    Best,
    Tom

  8. #8
    Join Date
    Sep 2006
    Location
    MI, USA
    Beans
    272
    Distro
    Fluxbuntu

    Re: My Linux/Windows conundrum

    Another app to look at is VirtualBox. I've had better results with it than VMWare & it's opensource, which = free. I've gotten everything else to work no problems so far application wise. (Dreamweaver, Office 2003, & PhotoShop CS)

    Thread: http://www.ubuntuforums.org/showthread.php?t=338931
    HomePage: http://www.virtualbox.org/
    Attached Images Attached Images
    Last edited by Medieval_Creations; February 24th, 2007 at 06:51 PM.
    Thy soul shall find itself alone ‘Mid dark thoughts of gray tombstone – Not one, of all the crowd, to pry Into thine hour of secrecy. ~Poe

    Ubuntu User # 8993 - Linux User # 433735

  9. #9
    Join Date
    Apr 2006
    Location
    Santa Cruz, California
    Beans
    261
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: My Linux/Windows conundrum

    You could also try making a separate /home partition if you want. I myself prefered an extra partition that I mounted in /etc/fstab as /stuff. So even if my main system imploded, I can just install over the swap and /, while leaving the extra partition. Once you learn a little more about partitions and how you want your system set up, another partition will be second nature. So far, it has saved me over 6 hours every re/install.

  10. #10
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: My Linux/Windows conundrum

    Quote Originally Posted by The Noble View Post
    You could also try making a separate /home partition if you want. I myself prefered an extra partition that I mounted in /etc/fstab as /stuff. So even if my main system imploded, I can just install over the swap and /, while leaving the extra partition. Once you learn a little more about partitions and how you want your system set up, another partition will be second nature. So far, it has saved me over 6 hours every re/install.
    that's a good idea, but there are still a lot of stuff that gets stored in your hard drive that isn't /home stuff. like custom scripts that you place in /usr/bin/. that can be a pain to hunt down all of those (plus any icons you might have put in /usr/share/pixmaps/ or /usr/share/icons/). reinstalling is never hassle free, unfortunately.

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
  •