On Mon, Jan 13, 2014 at 11:51 PM, Jordan Uggla <[email protected]> wrote: > On Thu, Jan 9, 2014 at 10:53 PM, vinayak holikatti > <[email protected]> wrote: >> Hi All, >> >> We have developed Legacy OptionROM for NVMe controller device. We are >> able to boot to all Windows 7 and later OS. But we are facing issue in >> booting Fedora 20 x86_64 OS. Fedora 20 gets installed successfully on >> NVMe device. While booting from NVMe device we are observing error as >> follows and enters grub rescue. We are clueless about what is >> happening here. We would like to know how to over come this issue and >> boot to Fedora 20 OS from our controller. >> >> "error : no such device: 44d1bf09-4e8a-4f46-aea6-09e364abf5cb. >> Entering rescue mode... >> grub_rescue>" > > Please run "ls" at the rescue prompt and post the output.
The ls command at grub_rescue shows as below grub_rescue>ls (hd0) And set command output as below grub_rescue>set prefix = (hd0)/grub2 root = hd0 I think the information of prefix and root are wrongly set. It should be prefix = (hd0,1)/grub2 root = (hd0,2) /boot partition corresponds to /dev/nvme0n1p1 / paration corresponds to /dev/nvme0n1p2 > > -- > Jordan Uggla (Jordan_U on irc.freenode.net) -- Regards, Vinayak Holikatti _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
