Jump to content

Too many OSs...need to delete one asap~

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
RuneNova91

RuneNova91

    Learning Programmer

  • Members
  • PipPipPip
  • 74 posts
Hi everyone. I had Vista by default on my laptop and installed the newest version of Ubuntu...I needed to do a reinstall of Ubuntu over the old one...however, it just installed another Ubuntu so now I have 1 vista and 2 ubuntus and I wanna get rid of one of the Ubuntu OSs on my machine...help?
How many programmers does it take to fix a light bulb? ...None, its a hardware problem.

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
Use a partitioner to delete the old Ubuntu partition, this is safe as long as your installation's GRUB points to vista and the new Ubuntu (which is true provided you reinstalled GRUB with the new Ubuntu partition)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
RuneNova91

RuneNova91

    Learning Programmer

  • Members
  • PipPipPip
  • 74 posts
what about formatting the recovery drive? is that safe or no? I mean at first glance it doesnt sound good but I was reading up on it
How many programmers does it take to fix a light bulb? ...None, its a hardware problem.

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
I'm with NW here, I'd just delete the old one... of course I'd also resize one of the other ones (how did you get 3 anyways?).

You -could- reformat the recovery drive, and it's perfectly safe but it's so much easier to recover/format the windows partition (assuming that's the one it's for) and I would hate to do it via cd and finding drivers if it crashed. That would be a pain.

#5
RuneNova91

RuneNova91

    Learning Programmer

  • Members
  • PipPipPip
  • 74 posts
well I had vista, installed ubuntu. there was something wrong with the first version of ubuntu so I wanted to install another ubuntu OVER it but it installed it next to it...unless I just dont understand the way the GRUB display is showing each os I have...it seems like there's 2 sets of ubuntu OSs
How many programmers does it take to fix a light bulb? ...None, its a hardware problem.

#6
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
GRUB should be correctly set up. verify with sudo fdisk -l which partition is the old Ubuntu, then you can remove that one using anything you like, you may be able to do it in Ubuntu because the old one will not be mounted.

Look in the GRUB manual on how to edit entries (to delete the old one) after.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#7
Milyardo

Milyardo

    Learning Programmer

  • Members
  • PipPipPip
  • 54 posts
If hes using the latest version of Ubuntu then he would be using GRUB2, which can autodetect installed Operating Systems. He should instead just run the update-grub command and have GRUB autoconfigure new menu entries for him.

#8
RuneNova91

RuneNova91

    Learning Programmer

  • Members
  • PipPipPip
  • 74 posts
well Im not super familiar with how to use Ubuntu, yes I have the newest one (10.4?) and im trying to learn how to use it...I have gparted I think on there and another partition editor...so what steps would I take to figure out which partition is the old Ubuntu and how to delete it?
How many programmers does it take to fix a light bulb? ...None, its a hardware problem.