Re: Can't Boot an OS: Grub Restore Prompt
I was thinking that too. I'm also wondering, are any IDE drives involved in this adventure? Because on my Intel mobo, I learned that it is absolutely not possible to install (during *buntu installation via ubiquity) Grub on a SATA drive if an IDE drive is also connected to the mobo.
Also, I see I made a mistake yesterday in my guidance on installing Grub (been setting up USB sticks to boot an ISO and forgot the difference). The final command should have been
Sorry about that -- it could have led you wrong.
Originally posted by oshunluvr
Also, I see I made a mistake yesterday in my guidance on installing Grub (been setting up USB sticks to boot an ISO and forgot the difference). The final command should have been
Code:
sudo grub-install --root-directory=/mnt/BDRIVE/boot/grub /dev/sda
Comment