0

I have installed grub legacy on my system Ubuntu 13.04 for testing & learning. In the shell terminal I typed grub & the grub terminal showed up. Then I searched stage1 file as below but got error. What's the issue?

grub> find /boot/grub/stage1

Error 15: File not found

grub>

I'm following this link for study.

Ravi
  • 3,823
  • 2
    It depends on your partition table. If you have a separate boot partition then you should use find /grub/stage1. – UVV Jan 12 '14 at 16:49
  • @UVV Thank you. That was the only problem as you told. You can post it as answer so that I accept. – Ravi Jan 13 '14 at 04:31

1 Answers1

1

It depends on your partition table. If you have a separate boot partition then you should use find /grub/stage1

UVV
  • 3,068