[Bug 229770] loader.efi: 'rootdev' environment variable ignored

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 16 14:18:03 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229770

sjaguar at protonmail.com <sjaguar at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjaguar at protonmail.com

--- Comment #7 from sjaguar at protonmail.com <sjaguar at protonmail.com> ---
Are there plans to include this patch with any FreeBSD release?

I just tested the following:

   menuentry FreeBSD-11.3{
      loader /efi/boot/fbsd_11.3.efi
      options "rootdev=disk0p13"
   }

and 

   menuentry FreeBSD-12.1{
      loader  /efi/boot/fbsd_12.1.efi
      options "rootdev=disk0p13:"
   }

to no avail.

fbsd_11.3.efi and fbsd_12.1.efi are the boot1.efi files included in
11.3-RELEASE and 12.1-RELEASE respectively.  Tested with the file included with
12.0-RELEASE), did not work either.

'currdev' enviornmanet variable ends up being set to a default value in all
cases: currdev=disk0p10:

By the way, also tested with:

menuentry FreeBSD-12.1{
   loader  /efi/boot/fbsd_12.1.efi
   options "currdev=disk0p13:"
}

same results.

Setting currdev manually indeed does the trick.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list