0

I want to install Ubuntu in a PC (having Gigabyte GA-J1800M-D2P-IN (Intel Celeron J1800 2.4Ghz processor) with maximum 4GB DDR3 RAM & 80GB Seagate Barracuda HDD) after removing Windows 7. Please tell how can I install Ubuntu OS in this PC without losing any data except Windows 7? Urgently waiting for your valuable reply.

Thankfully yours Arpan Purakait

1 Answers1

0

Your question is too vague and broad.
Do you know where all your files are? C: , D:, etc...
Do you know how to move all your files onto another partition?
Is the partition big enough to hold all your data?
Then you could boot into Ubuntu Installer and perform the install as long as you did not delete the partition with your data while installing Ubuntu.

I think it would be easier if you backed up your data to cloud drive, external hdd, etc...
Install Ubuntu, and create a NTFS partition while doing the custom partitioning. You will then have Ubuntu installed, and a new NTFS partition and can restore your data to that partition.

More Info:
First, I highly suggest a full backup of your data on an external hard drive.
You said you want to format c: and Install Ubuntu there.
On an external drive as example create a folder named backup. In backup create folders C, D, G.
Check root of C:/ for any folders/files that may need backed up there, and then copy to C folder on external drive.
Go to c:\users and decide if you need to copy any users profile data.
Go to c:\user\ and this is the basic folders you would want to copy:

  • Contacts
  • Desktop
  • Documents
  • Downloads
  • Favorites
  • Music
  • Pictures
  • Videos

    You can choose to copy more, but may end up getting errors and that will not be covered here. Also, you can choose to view hidden files, but again that will not be covered here.

Next, view D partition and copy all data to D folder on external drive. Use same instructions example for copying G partition contents to G folder on external hard drive.

Next,after having a full backup you would then boot from "Ubuntu Live CD" and choose to install Ubuntu, selecting a custom install.

Please view some of the duplicate answers and see how to do partitioning. The in-a-nutshell version is that you are ONLY selecting the C: drive partition to format. The thing that may confuse users is when they see all the partitions. With a Windows install you are going to see your c,d,g partitions as well as boot, efi, hidden and other partitions as well. So, you would delete ALL partitions except D, G and create your partitions for Ubuntu.

I personally, if you have all data backed up would just format the whole hard drive, while doing custom partitioning, re-create a D, G partition as you wanted as NTFS or Fat32 and then continue with Ubuntu install and copy data back over. I say this because I think that is easier for someone who is not familiar with hdd partitioning.

I'd suggest looking at duplicate answers and/or find a documents that has details and screenshots detailing the process.

  • 3
    NTFS sometimes needs chkdsk which cannot be done from Linux. You either should then copy data to a Linux formatted data drive, or make sure you have a Windows repair flash drive before deleting Windows. – oldfred Jul 15 '17 at 12:13
  • Thanks a lot. Actually in our PC HDD contains drive C(39GB containing 20GB Windows 7), drive D(26GB containing 18GB personal data), drive G(9GB, containing 1GB personal data). I want to transfer from Windows 7 to Ubuntu completely by formatting drive C with Ubuntu from a bootable Ubuntu flash drive without formatting drive D & G. Please help – Sarajevo Blkn Jul 21 '17 at 01:37
  • Please see some of the duplicate answer list. You may also view more info on my updated answer. – smjadtnf707 Jul 21 '17 at 15:48
  • Thanks a lot. Actually my query exactly similar to following solved question. Can I follow the process mentioned in the following discussion to solve my problem? https://askubuntu.com/questions/356393/how-to-install-ubuntu-by-replacing-windows-but-without-formatting-other-partitio – Sarajevo Blkn Jul 23 '17 at 05:45