From owner-freebsd-questions@freebsd.org Wed Mar 6 17:02:16 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7410151E66F for ; Wed, 6 Mar 2019 17:02:16 +0000 (UTC) (envelope-from SRS0=kHvi=RJ=perdition.city=julien@bebif.be) Received: from orval.bbpf.belspo.be (orval.bbpf.belspo.be [193.191.208.90]) by mx1.freebsd.org (Postfix) with ESMTP id D7E699444A for ; Wed, 6 Mar 2019 17:02:15 +0000 (UTC) (envelope-from SRS0=kHvi=RJ=perdition.city=julien@bebif.be) Received: from mordor.lan (213.219.144.127.adsl.dyn.edpnet.net [213.219.144.127]) by orval.bbpf.belspo.be (Postfix) with ESMTPSA id 5F94B1D4FC1B for ; Wed, 6 Mar 2019 18:02:14 +0100 (CET) Date: Wed, 6 Mar 2019 18:02:12 +0100 From: Julien Cigar To: freebsd-questions@freebsd.org Subject: Re: make memstick broken in 12.0 ? Message-ID: <20190306170212.GC2849@mordor.lan> References: <20190306165338.GB2849@mordor.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gr/z0/N6AeWAPJVB" Content-Disposition: inline In-Reply-To: <20190306165338.GB2849@mordor.lan> User-Agent: Mutt/1.11.1 (2018-12-01) X-Rspamd-Queue-Id: D7E699444A X-Spamd-Bar: ------- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of SRS0=kHvi=RJ=perdition.city=julien@bebif.be designates 193.191.208.90 as permitted sender) smtp.mailfrom=SRS0=kHvi=RJ=perdition.city=julien@bebif.be X-Spamd-Result: default: False [-7.25 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[cached: mx1.bebif.be]; NEURAL_HAM_SHORT(-0.93)[-0.935,0]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[julien@perdition.city,SRS0=kHvi=RJ=perdition.city=julien@bebif.be]; RCVD_NO_TLS_LAST(0.10)[]; RECEIVED_SPAMHAUS_PBL(0.00)[127.144.219.213.zen.spamhaus.org : 127.0.0.11]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:2611, ipnet:193.191.192.0/19, country:BE]; MIME_TRACE(0.00)[0:+,1:+]; FROM_NEQ_ENVFROM(0.00)[julien@perdition.city,SRS0=kHvi=RJ=perdition.city=julien@bebif.be]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[perdition.city]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-3.31)[ip: (-9.82), ipnet: 193.191.192.0/19(-4.91), asn: 2611(-1.79), country: BE(-0.00)]; RCVD_IN_DNSWL_NONE(0.00)[90.208.191.193.list.dnswl.org : 127.0.10.0]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 17:02:17 -0000 --gr/z0/N6AeWAPJVB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 06, 2019 at 05:53:38PM +0100, Julien Cigar wrote: > Hello, >=20 > I'm trying to create a custom memstick.img for a Soekris 6501 (which > doesn't boot with the GENERIC kernel).=20 >=20 > For years I used the following which has always worked:: >=20 > % svnlite co svn://svn.freebsd.org/base/releng/12.0 ~/soekris/src > % cat < ~/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 >=20 > memstick.img is generated as expected, and put on USB stick: >=20 > % gpart destroy -F /dev/da1 > % sudo -E dd if=3D~/soekris/obj/usr/home/jcigar/soekris/src/amd64.amd64/r= elease/memstick.img of=3D/dev/da1 bs=3D1m conv=3Dsync >=20 > 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) ... >=20 > (1) https://imgur.com/a/9RLrq2i > (2) https://imgur.com/a/wUBS4IE > (3) https://imgur.com/a/nWdXmK3 >=20 > any idea what's going on here or if I missed something ? >=20 > Thanks, > Julien ok forget this mail.. it looks like base and kernel are already included by default (they used to be selectable in the past) >=20 > --=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. --=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. --gr/z0/N6AeWAPJVB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE7vn2l0to0nV7EWolsrs3EKIEI8AFAlx//RQACgkQsrs3EKIE I8B4hxAAkvyKdkUP6sYsx0KRem/qpfo0L4oIztrOLJPa+EiKERCk6fGDg6ZQJM5E ubb/tFsl6Ps4/8UsONyv2aC3gNzgowKGmcVvfjsTBfLn+TAAjTGiyuwMybCVTI8H at1uL7RGfzKRlFXdjvEMF+LC/kCMVbz+HT078uoR+ECtePSpmoG3LsLxlgehUgLh BoxkHkEdslPMHHMoIs1jH5NoFvB4B2ZRwl+ES8H+ONfGalufHixCYjx4Gpr08mqy K+UlPtAyWqFDpijls7jEQgpG/wTv9I2bMNwBYQzRbr6mqGJ8qp+zExrZBBSgDCGH iCXVwLUggGrDNMJlv6a00hT0UsR+A06MpqyO4yVtZ0AQvQF3qP+Hvs3I+zVvVuW5 KvmFoQDhmfEg+6ZFHHQ9/eetEBzZHpKTQ7hWau8rJPyX8HT8Ib59azKeKfoLiTHO V+jYjScRJgZ3pFmsE2uefk5mOKWsN/10tIarBQjovwDnauFVRAHOAVpy78lnYOX1 aOpqI7VGmVV2453TO325mcYiYN//LwVx2JYpBt0WxjLX1TQWgmijet77lZTYoBj0 1oMv+5ytQG7DGxA57+yuZ4pREkiEg7FKGlrgZSetvKGegV5i1w+kjMmEultxic9G wmQOpeaxVXinsb68aSml54wqxg/Gglnl2Mxa4fTb4/XBDAme7eg= =sfx8 -----END PGP SIGNATURE----- --gr/z0/N6AeWAPJVB--