Results 1 to 7 of 7

Thread: I want to get rid of windows on my dual boot, I love linux!

  1. #1
    Join Date
    Jan 2012
    Beans
    9

    Wink I want to get rid of windows on my dual boot, I love linux!

    After messing with linux on and off for years, I want to finally get rid of my dual boot. Windows presence just gets me annoyed, how can I stop dual booting and just boot normally into linux?

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: I want to get rid of windows on my dual boot, I love linux!

    If it is a traditional dual boot and not a Wubi installation see deleting partitions at the link.https://help.ubuntu.com/community/HowtoPartition


    Edit: You could also just backup your files and format the entire hard-drive and do a fresh installation.
    Last edited by Frogs Hair; April 22nd, 2013 at 12:48 AM.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Apr 2013
    Beans
    27

    Re: I want to get rid of windows on my dual boot, I love linux!

    Quote Originally Posted by Frogs Hair View Post
    You could also just backup your files and format the entire hard-drive and do a fresh installation.
    I second that motion. Then you won't have to deal with the whole mess of reverting to a single boot. Plus it's like having a brand new system again!

  4. #4
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: I want to get rid of windows on my dual boot, I love linux!

    What files would need to be backed up? Just the home file, or more?

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: I want to get rid of windows on my dual boot, I love linux!

    Quote Originally Posted by AndyOpie150 View Post
    What files would need to be backed up? Just the home file, or more?
    Any and every file you feel that you want to keep.
    If that means only files in the home folder, then so be it.
    If you have scripts or configuration files you would like to keep, so as to not have to re-edit them later, that is fine as well.

    My take on it is that if you did any editing to any file, then back it up. Unless of course you borked up that file.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  6. #6
    Join Date
    Jul 2012
    Location
    Hull, England
    Beans
    51
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: I want to get rid of windows on my dual boot, I love linux!

    I find Dropbox is really handy for this kind of thing. Using a couple of sym-links to automatically back things up also means you can forget (more or less) about backing up manually:

    Code:
    ln -s /thing/you/want /where/you/want/it
    ,

    ...so if you want everything in your Documents folder backed up, you'd do:

    Code:
    ln -s /home/username/Documents /home/username/Dropbox
    There's a .deb you can download from the website, run it and then start the program. Make sure you have the 'gpg-me' package installed - it doesn't seem to pick it up as a dependancy, and only notifies you about it when you're installing the daemon.

  7. #7
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: I want to get rid of windows on my dual boot, I love linux!

    Drop box or Ubuntu One work for moving files from one installation to another. I install the latest releases so my home folder is synced on Ubuntu One. I still need a dual boot so what happens in Windows stays in Windows though Ubuntu One has a Win installer.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

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
  •