I am using ASUS FX553VD laptop with ~256GB SSD and 1 TB HDD. In SSD Ubuntu 18.04 is running. and that HDD is free.
So, I want to install Windows 10 in HDD. Is it possible ? And if it is, then should I remove my SSD first while installing Winows 10 ?
Fine. Suppose I did as I mention. Now I installed my SSD again. So,
- what will happens while on boot ? Which OS will running fine ?
- If I want to run both OS smoothly then what are the ways or steps I should follow during installation of windows.
Actually I want to play some games on windows during this lockdown period. Thanks in advanced.
So, the batter and easy way is First install windows 10 in HDD then Install Ubuntu in SSD, this way maybe I can access both OS from Ubuntu Grub.
– shivang patel Apr 16 '20 at 16:54sudo update-grub
to have os-prober add Windows to grub menu. Grub only boots working Windows so make sure fast start up is off (Windows will turn back on with updates). Example efibootmgr entries: https://askubuntu.com/questions/486752/dual-boot-win-8-ubuntu-loads-only-win Alsoman efibootmgr
– oldfred Apr 16 '20 at 17:29