0

04 yesterday. Here is my system:

  • SSD1 : 256G SSD (Window installed)
  • HDD1 : 2TB HardDrive
  • SSD2 : 120G SSD (Ubuntu installed)

I originally had windows and got spare SSD so I decided to install ubuntu in it.

Everything worked well and in my BIOS I boot with SSD2 (Ubuntu) it doesn't boot.

And when I chose SSD1 as boot disk, Ubuntu boot manager pops up and ask me to choose what OS I want to boot.

What I expected was, when I want to boot with windows, I go to BIOS and choose SSD1, and when I want to boot with ubuntu I chose SSD2 as a boot disk.

But now it seems there is grub in SSD1 and it manages everything.

I want to separate 2 operating systems so there is no problem when I remove SSD2.

Do I have to remove grub from SSD1 and reinstall ubuntu in SSD2?

Eliah Kagan
  • 119,640

1 Answers1

0

If you remove SSD2 you won't have a problem unless you tell grub to boot from it. The grub menu options are built on SSD1 so even though it displays the menu options it doesn't know SSD2 isn't there until you pick the menu option linked to it.

It's real easy to test. Simply remove SSD2 and reboot. Grub will let you pick OS's on SSD1 and HDD1. If you try to pick Ubuntu on SSD2 some sort of error will occur but you can't break SSD2 programs because it's unplugged.

Then power down, reattach SSD2 and power up. You'll be able to pick Ubuntu on SSD2 again.