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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"