Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 15:40:10 +0900 (JST)
From:      Masachika ISHIZUKA <ish@amail.plala.or.jp>
To:        salvatorembartolotta@libero.it
Cc:        questions@freebsd.org
Subject:   Re: rEFInd and _two_ FREEBSD systems on the same disk on the same UEFI laptop
Message-ID:  <20200527.154010.456241527955787106.ish@amail.plala.or.jp>
In-Reply-To: <1590634251.1341132.1590515827296@mail1.libero.it>
References:  <1590634251.1341132.1590515827296@mail1.libero.it>

next in thread | previous in thread | raw e-mail | index | archive | help
> Has anyone installed two BSD (say -RELEASE and -STABLE) on the same disk on the same UEFI machine using rEFInd?

  I'm using rEFInd and /dev/ada0p9 is / for 12.1-release and
/dev/ada0p10 is / for 13-current.

  I copied /boot/loader.efi (from current) to /EFI/freebsd/loader.efi.

  /EFI/refind/refind.conf is like the following.

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

menuentry FreeBSD-current {
        loader /EFI/freebsd/loader.efi
	options "rootdev=disk0p10 autoboot_delay=1"
	icon /EFI/refind/icons/os_freebsd-current.png
}
-- 
Masachika ISHIZUKA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200527.154010.456241527955787106.ish>