Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AABA0782D78 for ; Fri, 24 Jan 2020 15:02:18 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id ABF232DE43D7; Fri, 24 Jan 2020 15:02:17 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id CCBB52DE437C; Fri, 24 Jan 2020 15:02:16 +0000 (UTC) Date: Fri, 24 Jan 2020 16:02:11 +0100 From: Natanael Copa To: PICCORO McKAY Lenz Cc: alpine-user Subject: Re: manual install boot process of setup-disk does not work Message-ID: <20200124160211.782fe2ec@ncopa-desktop.copa.dup.pw> In-Reply-To: References: <20200124132726.1e33842f@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, 24 Jan 2020 10:52:13 -0400 PICCORO McKAY Lenz wrote: > El vie., 24 de ene. de 2020 a la(s) 08:27, Natanael Copa ( > ncopa@alpinelinux.org) escribi=F3: >=20 > > On Thu, 23 Jan 2020 09:32:48 -0500 > > > > seems manually make boot able the installed system does not work with = =20 > > > setup-disk?, =20 > > > > Thanks natanael, that works for x86 and x64 BIOS only computers now: =20 >=20 > > I think you need to install the bootloader yourself to MBR. > > With syslinux its something like `dd if=3D/usr/share/syslinux/mbr.bin > > of=3D/dev/sda`. With grub I don't know. > > =20 > BUT why setup-disk does not make it if we specified the install disk > by "DEFAULT_DISK=3Dsda > setup-disk -q -m sys /mnt"??? >=20 The reasoning was that if users use `setup-disk /mnt` the user will also know how to install the bootloader. There are just too many things that can go wrong is setup-disk tries to do it, so I never bothered to do anything about it. DEFAULT_DISK !=3D boot disk. -nc > i need that clarifications, to property make wiki documentation (very weak > in that) > Seems that are very important to users to able to install if there's > already a prevously linux instalation in their disk! exactly, and we dont want setup-disk to remove the other OSes in case of dualbooting. And we dont want the script to start try figuring out whatever bootloader is used from before or how to also boot windows etc. Better let user install boot loader. > please seems you need to assist me to make available to make it work > with grub ! that methos does not work with UEFI computers! currently the setup-disk uses syslinux for BIOS boot and grub for UEFI. I'm= not sure the code is there for install grub in BIOS mode. =20 > taking in consideration that users commonly does not install alpine > linux alone in a disk for x86 and x64 machines right? I thiknk setup script also works for ppc64le, but to be honest, I don't know. >=20 >=20 > > -nc > > =20