0

I want to reset my laptop's hard-drive and create a dual-boot system, using both Windows 10 (for gaming) and Ubuntu 18.04 (for everything else). Currently my PC uses Ubuntu 18.04 as sole operating system.

After formatting the hard-disk, what should I install first? Ubuntu or Windows?

I know that in the second case I need to restore the Ubuntu's GRUB because Windows has this tendency of overwrite the master boot record, but that a minor issue for me.

Thanks!

1 Answers1

1

According to this answer:

"You should install Windows first, because Windows wipes out GRUB if Ubuntu is installed first, so in short you won't be able to boot your machine into Ubuntu, unless you re-install GRUB from a Ubuntu live USB stick.

As for partitioning, you need two separate partitions; because every OS uses a different file system, namely ext4 for Ubuntu and NTFS for Windows, I suggest partitioning using gparted from a Ubuntu live USB stick, install Windows then install Ubuntu."

eR_
  • 180
  • Just to be sure: while formatting the hard-drive would I also delete all of the partitions? Or do I need to do by myself with gparted? – Akane Yoshinega Aug 28 '18 at 10:52
  • when you format the hard-drive, it delete all of the partitions automatically, so you don't need to delete partitions manually by yourself. – eR_ Aug 28 '18 at 11:16