Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 17:53:38 +0100
From:      Julien Cigar <julien@perdition.city>
To:        freebsd-questions@freebsd.org
Subject:   make memstick broken in 12.0 ?
Message-ID:  <20190306165338.GB2849@mordor.lan>

next in thread | raw e-mail | index | archive | help

--IrhDeMKUP4DT/M7F
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello,

I'm trying to create a custom memstick.img for a Soekris 6501 (which
doesn't boot with the GENERIC kernel).=20

For years I used the following which has always worked::

% svnlite co svn://svn.freebsd.org/base/releng/12.0 ~/soekris/src
% cat <<EOF > ~/soekris/src/sys/amd64/conf/SOEKRIS
    >include GENERIC
    >ident SOEKRIS
    >device atpic
    >device mptable
    >EOF
% export MAKEOBJDIRPREFIX=3D~/soekris/obj
% export KERNCONF=3DSOEKRIS
% export TARGET=3Damd64
% make -j 8 -C ~/soekris/src buildworld buildkernel
% export NOPORTS=3Dyes
% export NODOC=3Dyes
% export NOSRC=3Dyes
% sudo -E make -C ~/soekris/src/release memstick

memstick.img is generated as expected, and put on USB stick:

% gpart destroy -F /dev/da1
% sudo -E dd if=3D~/soekris/obj/usr/home/jcigar/soekris/src/amd64.amd64/rel=
ease/memstick.img of=3D/dev/da1 bs=3D1m conv=3Dsync

For some unknown after I'm booting the image (1) the installation
doesn't contain the base and kernel sets (2) and is missing some
installation files (3) ...

(1) https://imgur.com/a/9RLrq2i
(2) https://imgur.com/a/wUBS4IE
(3) https://imgur.com/a/nWdXmK3

any idea what's going on here or if I missed something ?

Thanks,
Julien

--=20
Julien Cigar
Belgian Biodiversity Platform (http://www.biodiversity.be)
PGP fingerprint: EEF9 F697 4B68 D275 7B11  6A25 B2BB 3710 A204 23C0
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

--IrhDeMKUP4DT/M7F
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE7vn2l0to0nV7EWolsrs3EKIEI8AFAlx/+w8ACgkQsrs3EKIE
I8CbCRAAhR8iOHKRnvUpxG8P6OBpXNHUUF+rhM2rpEePoCHWBD+GM3TZqB2Phad8
J7jM2At1hK9+YR7ueojYWaezaWaxFxr6j458TnybEgi2SF2w1YrKcvqZVvgNPjFo
S14nknYW2i6Wkzs18mw6WBvYF93dji82iqK7h1mSIfSD/wXmnn9giEnL5QkDSbTv
G9dnTCRA1XjG3nWwKHX9+p1g3wXrbduLLrKopAOEsDGhz2pFUcVl39XrUwh6p7wP
u8jGvOTUrDy799NAmIbHB3e9xrww4OD5daBfp3VMfRoUoIc83RNIscTcJWWRSbZH
RNNUwFaFw3BKYqoO9fPKcGO1urOUthQ0plbL9xcy//Vu4gBY3DJb+/CsYTfYRCr2
4/sptfMFuZfJrd8pjqqQUsUsKuJaPwfFPjQ8Gp1yxdhkb/iUBRfHjbIuzpxugJva
lSOBM9t4mEKSwKuTUsyysRj0dM5b2qANlVW71eCrrKq5RZP9iejCkQYiS7WbZaya
Yk6bnha20xOKlIjUPy9+XQz03kdh8r6Y/0ETaLIbtchReUgLJRgNFzuBeZUjSyeW
cL8rwJqnVoskzkOOV4p90F6TBLYIrMRvwWKmI07N1LxNnSkZpzCkcB2IqoLSMXMp
AfBQmh0VSf3w+Zio4HX8WsxoVaU9e+/byExvaUJNWe9VcnGohaM=
=vTFT
-----END PGP SIGNATURE-----

--IrhDeMKUP4DT/M7F--



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