Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 08:32:54 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        bob prohaska <fbsd@www.zefox.net>, freebsd-arm <freebsd-arm@freebsd.org>,  Georg Lindenberg <georg.lindenberg@web.de>
Subject:   Re: Booting from USB on RPI3
Message-ID:  <CAJuc1zOTnoRmeaKXHMTH9po=6ipBYDxvxAoiVmow-sNgwUERVQ@mail.gmail.com>
In-Reply-To: <8D1F6A8D-4910-4C1E-8EB5-2F5F89E31120@yahoo.com>
References:  <mailman.61.1587470402.80084.freebsd-arm@freebsd.org> <trinity-4938b1d4-f29f-4907-bedd-65be21112e48-1587489497227@3c-app-webde-bs65> <20200421181224.GC96994@www.zefox.net> <trinity-19081201-3024-4046-817a-48321c51a515-1587587309088@3c-app-webde-bap64> <20200423162124.GA3583@www.zefox.net> <CAJuc1zMHL6ke3LH67iV8%2BogKFO18xwW_v7bRAUsj8CbxD2EOTw@mail.gmail.com> <8D1F6A8D-4910-4C1E-8EB5-2F5F89E31120@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Apr 2020 at 08:22, Mark Millard <marklmi@yahoo.com> wrote:
[...]
> The RPi3 will not start to boot from a gpt partitioned
> media. So picking gpt labeling as the example is somewhat
> misleading for single-media booting. glabel based
> labeling would be more realistic for the context.

The OP is attempting to boot off an external USB drive via loader.env.
So it's the external drive's partitioning system that is of interest.
FYI, my RPI3 boots off a GPT partition fine:

1.topaz:~,8:30am# uname -a
FreeBSD topaz.inside.chen.org.nz 12.1-STABLE FreeBSD 12.1-STABLE #0
r358927: Sun Mar 15 22:24:30 NZDT 2020
jonc@onyx.inside.chen.org.nz:/xbuilds/rpi3/obj/usr/src/arm64.aarch64/sys/GENERIC
 arm64
1.topaz:~,8:30am# gpart show -l da0
=>       40  976773088  da0  GPT  (466G)
         40       8152       - free -  (4.0M)
       8192  964689920    1  topaz-root  (460G)
  964698112   12075016    2  topaz-swap  (5.8G)

1.topaz:~,8:30am# cat /etc/fstab
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/gpt/topaz-root     /               ufs     rw              1       1
/dev/gpt/topaz-swap     none            swap    sw              0       0

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJuc1zOTnoRmeaKXHMTH9po=6ipBYDxvxAoiVmow-sNgwUERVQ>