Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 26DBB782C20 for ; Thu, 23 Jan 2020 18:32:45 +0000 (UTC) Received: by mail-lf1-f52.google.com with SMTP id z26so3060662lfg.13 for ; Thu, 23 Jan 2020 10:32:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=mzFZRIV/9uKREIz80aln9MH3GkxrCEd2g54bpvgI+qY=; b=BuB2y3uXdNIEV7oq5CLWO4YHzmDe4dRJhevo4Chgt5QY7meaI072tnE5BEzS5fb2WF ocSiQR7ebwxPxKxhD68Ay6Z3+LP+7xZnCTUqfynY0GdvG9ZqeVn4he4AxYLN+FCfE7VE jCC/37KKVnEp/B9L6tuFmYrzagCl4uxBSRlzEqKZVy8gDUy1PSn49IfqHKFTLVb8RaJI y6W0J2KxpgUIwNEa7RAhLYFL8LSKRxKO4Foxoyg7t6WqF785XHiRRWx0aoogQ0NZeEZG lSRRSgmGmlkVmh2Fxg1mBmsVm6TQ/qGRxQiNdjpGzUFIurCTaIrJ/nazlxzBCGy9e0C7 4bBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mzFZRIV/9uKREIz80aln9MH3GkxrCEd2g54bpvgI+qY=; b=CBOpaq26hKnQTe9SgBuBWX1lNMHlwmyVMvPGBa9XqVjYb4pmOolpUuVXiXZS14whLI 2dmiTLv6TyJxQGdiLAzGIL0ffTHyGuFNb96bIwAN5VbhwCNtil7wmEzCifdWYwwqMYLB 8llGC2xDcc4Xxf2WC4Def9Ay0KHam7nxZiDQhdJkwVHb9NqmTxXTOF58/sX3Y9lN6814 9sXu+3wG/eNQU0pA3LRQlpjpcaDlc2CM/8jyCdTsnsYpmBVVMraqjJ0TLsTHhIrodamN jnvaRGoMUwSBFTzE1gr594p4xiiasTMpNNUNm1pno8xq0TWdE5WeR/L3fnTCwB8pbnB1 /wtQ== X-Gm-Message-State: APjAAAWgRoq4X4CGLIsusPrcRqQ6t1IjdXeZq2dGYcgzTIYYwTcfHPWi zUnZbTA7NrWNe6QC+pvAJRCfO80cxKi3LD/Ck0ncTHTW X-Google-Smtp-Source: APXvYqyb2+OFy7tQdUwU/EOOwwFNVGrLvbd1BRO3sGyl6mZq9VrM0PHqXQSLH5GlIp+Nl/ml6FBDbyOsHRDk1/Bdhvg= X-Received: by 2002:ac2:44bc:: with SMTP id c28mr4821969lfm.72.1579804364294; Thu, 23 Jan 2020 10:32:44 -0800 (PST) MIME-Version: 1.0 From: PICCORO McKAY Lenz Date: Thu, 23 Jan 2020 09:32:48 -0500 Message-ID: Subject: manual install boot process of setup-disk does not work To: alpine-user Content-Type: multipart/alternative; boundary="000000000000f2cf52059cd2dd4f" --000000000000f2cf52059cd2dd4f Content-Type: text/plain; charset="UTF-8" seems manually make boot able the installed system does not work with setup-disk?, my intentions are manually partitioning and later perform "setup-disk -m sys -s 4096 /dev/sda" and choose none for apk cache and others.. so my intentions are created only one partition install with grub/isolinux /boot in same partition.. since setup-disk just copy the system, i manually edited the syslinux cfg file to use "/boot" event "/" but still not works everything goes ok, reboot and system only show black screen when boot this is the complete process setup-keymap us us-altgr-intl cat > /root/autofile << EOF KEYMAPOPTS="us us-altgr-intl" HOSTNAMEOPTS="-n alpine-test" DNSOPTS="8.8.8.8" TIMEZONEOPTS="-z UTC" PROXYOPTS="none" APKREPOSOPTS="-1" SSHDOPTS="-c openssh" NTPOPTS="-c chrony" EOF setup-alpine -f /root/autofile then in questions of disk answered "none" and for apk cache "none", then: export BOOTLOADER=grub fdisk /dev/sda then: `o, n, p, 2048, +100G, n, p, enter, +4G, t, 2, 82, w` (root 100G, swap 4G) apk add e2fsprogs mkfs.ext3 /dev/sda1 setup-disk -m sys /mnt everything goes ok, reboot and systemd only show black screen when boot Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --000000000000f2cf52059cd2dd4f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
seems manually make boot able the installed system do= es not work with setup-disk?,

my intentions are ma= nually partitioning and later perform "setup-disk -m sys -s 4096 /dev/= sda" and choose none for apk cache and others.. so my intentions are c= reated only one partition install with grub/isolinux /boot in same partitio= n.. since setup-disk just copy the system, i manually edited the syslinux c= fg file to use "/boot" event "/" but still not works

everything goes ok, reboot and system only show blac= k screen when boot
this is the complete process
setup-keymap us us-altgr-intl

cat > /root/autofile << EOF<= br>KEYMAPOPTS=3D"us us-altgr-intl"
HOSTNAMEOPTS=3D"-n alp= ine-test"
DNSOPTS=3D"8.8.8.8"
TIMEZONEOPTS=3D"-z = UTC"
PROXYOPTS=3D"none"
APKREPOSOPTS=3D"-1"<= br>SSHDOPTS=3D"-c openssh"
NTPOPTS=3D"-c chrony"
= EOF

setup-alpine -f /root/autofile

then in questions of disk answered "none" and for apk cache &q= uot;none", then:

export BOOTLOADER= =3Dgrub

fdisk /dev/sda

then: `o, n, p, 2048, +100G, n, p, enter, +4G, t, 2, 82, w` (root 100= G, swap 4G)

apk add e2fsprogs

mkfs.ext3 /dev/sda1

setup-disk -m sys /mnt

everything goes ok, reboot and systemd only show blac= k screen when boot



Lenz McKAY Gerardo (PICCORO)
--000000000000f2cf52059cd2dd4f--