Results 1 to 8 of 8
I am currently dual booting Jolicloud and Ubunut netbook remix, and I decided I like Ubuntu better. I'd like to remove Jolicloud from my system, but I don't know how.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-18-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 19
Uninstalling a dual boot
I am currently dual booting Jolicloud and Ubunut netbook remix, and I decided I like Ubuntu better. I'd like to remove Jolicloud from my system, but I don't know how.
I appreciate any help you can offer.
- 09-19-2010 #2
It could be done several ways. You could just delete the Jolicloud partition and remove the grub entry yourself or you could just install another distro over it, thereby erasing everything on that partition. Post the output of this command so we can see what your disk structure looks like.
Which partition is Ubuntu and which is Jolicloud?Code:sudo fdisk -l
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-19-2010 #3
Post the output of df -h command too.
Code:sudo fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-19-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 19
sudo fdisk -l gives me:
"Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ec817
Device Boot Start End Blocks Id System
/dev/sda1 1 8032 64517008+ 83 Linux
/dev/sda2 8033 19457 91765089+ 5 Extended
/dev/sda5 19087 19457 2980026 82 Linux swap / Solaris
/dev/sda6 8033 18716 85805056 83 Linux
/dev/sda7 18716 19086 2978816 82 Linux swap / Solaris
Partition table entries are not in disk order"
df -h
"Filesystem Size Used Avail Use% Mounted on
/dev/sda6 81G 9.2G 68G 12% /
none 493M 292K 493M 1% /dev
none 498M 560K 497M 1% /dev/shm
none 498M 212K 497M 1% /var/run
none 498M 0 498M 0% /var/lock
none 498M 0 498M 0% /lib/init/rw
none 81G 9.2G 68G 12% /var/lib/ureadahead/debugfs"
I'm not sure which partition is which. I installed jolicloud first over the whole system and the ubuntu after that if it helps.
- 09-19-2010 #5
You issued the above commands while booted into Ubuntu, is that correct?
So from the output, I think it's safe to assume /dev/sda6 is Ubuntu. Now you can just boot into Ubuntu and issue this command.
sudo fdisk /dev/sda6
Press "m" at any time for help.
Press "d" to delete the partition..I think it will ask you which one, to be sure. Then when you are done, press "w" to write the partition table and exit. If you goof up at any time, just exit without saving and everything will be back the way it was, but once you press "w" it's a done deal.
You should also delete the extra /swap partition too. Probably /dev/sda7
Then you'll need to edit your Ubuntu grub configuration.
I believe Ubuntu netbook remix uses grub2, so you need to edit /boot/grub/grub.cfg and delete the entry for jolicloud.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-20-2010 #6
I think Ubuntu fresh install is a best way to go now.
/dev/sda1 is a Primary Partition and if you delete it, it will be a bit complicated to merge free space into /dev/sda6, Logical Partition where you have installed Ubuntu.
You have two swap partitions and first one is of Jolicloud. If you delete it, you have to edit a few conf files. Otherwise, Ubuntu won't boot up because partition deleting will change device names assigned to all partitions.
It's possible to fix everything without fresh installation but you have to recreate partition table and edit a few conf files.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-20-2010 #7Just Joined!
- Join Date
- Sep 2010
- Posts
- 19
Is there a way to do a reinstall other than doing a live USB?
I can do that too, just wondering if there's an easier way once ubuntu is already installed.
- 09-21-2010 #8
There aren't much choices. Easiest way is, install Ubuntu using external CD/DVD drive.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
