0

My computer refused load Ubuntu and instead gave me grub. When I typed boot, it said you need to load the kernel first. I saw some other stuff on grub so I have tried find /boot/grub/stage1 but it gives me an error (can't find command 'find').

If it matters, I believe this error was caused by a startup repair from Windows (which I think affects the disk) so if anyone can help me.

Braiam
  • 67,791
  • 32
  • 179
  • 269

1 Answers1

0

Running a Windows Startup Repair is definitely quite risky on Linux systems. You can mess up any number of things including the MBR and boot sector.

Fortunately, there is a tool out there designed to easily recover from this type of issue called Boot-repair. All you need is an Ubuntu Live CD or USB and an internet connection. See the Boot-repair guide in the Ubuntu Community Documentation to see how to install the tool in a live environment, and then just do a Recommended Repair. If you run into further issues, it will create a Boot Info Script link which you can paste back here.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Richard
  • 8,502
  • 11
  • 47
  • 72