From owner-freebsd-arm@freebsd.org Mon Jul 23 14:55:20 2018 Return-Path: Delivered-To: freebsd-arm@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 8E56F104CFC6 for ; Mon, 23 Jul 2018 14:55:20 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D1A37FAB4 for ; Mon, 23 Jul 2018 14:55:19 +0000 (UTC) (envelope-from greg@unrelenting.technology) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unrelenting.technology; h=date:from:subject:to:message-id; s=default; bh=dNw21FXTwojaBrgILaiMlgcEvmzO+jFxEtazfRaSVlI=; b=TQldLazTtF4gN3vlXik7s1IFUgRvkJuZcf6RuqbpdbZvEKJz/zo0jeQqvNmP/ksmy5TekAWXdWqY2RXZxfLG9TAiYYyfyTO+NGN7igvccACvAQjznU81s7alVffOm/vbdu06M6g10pZ+fFEzGumKp7eCP81DK8BiiDQPpL1KX14= Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 8b61aa6c TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Mon, 23 Jul 2018 14:55:11 +0000 (UTC) Date: Mon, 23 Jul 2018 17:55:01 +0300 From: Greg V Subject: Scaleway ARM64 VPS can be depenguinated! To: freebsd-arm@freebsd.org Message-Id: <1532357701.75524.1@hraggstad.unrelenting.technology> X-Mailer: geary/0.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 14:55:20 -0000 Hi everyone, I managed to run FreeBSD on Scaleway's cheap ThunderX KVM virtual servers. The full notes are on their forum: https://community.online.net/t/freebsd-on-arm64/6678 tl;dr: - run Ubuntu, copy root fs to a tmpfs, pivot_root into the tmpfs - download memstick image, dd it onto the disk - resize the GPT using gdisk from 2 to 4 entries (related bug in geom/gpart: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229977) - reboot, 'set console=comconsole,efi' and 'boot' - install, using shell for partitioning, create a ZFS partition after the installer one - in the post-install chroot, add 'opensolaris_load="YES"' and 'console="comconsole,efi"' to /boot/loader.conf and 'zfs_enable="YES"' to /etc/rc.conf - reboot and it works!