On 2013-02-05 03:47 (GMT+0800) horseriver composed:

    After I set kernel location with command : linux (hd0,1)/vmlinuz ,grub 
working well ,
    and detect the kernel file right!

    Then I key in this command : "initrd (hd0,1)/initrd.img " ,grub report : "no 
such partition".

    what is the reason?

What distro's Grub are you using, and what version?

Try instead this:

root (hd0,1)
linux /vmlinuz
initrd /initrd.img

or this:

linux (hd0,1)/vmlinuz
root (hd0,1)
initrd /initrd.img
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to