-1

Hi everyone sorry for my english. Is it possible to install windows 7 over windows 10 (because i am not liking it and it's lagging a lot) without losing ubuntu? I installed ubuntu with dual boot along with windows 10

1 Answers1

1

Ignoring the many reasons for the poor performance of your Windows 10, the short answer would be: "Yes. That should be possible."

Windows and and Ubuntu are installed on each their own partition. Get our your Windows 7 installation, select the Windows 10 partition when installing and go. Your Ubuntu partition will be unaffected by this. You could even install on a third partition, if you wanted.

Running the windows installation will delete your grub, and hence your chance to select OS on boot. To fix this you will have to reinstall the grub in Ubuntu. To do this you will have to boot from a live CD or USB-drive with eg. Ubuntu on it. Load the live OS from the drive and use sudo grub-install /dev/XXX XXX is the install directory. Most likely sdb. eg: "/dev/dsb" More information on this: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows

Note: You might be able to do a simple downgrade, depending on how you upgraded from 7 to 10. There are various guides for this, try googling "Downgrade from Windows 10 to 7". You will still have to reinstall grub whether reinstalling or downgrading as Windows overwrites the bootloader.

Amiga85
  • 11