On Wed, Mar 12, 2014 at 12:52 PM, xinglp <xin...@gmail.com> wrote:
> try the below grub.cfg if your boot partition is same as root partition.
>
> set default=0
> set timeout=3
> insmod ext2
> menuentry "Default" {
>     set uuid=d768c1f0-79c9-45c4-b604-8d0735a71242
>     search.fs_uuid ${uuid} root
>     linux /boot/vmlinuz-3.10.28 root=UUID=${uuid} rootfstype=ext4 ro 
> rootdelay=6
>     initrd /boot/initrd.img-3.10.28
> }

Did a change, got a similar error:
error: failure reading sector 0x215f from 'hd0'.

and grub returned to the main menu. Selecting it once more results in:
error: no such device: d768c1f0-79c9-45c4-b604-8d0735a71242
error: no such partition.

I really wonder, if grub can read grub.cfg, why does it fail to get
the rest from the same device/same bus/etc.?!

Regards,
Alexey
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to