Install Ubuntu In Windows 7

  1. Install Windows 7 from Ubuntu. Ask Question Asked 7 years, 5 months ago. Active 7 years, 4 months ago. Viewed 693 times 1. I need to install Windows 7 on an Ubuntu PC (and remove Ubuntu), but this PC doesn't have any CD reader. Then from the Windows install menu, you can easily format the whole drive and install Windows as a single.
  2. Install Ubuntu after Windows 7 From my experience, this is the best approach to dual-boot Windows 7 and Ubuntu. Windows installation does not really play nice with existing Linux installations but your Ubuntu will handle your existing installation of Windows very well.
  3. In this tutorial, I am going to show you how to dual boot windows 7/8/10 (EFI or BIOS) and Ubuntu 16.04. Bootable USB (Ubuntu )https://www.youtube.com/watch?.
  1. How To Install Ubuntu In Windows 7 32 Bit
  2. How To Install Ubuntu In Windows 7 Using Pendrive
  3. How To Download And Install Ubuntu In Windows 7
Active7 months ago

I read everything, literally, everything about this particular issue (Install windows 7 from bootable USB on Ubuntu) well and here it starts: Gparted installed ok; Unetbootin 494 wouldn't start (that's it, not starting (did EVERYTHING correctly, changed it's properties too)) Newer version does not recognize ntfs.

I have Ubuntu on my laptop. Now I want install Windows 7 in a dual-boot. How can I do this?

I can't lose my Ubuntu files, and I'm afraid that I might break GRUB.

Go here for UEFI only!

Install ubuntu on windows 7Fabby
29.4k18 gold badges71 silver badges174 bronze badges
Sk8erSk8er
1,6494 gold badges18 silver badges26 bronze badges

16 Answers

Here's the general outline:

  1. Make space for Windows
  2. Install Windows
  3. Mount the /boot directory or partition
  4. Install the bootloader (GRUB)
16.04

Open up GParted, and make sure that you have at least 20 GB available for Windows 7, either as a partition you can remove, or as unpartitioned space. If it's a partition, remove it from GRUB to make sure it doesn't break your Ubuntu install — GParted will complain if anything bad is about to happen.

Make note of current /boot device. If that doesn't show up there, make note of the / device. The device name is something like sda5.

Install Windows 7 into the space you just made

Note: Instead of mounting the boot directory or partition from the installation in the live media environment you can specify the path with the --boot-directory parameter for grub-install, more information on the manpage.

Load up from your Ubuntu live CD, and then run these commands.

  • If you DO NOT have a separate /boot partition:

  • If you have a SEPARATE /boot partition:

Note: These instructions were initially written for Windows 7 and BIOS booting computers. If you have UEFI and Windows 8 and above you probably need to replace grub-pc with grub-efi-amd64 in sudo apt-get install grub-pc.

Then continue with those commands:

And restart. It should work fine and boot both systems.

Scott Stensland
6,1895 gold badges30 silver badges47 bronze badges
evgenyevgeny
7,3922 gold badges20 silver badges27 bronze badges

Installing Windows after Ubuntu is not the recommended process for a dual boot Windows and Ubuntu system, but it is possible.

  • First, you have to make sure that the 50GB free space is available, resizing your Ubuntu by using gParted if necessary.
  • Also use gParted or Disk Utility to format the the free space as NTFS, this prevents Windows 7 from creating an additional boot partition in addition to the 'C' drive.
  • Next, boot to the Windows DVD installer and install Windows on the NTFS partition. Upon reboot, Windows will automatically boot and you won't see the grub menu allowing you to choose Ubuntu, because the Windows bootloader has replaced grub.

  • Now, what you need to do is run Ubuntu from LiveCD or LiveUSB and installboot-repair.

  • To install boot-repair, open up a terminal by pressing Ctrl+Alt+T and type the following commands:

  • After installation, boot-repair will automatically launch, if is doesn't, launch it via Dash.

  • Make sure to select recommended repair to repair grub. Reboot and that's it.

  • You should now have a Grub menu on boot, allowing you to choose from Ubuntu, memtest, and Windows 7
ish
120k35 gold badges278 silver badges297 bronze badges
PeachyPeachy
5,3927 gold badges30 silver badges44 bronze badges

boot-repair did a really good job launched from a live-usb, by just applying the recommended option.

QuesstQuesst

When you boot have you checked the boot order on your BIOS? If you're booting straight to the hard drive it will always miss the USB. You need to move the USB device boot option higher in the priority list.

Also check that your computer allows you to boot from USB in the USB port you are using.

SlipstreamSlipstream
9291 gold badge9 silver badges26 bronze badges

To install Windows you need an empty partition that will be dedicated to Windows. If you do, then go ahead and install on this using the normal installation procedure. After installation, reboot into Windows and reboot a few times more to experience Windows ;-) (sorry, couldn't resist)

Like you said, this will break GRUB and your computer can only boot Windows after this. Do not despair, as there is a help section dedicated to restoring GRUB and being able to dual boot. Look here. After performing this, your computer will be able to boot Ubuntu as well as Windows.

Before you start, very very carefully note down the location (hard drive number, make & partition number within that) of the current Ubuntu install (which you don't obviously want to overwrite) and the empty partition in which you want to install windows. Also, during Windows installation, if it offers to format any partition other than the one you are installing Windows into, please do not accept.

Peter Mortensen
1,0252 gold badges11 silver badges17 bronze badges
koushikkoushik
3,6913 gold badges21 silver badges32 bronze badges

In case your computer came with a pre-installed copy of Windows 8 and you removed it because to many people told you to hate it and you found that after you installed Ubuntu, that it isn't what you want, note this:

Your computer boots with UEFI and has a GPT partition table.

For installing Windows 7, either create and boot the Windows 7 installation media in UEFI-mode or set boot-mode and partition table to legacy.

LiveWireBTLiveWireBT
22.6k20 gold badges73 silver badges163 bronze badges

First, you have to boot with a live CD/USB stick and shrink your partition in order to create a second one. Windows 7 requires and creates a second partition which is called 'system reserved'. I don't know why, but it does. (So you will end up with three partitions or four if you have a swap partition.)

When your partition is ready, just boot with your Windows 7 DVD/USB stick and install Windows 7 on the new partition.

When Windows 7 has been installed, GRUB will break and you will only be able to boot Windows (automatically). Just boot with a live Ubuntu CD/USB stick and fix it (how it is mentioned in other comments).

Now another issue that some users may face:

I own an HP Mini 210 netbook which came with Windows 7. I erased everything and installed Ubuntu. Later on I decided to also reinstall Windows 7 and have a dual boot (needed Windows for a specific application from my university which wouldn't run through wine). At that time I had three partitions:

Now when I tried to install Windows 7 I faced a problem because Windows 7 needs to create a second primary partition (system reserved). I already had three partitions and therefore was unable to create two more. The workaround here is to create an extended partition in which you will include both swap and backup storage. Now I have:

Peter Mortensen
1,0252 gold badges11 silver badges17 bronze badges
AntonisAntonis

This answer covers UEFI-only, and is meant to be a bit of a more modern answer as UEFI has succeeded the ancient BIOS. Also, there are some edits here to fit the fact it's answering a 'how I do this' rather than a 'can I do this' type of question.

Install Ubuntu In Windows 7

To install Windows alongside Ubuntu, you just do the following:

  1. Insert Windows 10 USB
  2. Create a partition/volume on the drive to install Windows 10 on alongside Ubuntu (it'll create more than one partition, that's normal; also make sure you have space for Windows 10 on your drive, you might need to shrink Ubuntu)
  3. Install the Windows 10.

That's it!

Note: when making sure things are ready for your dual boot, check if Ubuntu is installed in the GPT partition table! While 99% of the time you will be using GPT if you're planning to do this, it is possible to install Ubuntu's UEFI on MBR but Windows 10 does not support that strange use-case. In that situation, convert to GPT if possible. If not, backup and reinstall, and I'd recommend that as it'll be easier.

Fabby
29.4k18 gold badges71 silver badges174 bronze badges
RoundDuckManRoundDuckMan

The most save way is to install Windows 7 first and to reinstall Ubuntu after that. This will ensure that grub works.

You can also edit your partitions with a live cd, and then install Windows 7. When you have done this you boot into Ubuntu with a live cd and restore grub. This procedure however, is a bit more delicate than just installing them in the right order.

Peter SmitPeter Smit
4,6027 gold badges35 silver badges47 bronze badges

One good advice: When you make the separate partition for Windows 7, using gparted for example, format it to the NTFS right away. Do not use Windows installer to format the partition, because several times I had a situation, when the Windows installer corrupted the partition table after that and I had to restore the lost partition.So, as the people recommended here: using gparted, create separate partition, format it to the ntfs, install windows there, then restore grub using livecd or liveflash. You can use the SystemResqueCD for liveflash.

Yuriy TkachYuriy Tkach

Basically the same answer as @evgeny, but using chroot instead of a symbolic link.

How To Install Ubuntu In Windows 7 32 Bit

  1. Boot into a Ubuntu LiveCD
  2. Open GParted and make sure you have an unused partition with at least 20GB free space. This will be your Windows 7 partition.
  3. Install Windows 7 onto this partition.
  4. Boot into a Ubuntu LiveCD
  5. Make a note of the partition Ubuntu is installed on and any separate /boot partitions if applicable.
  6. Mount your Ubuntu installation

  7. Give this partition internet access

  8. Only if you have a seperate /boot partition, otherwise skip this step

  9. Set up then enter chroot

  10. Make sure grub-pc is the latest version

  11. Install GRUB

  12. Exit chroot

  13. Reboot and check if it works
kirikiri
20.6k15 gold badges61 silver badges106 bronze badges

I suggest you virtualize Windows 7 with something like VirtualBox (http://www.virtualbox.org)

This way you can run Windows and Linux at the same time, without the chance of destroying you Bootloader Grub.

I don't know why you want to run Windows 7, but if you don't need the full hardware capacity (Running the Latest 3D Games for example) of your computer for windows then virtualization can be a good solution.

Niels van ReijmersdalNiels van Reijmersdal
  1. Turn on or restart the computer.
  2. While the display is blank, press the F10 key to enter the BIOS settings menu.
    NOTE: The BIOS settings menu is accessible by pressing the F2 or the F6 key on some computers.
  3. Select the Advanced tab using the right and left arrow keys.
  4. Press Enter.
  5. Use the up and down arrow keys to select Boot Order.
  6. Follow the on-screen instructions to change the boot order so that USB is at the top
  7. Press Esc.
  8. Select the Exit tab using the right and left arrow keys.
  9. Press Enter.
  10. Press Enter.


Reboot...

user92200

Installing windows after ubuntu is a pain but after you do this you'll need to put in your ubuntu live cd and install boot-repair and run that. Becouse installing win7 after ubuntu will break grub. But, boot-repair will remedy that!

jamiejamie

Its a easy process to install dual OS. 1st create a NTFS partition from Ubuntu using Disk Utility. Then restart your system and continue with your windows installing. After finishing installing you can see that your GRUB is not working..... NOT A PROBLEM. I have two method to fix this GRUB problem.

[Method 2] It may be bit difficult. Don't worry i have also a easy one. For that you have to login into windows. Download EasyBCD and run it. Go to Edit Boot Menu and set your desired boot option as default. Then save it and reboot your system. [Tested under windows].

Please let me know if you stack in something.

Community

How To Install Ubuntu In Windows 7 Using Pendrive

ScareCrowScareCrow

I had Ubuntu on my computer with only half of the drive used. Then I used Acronis to restore my Windows partition (C and W partitions).

Now I want to make a dual boot. All of the instructions above assume you have a Windows 10 CD to install Windows (I don't because I upgraded from Windows 7).

How To Download And Install Ubuntu In Windows 7

Would just using boot-repair make this a dual boot system?

eddyqeddyq

protected by CommunitySep 1 '14 at 21:21

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged dual-bootwindowssystem-installation or ask your own question.

Comments are closed.