From owner-freebsd-questions@freebsd.org Mon Mar 22 01:14:04 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84C6E57473E for ; Mon, 22 Mar 2021 01:14:04 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout005.msg.pkvw.co.charter.net (p-impout005aa.msg.pkvw.co.charter.net [47.43.26.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3c2z1GKqz4h8L for ; Mon, 22 Mar 2021 01:14:02 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id O98llPYWKeKjEO98ml8pxo; Mon, 22 Mar 2021 01:13:56 +0000 X-Authority-Analysis: v=2.3 cv=ALzgjvLx c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=qyhATg9D-R3722GSPIcA:9 Date: Mon, 22 Mar 2021 01:13:52 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: new install References: <20210321064056.29e785d6@dismail.de> X-CMAE-Envelope: MS4wfPkt7R2H5C2YunOuCVO6yBwtNpCjUhJJGQ8+a5kcNKvNXnGfbVBdEcM+glMtoNASIdnFOzNos7mUQTN4/qqUj/DSxOvoJlARrVQiSFt9IeidDtNteEy4 b7D07n1BIWGKPjekEt9YBwKP0VJuRo8ALb196FMay3wo33veJQEyKROtgWt4tYkDtzxKiMHYyaJaPA== X-Rspamd-Queue-Id: 4F3c2z1GKqz4h8L X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 47.43.26.136 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[47.43.26.136:from]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[47.43.26.136:from]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[47.43.26.136:from:127.0.2.255]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received]; MISSING_MID(2.50)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 01:14:04 -0000 from LuMiWa: > I bought first laptop in my life (Thinkpad T495) and I have a few > questions, please: > Laptop is with Windows 10 on which I never had (from DOS to FreeBSD and > OS/2 and Linux between) and I do not want to keep on, security boot is > enabled. > I like to install Haiku and FreeBSD. For Haiku is 5 GB more than enough > and the rest of the drive for FreeBSD. > Should I install partition disk and install Haiku first or is okay that > I install FreeBSD and make one FAT32 partition for Haiku? And > secure boot should be disabled too? I didn't think Haiku could run on FAT (12, 16 or 32). Haiku's file system is BFS, though Haiku can read and write FAT32. Haiku will fit comfortably into 5 GB, though you could need more if you build applications from Haikuports. By all means, disable secure boot. Tom