Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 36751  / 1 Year ago, sun, april 23, 2023, 4:35:42

I am currently using Ubuntu 14.04 and I need to install Windows 7 as dual boot (not VM). How can I do that? Should I create a partition with G Parted for Win7? Need advice from someone who did this successfully.


More From » windows-7

 Answers
3

Yes, you have to create a separate ntfs partition for Windows and it should be a Primary one(if your disk has MBR partition table) through gparted.



Run Windows installation disk and select custom option to install Windows on created ntfs partition.



To create a separate ntfs partition from /dev/sda1



enter image description here




  • Boot Ubuntu installation disk and click on try Ubuntu option on startup.


  • Open gparted partition editor from dash. If the program is not installed by default then run the below commands to install gparted.



    sudo apt-get update
    sudo apt-get install gparted

  • Make sure that all the partitions are unmounted. Now right-click on the /dev/sda1 partition and select Resize/Move option to reduce it's size(actual space needed for your Windows).


  • After the above operation, an unallocated space will be created just below to /dev/sda1


  • Create a new ntfs primary partition from that unallocated space.



[#25716] Tuesday, April 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eryeath

Total Points: 122
Total Questions: 121
Total Answers: 112

Location: Saint Helena
Member since Fri, Aug 26, 2022
2 Years ago
;