Advertisement

There's no such thing as a stupid question, but they're the easiest to answer.
Login
Search

Advertisement

Linux and Unix Linux and Unix
Search Search
Search for:
Tech Support Guy Forums > > >

Solved: Linux can be a pain. :(


(!)

JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
29-Aug-2012, 07:58 PM #1
Solved: Linux can be a pain. :(
So a few days ago I got my computer working with lubuntu and all. It was very fun to play around with. But I quickly got tired of not being able to download the ristricted extras package. So I made a bootable usb and installed ubuntu on my already lubuntu filled hdd. So now I have two operating systems. I want to format my drive again and competely start from a clean slate. I tried formating using the Format Disk option from both lubuntu and ubuntu but it kept saying that the drive was in use. Im booting the lubuntu from the hdd and the ubuntu from the usb, but it installed on the hdd also. I want to spray a can of ubuntu and lubuntu Raid up in there lol.
JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
29-Aug-2012, 09:59 PM #2
Bump
prunejuice's Avatar
Computer Specs
Member with 2,994 posts.
 
Join Date: Apr 2002
29-Aug-2012, 10:34 PM #3
Let the Ubuntu installer do all the work. Choose "Use Entire Disk" from the installation USB/CD.
InterKnight's Avatar
Member with 349 posts.
 
Join Date: Oct 2004
Location: California
Experience: Advanced
30-Aug-2012, 04:21 PM #4
Hello, JAILBR3AK3R.

I understand your frustrations; I used to be there, too.

First (and I am not trying to lecture), understand that Linux (regardless of whichever flavor you decide to use--Ubuntu, Xubuntu, Lubuntu, Fedora, etc) will have a learning curve. Look at it from this perspective we who use or who have used Windows had to learn the Windows operating system from the ground-up, and it is the same for Linux. Both operating systems may have similarities, but they are quite different; not that it is a bad thing.

On to your dilemma.

Decide which flavor you want to use--Ubuntu or Lubuntu (or something else). If you are new to Linux, the *buntus are probably the best place to start. I used Ubuntu for nearly five years, but due to some accessibility related issues it was not as usable to me, being a blind user. So, although it takes a bit more configuration, I now use Fedora.

As prunejuice mentioned, the installer can take care of the installation for you, provided that you specify the installation method. I will briefly describe this below.

When you go back through the installer, you should be presented with a few choices as to how the installer should install your system. Plese forgive me as I am going to paraphrase below. The options will be listed somewhat like this:
  • Upgrade an existing Ubuntu system
  • Install Ubuntu alongside [insert operating system name here]
  • Use the entire hard disk for Ubuntu
  • Manual configuration

You would choose the option which would erase the entire content of the hard disk and replace it with Ubuntu. Once this is done you should not have the dilemma of having two *buntus on yoru system.

As I mentioned earlier, I understand your frustration because I used to be there. Just give it time and patience. It is well worth the learning and well worth the work.

We will be here to help you along the way.

Take care.
__________________
"No matter how hard things may seem, you are never trapped until you stop trying."
International Association of Visually Impaired Technologiests (IAVIT)TLDPTLCLFree CompTIA Certification Training VideosBashGuideAccessible Computing FoundationAccessible Freedom / Wiki
saikee's Avatar
Member with 3,670 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
30-Aug-2012, 05:56 PM #5
The way I describe the OP problem is to put out a contract on a hitman to kill himself. No hitman would take that contract.

The morale of the story is if you want to destroy an operating system don't boot it up. Use another operating system instead, like a Live CD.

If a partition is in use unmount it first otherwise no decent operating system will format a mounted partition.
JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
31-Aug-2012, 11:16 AM #6
Okay, understand I have tried unmounting in the Disk Utility but when I try to format, same error. Thanks for the replies.
JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
31-Aug-2012, 11:18 AM #7
So should I reinstall?

How would I go about doing this since i already have Ubuntu installed?

Last edited by JAILBR3AK3R; 31-Aug-2012 at 11:20 AM.. Reason: forgot stuff
InterKnight's Avatar
Member with 349 posts.
 
Join Date: Oct 2004
Location: California
Experience: Advanced
31-Aug-2012, 12:56 PM #8
Hello.

You would just boot back into your live medium (CD, USB, etc) and go through the installation process again, choosing the option to erase the hard disk contents and use the whole hard drive for your installation. This should then wipe both operating systems and leave you with whichever distributin you choose to use.

If you have already saved some personal data on the drive, though, be sure to back it up.

I hope that this helps.

Take care.
__________________
"No matter how hard things may seem, you are never trapped until you stop trying."
International Association of Visually Impaired Technologiests (IAVIT)TLDPTLCLFree CompTIA Certification Training VideosBashGuideAccessible Computing FoundationAccessible Freedom / Wiki
saikee's Avatar
Member with 3,670 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
31-Aug-2012, 06:27 PM #9
If I may say let's prove it.

To show if any partition has been mounted the command is
Code:
df
To show the geometry of all the disks
Code:
sudo fdisk -l
If one wants to umount say a partition /dev/sda2 it is
Code:
sudo umount /dev/sda2
That partition can then be formatted, say to ext4
Code:
sudo mkfs.ext4 /dev/sda2
So if there is an error post it here.
JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
31-Aug-2012, 11:37 PM #10
How can i boot to the instalation screen when i have ubuntu already installed?
1002richards's Avatar
Computer Specs
Trusted Advisor with 4,930 posts.
 
Join Date: Jan 2006
Location: Sussex, UK
Experience: Intermediate
01-Sep-2012, 03:53 AM #11
Quote:
Originally Posted by JAILBR3AK3R View Post
How can i boot to the instalation screen when i have ubuntu already installed?
You boot in to the live CD and not the installed version.
JAILBR3AK3R's Avatar
Computer Specs
Member with 54 posts.
THREAD STARTER
 
Join Date: Aug 2012
Experience: Beginner
02-Sep-2012, 01:07 PM #12
Alright, I made another USB bootable with a clean ubuntu and plugged er in. It took me to the instalation screen and I chose "Erase Ubuntu 12.04 and Reinstal" or something like that. It worked fine and the partitions are gone. Thank you so much guys. I'm off to install Wine, Java, and flash, then play some minecraft :P. i'll come back if i have problems.
1002richards's Avatar
Computer Specs
Trusted Advisor with 4,930 posts.
 
Join Date: Jan 2006
Location: Sussex, UK
Experience: Intermediate
02-Sep-2012, 02:40 PM #13
Pleased to read that! Would you now mark this 'solved' (if it is?) thanks.
InterKnight's Avatar
Member with 349 posts.
 
Join Date: Oct 2004
Location: California
Experience: Advanced
02-Sep-2012, 03:01 PM #14
I am very glad to hear that everything worked out for you!
craisin's Avatar
Member with 64 posts.
 
Join Date: Oct 2004
Location: New Zealand
Experience: Intermediate
02-Sep-2012, 09:00 PM #15
I have been using Linux for close to 6 years now
Most of my problems in the beginning using mixed brands of RAM and mixed brands of hard drives
As Seen On

BBC, Reader's Digest, PC Magazine, Today Show, Money Magazine
WELCOME TO TECH SUPPORT GUY!

Are you looking for the solution to your computer problem? Join our site today to ask your question. This site is completely free -- paid for by advertisers and donations.

If you're not already familiar with forums, watch our Welcome Guide to get started.


(clock)
THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


WELCOME
You Are Using: Server ID
Trusted Website Back to the Top ↑