Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: how to remove windows install i dont need it now.

  1. #11
    Join Date
    May 2012
    Beans
    37

    Re: how to remove windows install i dont need it now.

    i figured it out will be doing it here shortly . had one more question how do i adjust screen brightness?.

  2. #12
    Join Date
    May 2012
    Beans
    37

    Re: how to remove windows install i dont need it now.

    deleted it but had to put it back as i could not get the ubuntu install to extend to the new unallocated space. any ideas?

  3. #13
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: how to remove windows install i dont need it now.

    Quote Originally Posted by ytkuser12 View Post
    deleted it but had to put it back as i could not get the ubuntu install to extend to the new unallocated space. any ideas?
    From a live cd post a screenshot of gparted.





  4. #14
    Join Date
    May 2012
    Beans
    37

    Re: how to remove windows install i dont need it now.

    here you go i hope this helps.
    Attached Images Attached Images

  5. #15
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: how to remove windows install i dont need it now.

    So as of now there is no free space.

    The Ubuntu is in a extended partition as I mentioned sda2, this has to be resized before the sda5 can be.

    The swap needs to be unmounted as well, this will unmount the extended, and then it can be resized.

    You may loose your ubuntu boot when you move the front of it to the left so be prepared for this, an easy fix so just a heads up.

    You can fix this ahead of time by by tweaking the fstab, open it with this command.
    Code:
    sudo gedit /etc/fstab
    Then remove the UUID and number and replace it with.

    /dev/sda5

    The UUID would look something like this.

    UUID=540fba4f-32b3-460c-a3f4-7f9598fc9b25

    You will have a boot then as long as the partition is sda5
    Last edited by wilee-nilee; May 30th, 2012 at 02:02 AM.





  6. #16
    Join Date
    May 2012
    Beans
    37

    Re: how to remove windows install i dont need it now.

    ok so after i do all this will i need to re install the boot loader ?

  7. #17
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: how to remove windows install i dont need it now.

    Quote Originally Posted by ytkuser12 View Post
    ok so after i do all this will i need to re install the boot loader ?
    If you change the fstab you should boot in alright, it may be, that you still will even if you don't change the fstab as well. Although on a couple occasions myself with moving the front of a Ubuntu partition I have had to reload grub to the mbr.

    Couple of ways to get around this supergrub is one, it should boot you straight into a Ubuntu system that does not boot.

    http://www.supergrubdisk.org/super-grub2-disk/

    From the installed desktop you can from the terminal reload the mbr with these commands.

    Code:
    sudo fdisk -lu
    First command identifies the partitions and the HD, you just want to confirm the HD here, whether it is sda, or sdb etc. The next command puts grub in the mbr, the X is just the missing HD confirmation letter.
    Code:
    sudo grub-install /dev/sdX
    Then
    Code:
    sudo update-grub





  8. #18
    Join Date
    May 2012
    Beans
    37

    Re: how to remove windows install i dont need it now.

    lol i goofed it up had to do fresh install lol you live and learn.

Page 2 of 2 FirstFirst 12

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
  •