Hi srinathmkce, I've not tried doing what you intend to do, but I think windows will normally install on sda1, ignoring everything else. But it will over-write the mbr, so you will have no way of booting into Mint. Here's an alternative way to re-install Mint's bootloader back to the mbr and get the grub option to choose which Operating System you want. However, you will need a Mint disk to do this in live CD mode. The commands are as follows:
- Code: Select all
sudo mount /dev/sdXY /mnt
replace X and Y with the appropriate drive and partition for Mint boot.
- Code: Select all
sudo grub-install --root-directory=/mnt /dev/sdX
note - there's a gap between =/mnt and /dev, and no partition number after sdX
re-boot into Mint then
- Code: Select all
sudo update-grub
hope this helps