New
#21
One advice to you before installing LINUX. Don't let GRUB loader to take over the MBR and control the booting process, but install GRUB on its own partition. Normally, when installing LINUX, it will install GRUB on the MBR of the disk and be the default boot manager. take a look at the screen shot:
By default, #1 will be installed and once done, you'll get an ugly dual boot screen from GRUB. #2 is the prefered way.
- Keep Windows boot manager in control.
- Since GRUB boot loader is in its own partition, you can boot it as a stand alone. You can
also make an image or clone to another HD partition on another PC and it will work.
What I did is to install and setup LINUX in one PC, make a copy and restore to another PC
so all will be up to date.- Windows won't know LINUX existed until you setup dual boot and you'll get the nice looking
windows GUI dual boot menu using Easy BCD. If you later want to remove the dual boot, remove the
entry with Easy BCD.- Any update from Windows won't affect LINUX and vice versa.
Having said all that. It's extremly easy to set up Linux to work with Windows. Here's the steps:
- Install Windows which you've already did
- Boot up LINUX to install. Follow the steps untill you get to the screen asking where to put the GRUB loader.
Assuning that you'll install on the same disk as Windows, say Disk 0 then LINUX will select /dev/sda to install the loader,
This step is important and if you miss it, it won't work. Select /dev/sda# where the # is the partition you will install LINUX,
set up swap space and the rest to continue.- Once done, reboot to Windows. At this point Windows is not aware of any LINUX existed since the GRUB
loader is in its own partition.- Download and install Easy BCD then run -> Add new entry -> select GRUB2->Select the installed Linux partition.
- Reboot, you'll will get the nice looking dual boot menu.
Last edited by topgundcp; 16 Mar 2021 at 10:28.