[Bug 229770] loader.efi dose ignore 'rootdev' environment variable.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 14 13:03:50 UTC 2018


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

            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 at FreeBSD.org
          Reporter: ish at 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=disk0p5"
        icon /EFI/refind/icons/os_freebsd-release.png
}

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

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


More information about the freebsd-bugs mailing list