Redecorating / archinstall-mbp

A drop in profile for python-archinstall, that installs stuff for t2 macs
GNU General Public License v3.0
22 stars 4 forks source link

triple boot problem #14

Open red-smeg opened 2 years ago

red-smeg commented 2 years ago

Issue is the installer overwrites the main EFI partition and then the system cannot boot into boot camp

when i run the "python -m archinstall" command and save the disk layout how can i use the secondary EFI to prevent the primary EFI being overwritten

e.g. my disk is laid out as follows

nvme0n1p1 - EFI System nvme0n1p2 - Apple APFS nvme0n1p3 - Microsoft basic data (Bootcamp) nvme0n1p4 - Microsoft basic data (EFI2 - (286M) <- this is the target EFI (I ask the installer to mount it as /boot) nvme0n1p5 - Microsoft basic data (48G for swap) <- this is theswap i ask the installler to mount it as /swap nvme0n1p6 - Microsoft basic data (888G for linux) <- this is the location for / i ask the installer to make it ext4

red-smeg commented 2 years ago

I edited the user_disk_layout.json to say ESP: true for nvme0n1p4 but not sure if that will work do i need to change the partition type ?

{ "/dev/nvme0n1": { "partitions": [ { "ESP": true, "PARTUUID": "20ba1539-e7b4-419d-b7c1-39204cc4bd37", "boot": true, "encrypted": false, "filesystem": { "format": "vfat" }, "mountpoint": null, "size": 76800, "start": 6, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "c9b42d80-1432-4c2f-a268-3ee4a8e584e4", "boot": false, "encrypted": false, "filesystem": { "format": "apfs" }, "mountpoint": null, "size": 487304704, "start": 77056, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "c3dd3887-5366-41c2-8b7d-f87a052229f1", "boot": false, "encrypted": false, "filesystem": { "format": "ntfs" }, "mountpoint": null, "size": 244890880, "start": 487381760, "type": "primary", "wipe": false }, { "ESP": true, "PARTUUID": "50f513f3-7bfc-419e-968d-31953d79a1d3", "boot": true, "encrypted": false, "filesystem": { "format": "exfat" }, "mountpoint": "/boot", "size": 73216, "start": 732272640, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "0f4a820c-665a-4bc7-a2d1-6250bab2a38e", "boot": false, "encrypted": false, "filesystem": { "format": "linux-swap" }, "mountpoint": "/swap", "size": 11718656, "start": 732345856, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "1a21560d-c9e9-4d5d-be40-01d66948963e", "boot": false, "encrypted": false, "filesystem": { "format": "ext4" }, "mountpoint": "/", "size": 233032192, "start": 744064512, "type": "primary", "wipe": false } ] } }

Redecorating commented 2 years ago

I think you may need to change the partition's "type" to EFI system. I normally do this with cfdisk /dev/nvme0n1, use arrow keys to select the partition you want and the "type" button

red-smeg commented 2 years ago

Update:

I did a bunch of things to make progress with help from discord.

  1. Changed the partition type
  2. Switched off the wipe option
  3. Manually did a mkfs to each partition as it kept failing at that stage

Now it is failing here

[!] A log file has been created here: /var/log/archinstall/install.log Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues

red-smeg commented 2 years ago

/usr/bin/blkid does not exist. Could not get block device information using blkid() using command blkid -p -o export /dev/nvme0n1 Could not get block device information using blkid() using command blkid -p -o export /dev/nvme0n1 Hardware model detected: Apple Inc. MacBookPro16,1; UEFI mode: True Processor model detected: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory statistics: 31929476 available out of 32765732 total installed Could not detect virtual system: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n' System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n' Virtualization detected: None; is VM: None Graphics devices detected: dict_keys(['Advanced Micro Devices, Inc. [AMD/ATI] Navi 14 [Radeon RX 5500/5500M / Pro 5500M] (rev 40)']) Disk states before installing: {'blockdevices': [{'name': 'loop0', 'fstype': 'squashfs', 'fsver': '4.0', 'label': None, 'uuid': None, 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/airootfs'], 'type': 'loop', 'size': '713.8M'}, {'name': 'sda', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_T2_MAC_202205', 'uuid': '2022-05-06-16-43-04-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '57.6G', 'children': [{'name': 'sda1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_T2_MAC_202205', 'uuid': '2022-05-06-16-43-04-00', 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/bootmnt'], 'type': 'part', 'size': '854M'}, {'name': 'sda2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': '1745-E303', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '139M'}]}, {'name': 'sdb', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '28.9G', 'children': [{'name': 'sdb1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': 'Lexar', 'uuid': '9028-B53D', 'fsavail': '27.6G', 'fsuse%': '4%', 'mountpoints': ['/mnt/lexar'], 'type': 'part', 'size': '28.9G'}]}, {'name': 'nvme0n1', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '3.6T', 'children': [{'name': 'nvme0n1p1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': 'E69B-03CB', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '300M'}, {'name': 'nvme0n1p2', 'fstype': 'apfs', 'fsver': None, 'label': None, 'uuid': '7f888616-e2ea-4e59-aad0-a0d87ff5f486', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '1.8T'}, {'name': 'nvme0n1p3', 'fstype': 'ntfs', 'fsver': None, 'label': 'BOOTCAMP', 'uuid': '34F5EE1202469FF7', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '934.2G'}, {'name': 'nvme0n1p4', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': '4787-22D0', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '286M'}, {'name': 'nvme0n1p5', 'fstype': 'swap', 'fsver': '1', 'label': None, 'uuid': 'e8767aa4-8bfc-4a65-82fe-8b13f0774326', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '44.7G'}, {'name': 'nvme0n1p6', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': '82416e67-9eac-4d5e-8ffa-2e1f2fffeacb', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '888.9G'}]}]} Testing connectivity to the Arch Linux mirrors ... Hardware model detected: Apple Inc. MacBookPro16,1; UEFI mode: True Processor model detected: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory statistics: 31909688 available out of 32765732 total installed Could not detect virtual system: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n' System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n' Virtualization detected: None; is VM: None Graphics devices detected: dict_keys(['Advanced Micro Devices, Inc. [AMD/ATI] Navi 14 [Radeon RX 5500/5500M / Pro 5500M] (rev 40)']) Disk states before installing: {'blockdevices': [{'name': 'loop0', 'fstype': 'squashfs', 'fsver': '4.0', 'label': None, 'uuid': None, 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/airootfs'], 'type': 'loop', 'size': '713.8M'}, {'name': 'sda', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_T2_MAC_202205', 'uuid': '2022-05-06-16-43-04-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '57.6G', 'children': [{'name': 'sda1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_T2_MAC_202205', 'uuid': '2022-05-06-16-43-04-00', 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/bootmnt'], 'type': 'part', 'size': '854M'}, {'name': 'sda2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': '1745-E303', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '139M'}]}, {'name': 'sdb', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '28.9G', 'children': [{'name': 'sdb1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': 'Lexar', 'uuid': '9028-B53D', 'fsavail': '27.6G', 'fsuse%': '4%', 'mountpoints': ['/mnt/lexar'], 'type': 'part', 'size': '28.9G'}]}, {'name': 'nvme0n1', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '3.6T', 'children': [{'name': 'nvme0n1p1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': 'E69B-03CB', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '300M'}, {'name': 'nvme0n1p2', 'fstype': 'apfs', 'fsver': None, 'label': None, 'uuid': '7f888616-e2ea-4e59-aad0-a0d87ff5f486', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '1.8T'}, {'name': 'nvme0n1p3', 'fstype': 'ntfs', 'fsver': None, 'label': 'BOOTCAMP', 'uuid': '34F5EE1202469FF7', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '934.2G'}, {'name': 'nvme0n1p4', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': '4787-22D0', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '286M'}, {'name': 'nvme0n1p5', 'fstype': 'swap', 'fsver': '1', 'label': None, 'uuid': 'e8767aa4-8bfc-4a65-82fe-8b13f0774326', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '44.7G'}, {'name': 'nvme0n1p6', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': '82416e67-9eac-4d5e-8ffa-2e1f2fffeacb', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '888.9G'}]}]} Testing connectivity to the Arch Linux mirrors ... -- Chosen configuration -- { "separator": null, "additional-repositories": [], "apple_t2": { "altAudioConf": true, "chainProfile": null, "model": "MacBookPro16,1", "touchbar": true, "wifi": "bigSur", "wifiFW": { "FIRMWARE": "C-4364s-B3/bali.trx", "NVRAM": "C-4364s-B3/P-bali_M-HRPN_V-um-7.7.txt", "REGULATORY": "C-4364s-B3/bali.clmb", "release": "bigSurFW" } }, "archinstall-language": "English", "audio": "pulseaudio", "bootloader": "systemd-bootctl", "config_version": "2.4.2", "debug": false, "harddrives": [ "/dev/nvme0n1" ], "hostname": "archlinux", "kernels": [ "linux" ], "keyboard-layout": "us", "mirror-region": {}, "mount_point": null, "nic": {}, "ntp": true, "packages": [], "plugin": null, "profile": { "path": "/usr/lib/python3.10/site-packages/archinstall/profiles/apple-t2.py" }, "save_config": null, "script": "guided", "silent": false, "swap": true, "sys-encoding": "utf-8", "sys-language": "en_US", "timezone": "UTC", "version": "2.4.2" } { "/dev/nvme0n1": { "partitions": [ { "ESP": true, "PARTUUID": "20ba1539-e7b4-419d-b7c1-39204cc4bd37", "boot": true, "encrypted": false, "filesystem": { "format": "vfat" }, "mountpoint": null, "size": 76800, "start": 6, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "c9b42d80-1432-4c2f-a268-3ee4a8e584e4", "boot": false, "encrypted": false, "filesystem": { "format": "apfs" }, "mountpoint": null, "size": 487304704, "start": 77056, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "c3dd3887-5366-41c2-8b7d-f87a052229f1", "boot": false, "encrypted": false, "filesystem": { "format": "ntfs" }, "mountpoint": null, "size": 244890880, "start": 487381760, "type": "primary", "wipe": false }, { "ESP": true, "PARTUUID": "50f513f3-7bfc-419e-968d-31953d79a1d3", "boot": true, "encrypted": false, "filesystem": { "format": "vfat" }, "mountpoint": "/boot", "size": 73216, "start": 732272640, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "0f4a820c-665a-4bc7-a2d1-6250bab2a38e", "boot": false, "encrypted": false, "filesystem": { "format": "linux-swap" }, "mountpoint": null, "size": 11718656, "start": 732345856, "type": "primary", "wipe": false }, { "ESP": false, "PARTUUID": "1a21560d-c9e9-4d5d-be40-01d66948963e", "boot": false, "encrypted": false, "filesystem": { "format": "ext4" }, "mountpoint": "/", "size": 233032192, "start": 744064512, "type": "primary", "wipe": false } ] } } Could not locate mount information for /dev/nvme0n1p1: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p1'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p1: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p1'] exited with abnormal exit code [256]: b'' Marking partition Partition(path=/dev/nvme0n1p1, size=0.3, PARTUUID=20ba1539-e7b4-419d-b7c1-39204cc4bd37, fs=vfat) as bootable. Setting boot on on (parted) partition index 1 Could not locate mount information for /dev/nvme0n1p2: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p2'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p3: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p3'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p4: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p4'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p4: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p4'] exited with abnormal exit code [256]: b'' Marking partition Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat) as bootable. Setting boot on on (parted) partition index 4 Could not locate mount information for /dev/nvme0n1p5: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p5'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p6: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p6'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p6: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p6'] exited with abnormal exit code [256]: b'' Mounting / to /mnt/archinstall/ using Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4) Could not locate mount information for /dev/nvme0n1p6: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p6'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p6: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p6'] exited with abnormal exit code [256]: b'' Mounting Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4) to /mnt/archinstall/ Getting mount information for device path /mnt/archinstall/ Could not locate mount information for /dev/nvme0n1p4: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p4'] exited with abnormal exit code [256]: b'' Mounting /boot to /mnt/archinstall/boot using Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat) Could not locate mount information for /dev/nvme0n1p4: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p4'] exited with abnormal exit code [256]: b'' Could not locate mount information for /dev/nvme0n1p4: ['/usr/bin/findmnt', '--json', '-R', '/dev/nvme0n1p4'] exited with abnormal exit code [256]: b'' Mounting Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat) to /mnt/archinstall/boot Getting mount information for device path /mnt/archinstall/boot Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Filtering available mounts {'/mnt/lexar': Partition(path=/dev/sdb1, size=28.9, PARTUUID=fc0df606-01, fs=vfat, mounted=/mnt/lexar), '/run/archiso/bootmnt': Partition(path=/dev/sda1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall Available partitions: {'/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} Waiting for automatic mirror selection (reflector) to complete. Waiting for dbus-org.freedesktop.timesync1.service to enter running state Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Filtering available mounts {'/mnt/lexar': Partition(path=/dev/sdb1, size=28.9, PARTUUID=fc0df606-01, fs=vfat, mounted=/mnt/lexar), '/run/archiso/bootmnt': Partition(path=/dev/sda1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall Available partitions: {'/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n' The testing flag is not set. This system will be installed without testing repositories enabled. The testing flag is not set. This system will be installed without testing repositories enabled. Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux', 'intel-ucode'] Enabling periodic TRIM Enabling service fstrim.timer Setting up swap on zram Installing packages: ('zram-generator',) Enabling service systemd-zram-setup@zram0.service Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Unreliable results might be given for /dev/sda1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sda'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n' Filtering available mounts {'/mnt/lexar': Partition(path=/dev/sdb1, size=28.9, PARTUUID=fc0df606-01, fs=vfat, mounted=/mnt/lexar), '/run/archiso/bootmnt': Partition(path=/dev/sda1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall Available partitions: {'/mnt/archinstall': Partition(path=/dev/nvme0n1p6, size=888.9, PARTUUID=1a21560d-c9e9-4d5d-be40-01d66948963e, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot)} Adding bootloader systemd-bootctl to Partition(path=/dev/nvme0n1p4, size=0.3, PARTUUID=50f513f3-7bfc-419e-968d-31953d79a1d3, fs=vfat, mounted=/mnt/archinstall/boot) Installing packages: ('efibootmgr',)

red-smeg commented 2 years ago

mount -l is

/dev/nvme0n1p4 on mnt/archinstall/boot type vfat (rw,relatime,fmask=0022.....

red-smeg commented 2 years ago

there is a file systemd-bootx64.efi @ /mnt/archinstall/boot/EFI/systemd

red-smeg commented 2 years ago

the guys over at archinstall have issued a patch 1228 as it appears that the problem is the --no-varaibles is required when loading the bootefi

how do i get that into this system ?