All of lore.kernel.org
 help / color / mirror / Atom feed
* "not a valid root device" error in UEFI chainloader command
@ 2012-01-18  2:54 Keshav P R
  2012-01-18 12:38 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 3+ messages in thread
From: Keshav P R @ 2012-01-18  2:54 UTC (permalink / raw)
  To: grub-devel

Hi,
     I tried to manually chainload UEFI shell from grub2 terminal in
x86_64 firmware. I get

> insmod part_gpt
> insmod fat
> chainloader (hd0,gpt1)/shellx64.efi
error: not a valid root device

If I use

> set pager=1
> set debug=all
> chainloader (hd0,gpt1)/shellx64.efi
[long rows of text - but no visible error]
> boot
[shell launched]

However a menuentry like

menuentry "UEFI Shell" {
	search --fs-uuid --no-floppy --set=root ${_uefi_sys_fs_uuid}
	chainloader (${root})/shellx64.efi
}

works. I can reproduce this error everytime I try to manually
chainload from grub2 terminal, but does not occur even once when
loaded via menuentry. Thanks in advance.

Regards.

Keshav


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-18 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18  2:54 "not a valid root device" error in UEFI chainloader command Keshav P R
2012-01-18 12:38 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-01-18 13:02   ` Keshav P R

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.