05-23-2020, 06:58 PM
(05-21-2020, 12:57 AM)e-minguez Wrote: It's been merged! https://gitlab.manjaro.org/manjaro-arm/a...-installer
Any volunteers to give it a try (besides myself)?
Enviado desde mi ONEPLUS A5010 mediante Tapatalk
k, I'll give it a go. Here's what I did.
I used kvm/virsh to install a fresh manjaro-xfce-20.0.1, Added an SD card as the second disk (directly passed /dev/sdb though).
started ssh and sshed into it.
pacman -S git vim
pacman -S dialog manjaro-arm-qemu-static
git clone https://gitlab.manjaro.org/manjaro-arm/a...taller.git
vim ./manjaro-arm-installer/manjaro-arm-installer
Line 491 was changed. my disk is /dev/vdb and the script didn't support it.
Code:
if [[ "$SDTYP" = "vd" ]]; then
SDDEV=""
elif [[ "$SDTYP" = "mm" ]]; then
SDDEV="p"
else
clear
exit 1
fi
export CRYPT=y ; ./manjaro-arm-installer/manjaro-arm-installer
pbpro, xfce, etc, etc, etc,. It prompts for luks password twice. Downloads aarch64 stuff. etc.
I kind of watched it. it took about an hour or so and got the following errors (that I noticed)
Quote:==> Starting build: 5.6.0-2-MANJARO-ARM
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [keyboard]
-> Running build hook: [autodetect]
-> Running build hook: [keymap]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [encrypt]
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> ERROR: module not found: `icp'
==> ERROR: module not found: `spl'
==> Generating module dependencies
==> Creating uncompressed initcpio image: /boot/initramfs-linux.img
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly
-> Cleaning install for unwanted files...
==> pbpro xfce install complete
==> Writing bootloader and cleaning up after install...
powered off the VM, put the SD card into my PBP and.... it used the SD boot partition to load the eMMC root partition.Cool but not what I wanted.
so I zeroed the first ~1G of my eMMC, rebooted and très bien!! it worked!
You're the best! thanks!