Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2018 13:03:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229770] loader.efi dose ignore 'rootdev' environment variable.
Message-ID:  <bug-229770-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 229770
           Summary: loader.efi dose ignore 'rootdev' environment variable.
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: ish@amail.plala.or.jp

When I set 'rootdev' environment variable in loader prompt, loader ignores =
the
'rootdev' environment variable and boots the OS according to the 'currdev'
environment variable.
I want to use rEFInd as follows.

menuentry FreeBSD-release {
        loader /EFI/freebsd/loader.efi
        options "rootdev=3Ddisk0p5"
        icon /EFI/refind/icons/os_freebsd-release.png
}

menuentry FreeBSD-current {
        loader /EFI/freebsd/loader.efi
        options "rootdev=3Ddisk0p13"
        icon /EFI/refind/icons/os_freebsd-current.png
}

--=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>