0

I have a Toshiba Satallite E55-A5114 which I already downgraded to Windows 7 and have a working Dual Boot to Ubuntu. So my GRUB and BIOS are already working for the dual boot.

Now, I have the option to upgrade my Windows 7 partition to Windows 10. Can I do this as is?

This is such an unknown, I am actually not sure what specific questions to ask besides "how do I do it?" :)

E.S.
  • 133
  • 1
  • 7
  • Caution. Windows does not correctly re-write MBR(msdos) partition table if Linux is in a logical partition. Also make a backup of partition table with sfdisk. http://askubuntu.com/questions/654386/windows-10-upgrade-lead-into-grub-rescue/655080#655080 – oldfred Dec 07 '15 at 00:32

4 Answers4

1

I upgraded to Windows 10 without a backup and nothing bad happened to Windows or Ubuntu. Making a backup is ideal of course, but nothing should happen.

0

It's a good idea to have backups of your important files before upgrading to Windows 10.

To upgrade, reboot your computer and choose the Windows option in its bootloader. From within Windows, download the Media Creation Tool from Microsoft, launch it, and select "Upgrade this PC". Perform the same upgrade process you would to upgrade any Windows 7 or 8.1 PC to Windows 10.

You could also download the Windows 10 ISO from within Ubuntu and burn it to a disk. You could then reboot into Windows 7 or 8.1 and launch the setup program from the disc. Be sure to upgrade by running the installer from within Windows 10 and selecting upgrade. You can’t actually perform a clean install of Windows 10 on a PC until you first upgrade it. The upgrade process effectively grants your PC the free Windows 10 license. Microsoft makes a note that your PC's specific hardware configuration is allowed to use Windows 10 on its activation servers.

enter image description here

Go through the typical process to upgrade Windows as if it were the only operating system on your PC. When the installer reboots normally, you'll be brought back to the GRUB2 bootloader menu again. Select the "Windows" option here each time your computer reboots.

enter image description here

Windows 10 will install normally, replacing your existing Windows 7 or 8.1 system with Windows 10. It'll work just like it would on a typical PC with only Windows 7 or 8.1 installed. As it's an upgrade, you won't be prompted for partitioning or anything along those lines. Windows 10 will just replace your existing Windows 7 or 8.1 system on the existing partitions, leaving your Ubuntu partitions alone.

enter image description here

What about the GRUB2 bootloader?

Typically, installing or upgrading Windows will overwrite your Ubuntu bootloader. Ubuntu will become inaccessible until you reinstall Linux or perform a repair-install of GRUB2. Every time you boot your computer, Windows will just boot immediately. That's why you should typically install Windows before Ubuntu when setting up a dual boot system.

But, surprisingly enough, the Windows 10 upgrade process won't overwrite the GRUB2 bootloader on Ubuntu. Everything will continue working normally, and you'll see the usual Linux boot loader every time your reboot your PC. After you perform the upgrade process, selecting the "Windows" option in the bootloader will boot into Windows 10 instead of your old Windows system.

Optional: Update your GRUB2 boot menu

Everything will "just work", but Ubuntu won't automatically change the operating system label in GRUB. It will continue to either say "Windows 7" or "Windows 8", even though that option will boot you into Windows 10.

You can ignore this option entirely and continue using it — everything will just work. If you do want to rename the Windows 7 or Windows 8 entry so it reads Windows 10 instead, you’ll need to edit your GRUB2 boot menu.

In Ubuntu, you can install the Grub-Customizer tool from this PPA and use the graphical interface to rename the boot entry. You can also use this tool to make Windows 10 your default operating system that starts every time you boot your PC if you like.

enter image description here

The convenient upgrade process doesn't tamper with your system and overwrite the Linux bootloader, which is a nice change from previous editions of Windows, but if you want to install Windows 10 from scratch in the future, you should still install Windows 10 first and Ubuntu afterwards. Performing a clean install of Windows 10 would overwrite your Ubuntu bootloader with the Windows bootloader.

In the future, you can clean install Windows 10 on the same PC after it's been upgraded once. Microsoft will remember that the particular computer and its hardware are eligible for the free Windows 10 offer and are properly licensed. Just go through the installer and click the skip option each time you're asked for a product key. Windows 10 will automatically activate itself online with Microsoft after you reach the desktop.

Source: Upgrade an Ubuntu dual boot to Windows 10

karel
  • 114,770
0

Yes you can upgrade to Window 10 and keep Ubuntu. You would just have to follow the directions on Windows. ****First I make a backups disk for Ubuntu****

DnrDevil
  • 1,488
0

Short answer, yes you can.

If you haven't already taken a backup, do so. See this for how.

How:

  1. Make a LiveUSB or CD/DVD of Ubuntu.
  2. Remove grub to make sure the Windows update goes without a hitch.
  3. Update Windows and let it do it's thing.
  4. Reboot and boot into Live Ubuntu.
  5. Follow this. PS: Really worth a read.

Enjoy.