Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2019 14:18:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229770] loader.efi: 'rootdev' environment variable ignored
Message-ID:  <bug-229770-227-p0URIf448W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229770-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229770-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229770

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

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

--- Comment #7 from sjaguar@protonmail.com <sjaguar@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=3Ddisk0p13"
   }

and=20

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

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=3Ddisk0p10:

By the way, also tested with:

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

same results.

Setting currdev manually indeed does the trick.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229770-227-p0URIf448W>