So, I installed KaOS on my machine expecting to dual-boot w/ another linux OS while testing it out.

However, when the install remade the boot loader, it did not create a boot option for the other OS. I manually created an entry for the other OS, but when I select the option to boot the alternate OS it says that ext4 is an unrecognized filesystem type. Is there a simple way to update or fix this? I only have networking configured on the unbootable OS, so automated package installs are not an option.

System info is needed for this. Especially the installation log (example, info needed if this is a BIOS or UEFI install, if latter, there is no grub in use), SysInfo tool will provide all needed info:
https://kaosx.us/docs/

Apologies, I don't see an option to upload this info as an attachment:

[root@ezpad ezpad]# fdisk -l
Disk /dev/sda: 119.25 GiB, 128035676160 bytes, 250069680 sectors
Disk model: Hoodisk SSD     
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5A4A47E2-EF26-495F-84E7-E53584EDFEDB

Device         Start       End   Sectors  Size Type
/dev/sda1       2048    206847    204800  100M EFI System
/dev/sda2     206848  15831039  15624192  7.5G Linux swap
/dev/sda3   15831040 124413951 108582912 51.8G Linux filesystem
/dev/sda4  210184192 248039423  37855232 18.1G Microsoft basic data
/dev/sda5  248039424 250068991   2029568  991M Windows recovery environment
/dev/sda6  124413952 210184191  85770240 40.9G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/mmcblk3: 115.102 GiB, 124545662976 bytes, 243253248 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device         Boot Start       End   Sectors  Size Id Type
/dev/mmcblk3p1      32768 243253247 243220480  116G  7 HPFS/NTFS/exFAT
[root@ezpad ezpad]# lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda           8:0    0 119.2G  0 disk 
├─sda1        8:1    0   100M  0 part /boot
├─sda2        8:2    0   7.5G  0 part [SWAP]
├─sda3        8:3    0  51.8G  0 part /
├─sda4        8:4    0  18.1G  0 part 
├─sda5        8:5    0   991M  0 part 
└─sda6        8:6    0  40.9G  0 part /mnt
mmcblk3     179:0    0   116G  0 disk 
└─mmcblk3p1 179:1    0   116G  0 part 
[root@ezpad ezpad]#cat /var/log/installation.log
00:34:17 [6]: Using log file: "/root/.cache/calamares/session.log" 
00:34:17 [6]: Calamares version: 3.2.9.20190627-git-master-df57c3a 
00:34:17 [6]:         languages: "ast, ca, cs, de, en, en, es, es_AR, fr, hr, hu, id_ID, it, nl_NL, pl, pt_BR, pt_PT, ro_RO, ru, sl, sr_RS, sv, tr_TR" 
00:34:17 [6]: Using Calamares QML directory "/usr/share/calamares/qml" 
00:34:17 [6]: Using Calamares settings file at "/usr/share/calamares/settings.conf" 
00:34:17 [2]: WARNING:  ..  Required settings.conf key oem-setup is missing. 
00:34:17 [6]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc" 
00:34:17 [6]: Loaded branding component "kaos_branding" 
00:34:17 [6]: STARTUP: initQmlPath, initSettings, initBranding done 
00:34:17 [6]: STARTUP: initModuleManager: module init started 
00:34:17 [6]: STARTUP: initModuleManager: all modules init done 
00:34:17 [6]: STARTUP: initJobQueue done 
00:34:17 [6]: Available desktop QSize(1890, 1080) minimum size QSize(1024, 520) 
00:34:17 [6]:  ..  Proposed window size: 1024 630 
00:34:20 [2]: WARNING: The branding component "/usr/share/calamares/branding/kaos_branding" does not ship stylesheet.qss. 
00:34:20 [6]: STARTUP: CalamaresWindow created; loadModules started 
00:34:20 [6]: Loaded module configuration "/usr/share/calamares/modules/welcome.conf" 
00:34:20 [6]: Matching locale QLocale(English, Latin, United States) 
00:34:20 [6]:  ..  Matched with index 4 "en_US" 
00:34:20 [6]: Looking for translations for "en_US" 
00:34:20 [6]:  ..  Branding using locale: "en_US" 
00:34:20 [6]:  ..  Calamares using locale: "en_US" 
00:34:20 [6]: Welcome string false "KaOS 2019.06" 
00:34:20 [6]: ViewModule "welcome@welcome" loading complete. 
00:34:20 [6]: Loaded module configuration "/usr/share/calamares/modules/webview.conf" 
00:34:20 [2]: WARNING: GeoIP XML data error: "unexpected end of file" (line 1 1 ) 
00:34:20 [2]: WARNING: GeopIP XML had no non-empty elements "country" 
00:34:21 [6]: ViewModule "webview@webview" loading complete. 
00:34:21 [6]: Loaded module configuration "/usr/share/calamares/modules/locale.conf" 
00:34:22 [6]: ViewModule "locale@locale" loading complete. 
00:34:22 [6]: Loaded module configuration "/usr/share/calamares/modules/keyboard.conf" 
00:34:23 [6]: ViewModule "keyboard@keyboard" loading complete. 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/partition.conf" 
00:34:23 [8]: Loaded backend plugin:  "pmsfdiskbackendplugin"
00:34:23 [6]: Setting firmwareType to "efi" 
00:34:23 [6]: Found filesystem "xfs" 
00:34:23 [6]: Partition-module setting *defaultFileSystemType* "xfs" 
00:34:23 [6]: Found filesystem "xfs" 
00:34:23 [6]: ViewModule "partition@partition" loading complete. 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/users.conf" 
00:34:23 [2]: WARNING: Unknown password-check key "libpwquality" 
00:34:23 [6]: ViewModule "users@users" loading complete. 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/summary/summary.conf" 
     "/etc/calamares/modules/summary.conf" 
     "/usr/share/calamares/modules/summary.conf" 
00:34:23 [6]: ViewModule "summary@summary" loading complete. 
00:34:23 [6]: Module "partition@partition" already loaded. 
00:34:23 [6]: QML import paths: 
     "/usr/share/calamares/qml" 
     "/usr/bin" 
     "qrc:/qt-project.org/imports" 
     "/usr/lib/qt5/qml" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/mount.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/unpackfs.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/machineid.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/fstab.conf" 
00:34:23 [6]: Module "locale@locale" already loaded. 
00:34:23 [6]: Module "keyboard@keyboard" already loaded. 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/localecfg/localecfg.conf" 
     "/etc/calamares/modules/localecfg.conf" 
     "/usr/share/calamares/modules/localecfg.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/luksbootkeyfile/luksbootkeyfile.conf" 
     "/etc/calamares/modules/luksbootkeyfile.conf" 
     "/usr/share/calamares/modules/luksbootkeyfile.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/luksopenswaphookcfg.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/initcpiocfg/initcpiocfg.conf" 
     "/etc/calamares/modules/initcpiocfg.conf" 
     "/usr/share/calamares/modules/initcpiocfg.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/hardwr.conf" 
00:34:23 [6]: Module "users@users" already loaded. 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/networkcfg/networkcfg.conf" 
     "/etc/calamares/modules/networkcfg.conf" 
     "/usr/share/calamares/modules/networkcfg.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/services.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/grubconf.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/kdm_sddm.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/userkf5/userkf5.conf" 
     "/etc/calamares/modules/userkf5.conf" 
     "/usr/share/calamares/modules/userkf5.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/driver_cleanup/driver_cleanup.conf" 
     "/etc/calamares/modules/driver_cleanup.conf" 
     "/usr/share/calamares/modules/driver_cleanup.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/nonfree_drivers/nonfree_drivers.conf" 
     "/etc/calamares/modules/nonfree_drivers.conf" 
     "/usr/share/calamares/modules/nonfree_drivers.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/package_removal/package_removal.conf" 
     "/etc/calamares/modules/package_removal.conf" 
     "/usr/share/calamares/modules/package_removal.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/bootldr.conf" 
00:34:23 [6]: No config file found in 
     "/home/live/src/modules/gummi_entries/gummi_entries.conf" 
     "/etc/calamares/modules/gummi_entries.conf" 
     "/usr/share/calamares/modules/gummi_entries.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/umount.conf" 
00:34:23 [6]: Loaded module configuration "/usr/share/calamares/modules/finished.conf" 
00:34:23 [6]: ViewModule "finished@finished" loading complete. 
00:34:23 [6]: STARTUP: loadModules for all modules done 
00:34:23 [6]: Checking module requirements .. 
00:34:23 [6]: STARTUP: Window now visible and ProgressTreeView populated 
00:34:23 [6]:  ..  9 view steps loaded. 
00:34:23 [6]: GeoIP result for welcome= "" 
00:34:23 [6]: Unusable country code "" 
00:34:23 [6]: Need at least storage bytes: 11274289152 
00:34:23 [6]: Need at least ram bytes: 1073741824 
00:34:23 [6]: A battery exists, checking for mains power. 
00:34:23 [6]: GeneralRequirements output: 
     enoughStorage :   true 
     enoughRam :   true 
     hasPower :   true 
     hasInternet :   false 
     isRoot :   true 
00:34:23 [6]: Added 6 requirement results 
00:34:23 [6]: xkbmap selection changed to:  "us" - "" 
20:34:29 [8]: smartctl initialization failed for  "/dev/mmcblk1" :  No such file or directory
20:34:29 [8]: error during smart output parsing for  "/dev/mmcblk1" :  Success
20:34:31 [8]: smartctl initialization failed for  "/dev/sdb" :  No such file or directory
20:34:31 [8]: error during smart output parsing for  "/dev/sdb" :  Success
20:34:32 [6]: Removing unsuitable devices: 3 candidates. 
20:34:32 [6]:  ..  Removing device with iso9660 filesystem (probably a CD) on it "/dev/sdb" 
20:34:32 [6]: LIST OF DETECTED DEVICES: 
20:34:32 [6]: node	capacity	name	prettyName 
20:34:32 [6]: "/dev/mmcblk1" 124538964480 "mmcblk1" "mmcblk1 – 115.99 GiB (/dev/mmcblk1)" 
20:34:32 [6]: "/dev/sda" 128034708480 "Hoodisk SSD" "Hoodisk SSD – 119.24 GiB (/dev/sda)" 
20:34:32 [6]:  ..  2 devices detected. 
20:34:41 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda3") 
20:34:41 [6]: Finished. Exit code: 0 
20:34:41 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda3") 
20:34:41 [6]: Target output:
ext4
20:34:41 [6]: Checking device "/dev/sda3" for fstab (fs= "ext4" ) 
20:34:41 [6]:  ..  reading "/tmp/calamares-bhivbI/etc/fstab" 
20:34:41 [6]:  ..  got 14 lines. 
20:34:41 [6]:  ..  got 14 fstab entries. 
20:34:41 [6]: Checking if "/dev/sda3" can be resized. 
20:34:41 [6]: Checking if "/dev/sda3" can be resized. 
20:34:41 [6]: Partition "/dev/sda3" authorized for resize + autopartition install. 
20:34:41 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda6") 
20:34:42 [6]: Finished. Exit code: 0 
20:34:42 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda6") 
20:34:42 [6]: Target output:
ext4
20:34:42 [6]: Checking device "/dev/sda6" for fstab (fs= "ext4" ) 
20:34:42 [6]:  ..  reading "/tmp/calamares-fJgQNR/etc/fstab" 
20:34:42 [6]:  ..  got 13 lines. 
20:34:42 [6]:  ..  got 13 fstab entries. 
20:34:42 [6]: Checking if "/dev/sda6" can be resized. 
20:34:42 [6]: Checking if "/dev/sda6" can be resized. 
20:34:42 [6]:  ..  NO, insufficient storage 
     Required  storage B: 13958643712 "(13GB)" 
     Available storage B: 3526148096 "(3GB)" for "/dev/sda6" length: 85770240 sectorsUsed: 78883232 fsType: "ext4" 
20:34:42 [6]: os-prober lines after cleanup: 
     "/dev/sda3:KDE neon User Edition 5.16 (18.04):neon:linux" 
     "/dev/sda6:Ubuntu 19.04 (19.04):Ubuntu:linux" 
20:34:42 [6]: BLM::init with 2 devices 0 rows 
20:34:42 [6]: Check EFI bootable "/dev/mmcblk1" "/dev/mmcblk1" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:34:42 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:34:42 [6]: Check EFI bootable "/dev/mmcblk1p1" "/dev/mmcblk1" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:34:42 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:34:42 [6]: Check EFI bootable "/dev/sda1" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags(0x1) 
20:34:42 [6]: Check EFI bootable "/dev/sda2" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc030690 
20:34:42 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:34:42 [6]: Check EFI bootable "/dev/sda3" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc030690 
20:34:42 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:34:42 [6]: Check EFI bootable "/dev/sda6" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc030690 
20:34:42 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:34:42 [6]: Check EFI bootable "/dev/sda4" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc030690 
20:34:42 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:34:42 [6]: Check EFI bootable "/dev/sda5" "/dev/sda" 
20:34:42 [6]:  ..  flags QFlags() 
20:34:42 [6]:  ..  moved towards root 0x7f88fc030690 
20:34:42 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:34:42 [6]: Added 1 requirement results 
20:34:42 [6]: Updating partitioning state widgets. 
20:34:42 [6]: Setting up actions for "/dev/mmcblk1" with 0 entries. 
20:34:42 [6]: Checking if "/dev/mmcblk1" can be resized. 
20:34:42 [6]:  ..  NO, filesystem "unknown" does not support resize. 
20:34:42 [6]: Required  storage B: 11811160064 "(11GB)" 
20:34:42 [6]: Storage capacity  B: 15728640 "(0GB)" for "/dev/mmcblk1"    length: 30720 
20:34:42 [6]: Checking if "/dev/mmcblk1p1" can be resized. 
20:34:42 [6]:  ..  NO, filesystem "exfat" does not support resize. 
20:34:42 [6]: Required  storage B: 11811160064 "(11GB)" 
20:34:42 [6]: Storage capacity  B: 124528885760 "(115GB)" for "/dev/mmcblk1p1"    length: 243220480 
20:34:42 [6]: Partition "/dev/mmcblk1p1" authorized for replace install. 
20:34:42 [6]:  ..  contains replaceable "/dev/mmcblk1p1" 
20:34:42 [6]: Setting texts for 0 osprober entries 
20:34:42 [6]: Alongside button suppressed because none can be resized. 
20:34:42 [6]: Updating partitioning preview widgets. 
20:34:42 [6]: All requirements have been checked. 
20:34:50 [6]: Got locale language "en_US.UTF-8" 
20:34:50 [6]:  ..  extracted country "United States" :: ("en", "US") 
20:34:50 [6]:  ..  looking for locale part "US" 
20:34:50 [6]:  ..  matched "us" 
20:34:50 [6]: Next level: "en" 
20:35:11 [6]: Updating partitioning state widgets. 
20:35:11 [6]: Setting up actions for "/dev/sda" with 2 entries. 
20:35:11 [6]: Checking if "/dev/sda1" can be resized. 
20:35:11 [6]:  ..  NO, filesystem "fat32" does not support resize. 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 104857600 "(0GB)" for "/dev/sda1"    length: 204800 
20:35:11 [6]: Checking if "/dev/sda2" can be resized. 
20:35:11 [6]:  ..  NO, insufficient storage 
     Required  storage B: 13958643712 "(13GB)" 
     Available storage B: 7999586304 "(7GB)" for "/dev/sda2" length: 15624192 sectorsUsed: 0 fsType: "linuxswap" 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 7999586304 "(7GB)" for "/dev/sda2"    length: 15624192 
20:35:11 [6]: Checking if "/dev/sda3" can be resized. 
20:35:11 [6]: Partition "/dev/sda3" authorized for resize + autopartition install. 
20:35:11 [6]:  ..  contains resizable "/dev/sda3" 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:11 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:11 [6]:  ..  contains replaceable "/dev/sda3" 
20:35:11 [6]: Checking if "/dev/sda6" can be resized. 
20:35:11 [6]:  ..  NO, insufficient storage 
     Required  storage B: 13958643712 "(13GB)" 
     Available storage B: 3526148096 "(3GB)" for "/dev/sda6" length: 85770240 sectorsUsed: 78883232 fsType: "ext4" 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 43914362880 "(40GB)" for "/dev/sda6"    length: 85770240 
20:35:11 [6]: Partition "/dev/sda6" authorized for replace install. 
20:35:11 [6]:  ..  contains replaceable "/dev/sda6" 
20:35:11 [6]: Checking if "/dev/sda4" can be resized. 
20:35:11 [6]: Partition "/dev/sda4" authorized for resize + autopartition install. 
20:35:11 [6]:  ..  contains resizable "/dev/sda4" 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 19381878784 "(18GB)" for "/dev/sda4"    length: 37855232 
20:35:11 [6]: Partition "/dev/sda4" authorized for replace install. 
20:35:11 [6]:  ..  contains replaceable "/dev/sda4" 
20:35:11 [6]: Checking if "/dev/sda5" can be resized. 
20:35:11 [6]:  ..  NO, insufficient storage 
     Required  storage B: 13958643712 "(13GB)" 
     Available storage B: 353329152 "(0GB)" for "/dev/sda5" length: 2029568 sectorsUsed: 1339472 fsType: "ntfs" 
20:35:11 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:11 [6]: Storage capacity  B: 1039138816 "(0GB)" for "/dev/sda5"    length: 2029568 
20:35:11 [6]: Setting texts for >= 2 osprober entries 
20:35:11 [6]: Updating partitioning preview widgets. 
20:35:25 [6]: Updating partitioning preview widgets. 
20:35:30 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:30 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:30 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:30 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:30 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:30 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:30 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:30 [6]: Storage capacity  B: 7999586304 "(7GB)" for "/dev/sda2"    length: 15624192 
20:35:30 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:30 [6]: Storage capacity  B: 1039138816 "(0GB)" for "/dev/sda5"    length: 2029568 
20:35:33 [6]: Clicked row 2 
20:35:36 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:36 [6]: Storage capacity  B: 1039138816 "(0GB)" for "/dev/sda5"    length: 2029568 
20:35:36 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:36 [6]: Storage capacity  B: 7999586304 "(7GB)" for "/dev/sda2"    length: 15624192 
20:35:36 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:36 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:36 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:36 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:36 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:36 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:38 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:38 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:38 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:38 [6]: doReplacePartition for device "/dev/sda3" 
20:35:38 [6]: BLM::update holds 2 devices 2 rows 
20:35:38 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:38 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:38 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:38 [6]: Check EFI bootable "/dev/mmcblk1" "/dev/mmcblk1" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:35:38 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:35:38 [6]: Check EFI bootable "/dev/mmcblk1p1" "/dev/mmcblk1" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:35:38 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:35:38 [6]: Check EFI bootable "/dev/sda1" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags(0x1) 
20:35:38 [6]: Check EFI bootable "/dev/sda2" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda6" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda4" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda5" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: BLM::update holds 2 devices 2 rows 
20:35:38 [6]: Check EFI bootable "/dev/mmcblk1" "/dev/mmcblk1" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:35:38 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:35:38 [6]: Check EFI bootable "/dev/mmcblk1p1" "/dev/mmcblk1" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc0a0260 
20:35:38 [6]:  ..  partition table 0x7f88fc0a0260 type 4 
20:35:38 [6]: Check EFI bootable "/dev/sda1" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags(0x1) 
20:35:38 [6]: Check EFI bootable "/dev/sda2" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda6" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda4" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: Check EFI bootable "/dev/sda5" "/dev/sda" 
20:35:38 [6]:  ..  flags QFlags() 
20:35:38 [6]:  ..  moved towards root 0x7f88fc030690 
20:35:38 [6]:  ..  partition table 0x7f88fc030690 type 6 
20:35:38 [6]: # Queue: 
20:35:38 [6]: ## Device: "mmcblk1" 
20:35:38 [6]: ## Device: "Hoodisk SSD" 
20:35:38 [6]: - "Delete partition /dev/sda3." 
20:35:38 [6]: - "Create new 53019MiB partition on /dev/sda (Hoodisk SSD) with file system xfs." 
20:35:40 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:40 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:40 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:40 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:40 [6]: Storage capacity  B: 55594450944 "(51GB)" for "/dev/sda3"    length: 108582912 
20:35:40 [6]: Partition "/dev/sda3" authorized for replace install. 
20:35:40 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:40 [6]: Storage capacity  B: 7999586304 "(7GB)" for "/dev/sda2"    length: 15624192 
20:35:50 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:50 [6]: Storage capacity  B: 43914362880 "(40GB)" for "/dev/sda6"    length: 85770240 
20:35:50 [6]: Partition "/dev/sda6" authorized for replace install. 
20:35:50 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:50 [6]: Storage capacity  B: 19381878784 "(18GB)" for "/dev/sda4"    length: 37855232 
20:35:50 [6]: Partition "/dev/sda4" authorized for replace install. 
20:35:50 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:50 [6]: Storage capacity  B: 19381878784 "(18GB)" for "/dev/sda4"    length: 37855232 
20:35:50 [6]: Partition "/dev/sda4" authorized for replace install. 
20:35:58 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:58 [6]: Storage capacity  B: 19381878784 "(18GB)" for "/dev/sda4"    length: 37855232 
20:35:58 [6]: Partition "/dev/sda4" authorized for replace install. 
20:35:58 [6]: Required  storage B: 11811160064 "(11GB)" 
20:35:58 [6]: Storage capacity  B: 19381878784 "(18GB)" for "/dev/sda4"    length: 37855232 
20:35:58 [6]: Partition "/dev/sda4" authorized for replace install. 
20:36:20 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
20:36:20 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
20:36:21 [6]: Writing to GlobalStorage["partitions"] 
20:36:21 [6]:  ..  partitions on "/dev/mmcblk1" 
20:36:21 [6]:  ..  mapping for "" "unallocated" 
     mtpoint: :   "" 
     fs: :   "unknown" 
     fsname :   "unknown" 
     uuid :   "" 
20:36:21 [6]:  ..  mapping for "/dev/mmcblk1p1" "/dev/mmcblk1p1" 
     mtpoint: :   "" 
     fs: :   "exfat" 
     fsname :   "exfat" 
     uuid :   "0123-4567" 
20:36:21 [6]:  ..  partitions on "/dev/sda" 
20:36:21 [6]:  ..  mapping for "/dev/sda1" "/dev/sda1" 
     mtpoint: :   "/boot" 
     fs: :   "fat32" 
     fsname :   "fat32" 
     uuid :   "9C8B-5856" 
20:36:21 [6]:  ..  mapping for "/dev/sda2" "/dev/sda2" 
     mtpoint: :   "" 
     fs: :   "linuxswap" 
     fsname :   "linuxswap" 
     uuid :   "7283fadd-6c00-411e-a2cc-026ca7c93f3d" 
20:36:21 [6]:  ..  mapping for "" "New Partition" 
     mtpoint: :   "/" 
     fs: :   "xfs" 
     fsname :   "xfs" 
     uuid :   "" 
20:36:21 [6]:  ..  mapping for "/dev/sda6" "/dev/sda6" 
     mtpoint: :   "" 
     fs: :   "ext4" 
     fsname :   "ext4" 
     uuid :   "026c3fed-74f9-4575-9d88-31f80730fb57" 
20:36:21 [6]:  ..  mapping for "/dev/sda4" "/dev/sda4" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "F2608CA8608C755F" 
20:36:21 [6]:  ..  mapping for "/dev/sda5" "/dev/sda5" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "04F28D29F28D1FD2" 
20:36:21 [6]: Writing to GlobalStorage["partitions"] 
20:36:21 [6]:  ..  partitions on "/dev/mmcblk1" 
20:36:21 [6]:  ..  mapping for "" "unallocated" 
     mtpoint: :   "" 
     fs: :   "unknown" 
     fsname :   "unknown" 
     uuid :   "" 
20:36:21 [6]:  ..  mapping for "/dev/mmcblk1p1" "/dev/mmcblk1p1" 
     mtpoint: :   "" 
     fs: :   "exfat" 
     fsname :   "exfat" 
     uuid :   "0123-4567" 
20:36:21 [6]:  ..  partitions on "/dev/sda" 
20:36:21 [6]:  ..  mapping for "/dev/sda1" "/dev/sda1" 
     mtpoint: :   "/boot" 
     fs: :   "fat32" 
     fsname :   "fat32" 
     uuid :   "9C8B-5856" 
20:36:21 [6]:  ..  mapping for "/dev/sda2" "/dev/sda2" 
     mtpoint: :   "" 
     fs: :   "linuxswap" 
     fsname :   "linuxswap" 
     uuid :   "7283fadd-6c00-411e-a2cc-026ca7c93f3d" 
20:36:21 [6]:  ..  mapping for "" "New Partition" 
     mtpoint: :   "/" 
     fs: :   "xfs" 
     fsname :   "xfs" 
     uuid :   "" 
20:36:21 [6]:  ..  mapping for "/dev/sda6" "/dev/sda6" 
     mtpoint: :   "" 
     fs: :   "ext4" 
     fsname :   "ext4" 
     uuid :   "026c3fed-74f9-4575-9d88-31f80730fb57" 
20:36:21 [6]:  ..  mapping for "/dev/sda4" "/dev/sda4" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "F2608CA8608C755F" 
20:36:21 [6]:  ..  mapping for "/dev/sda5" "/dev/sda5" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "04F28D29F28D1FD2" 
20:36:21 [6]: Summary widget is larger than viewport, enlarge by 117 to QSize(822, 695) 
20:36:42 [6]: Starting job "Clear all temporary mounts." 
20:36:42 [6]: Opened mtab. Lines: 
20:36:42 [6]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "dev /dev devtmpfs rw,nosuid,relatime,size=2957528k,nr_inodes=739382,mode=755 0 0" 
20:36:42 [6]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0" 
20:36:42 [6]: "efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "union / aufs rw,relatime,si=6faa29149f774195 0 0" 
20:36:42 [6]: "/dev/sdb1 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0" 
20:36:42 [6]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0" 
20:36:42 [6]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0" 
20:36:42 [6]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0" 
20:36:42 [6]: "cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0" 
20:36:42 [6]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0" 
20:36:42 [6]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0" 
20:36:42 [6]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0" 
20:36:42 [6]: "mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0" 
20:36:42 [6]: "configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0" 
20:36:42 [6]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=594388k,mode=700,uid=1000,gid=100 0 0" 
20:36:42 [6]: "fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0" 
20:36:42 [6]: ClearTempMountsJob finished. Here's what was done:
 "" 
20:36:42 [6]: Starting job "Clear mounts for partitioning operations on /dev/sda" 
20:36:42 [6]: ClearMountsJob finished. Here's what was done:
 "" 
20:36:42 [6]: Starting job "Delete partition /dev/sda3." 
20:36:49 [6]: Starting job "Create new 53019MiB partition on /dev/sda (Hoodisk SSD) with file system xfs." 
20:36:56 [6]: Starting job "Set partition information" 
20:36:56 [6]: Writing to GlobalStorage["partitions"] 
20:36:56 [6]:  ..  partitions on "/dev/mmcblk1" 
20:36:56 [6]:  ..  mapping for "" "unallocated" 
     mtpoint: :   "" 
     fs: :   "unknown" 
     fsname :   "unknown" 
     uuid :   "" 
20:36:56 [6]:  ..  mapping for "/dev/mmcblk1p1" "/dev/mmcblk1p1" 
     mtpoint: :   "" 
     fs: :   "exfat" 
     fsname :   "exfat" 
     uuid :   "0123-4567" 
20:36:56 [6]:  ..  partitions on "/dev/sda" 
20:36:56 [6]:  ..  mapping for "/dev/sda1" "/dev/sda1" 
     mtpoint: :   "/boot" 
     fs: :   "fat32" 
     fsname :   "fat32" 
     uuid :   "9C8B-5856" 
20:36:56 [6]:  ..  mapping for "/dev/sda2" "/dev/sda2" 
     mtpoint: :   "" 
     fs: :   "linuxswap" 
     fsname :   "linuxswap" 
     uuid :   "7283fadd-6c00-411e-a2cc-026ca7c93f3d" 
20:36:56 [6]:  ..  mapping for "/dev/sda3" "/dev/sda3" 
     mtpoint: :   "/" 
     fs: :   "xfs" 
     fsname :   "xfs" 
     uuid :   "df5957ad-33f6-4143-8a22-b36b415b92dd" 
20:36:56 [6]:  ..  mapping for "/dev/sda6" "/dev/sda6" 
     mtpoint: :   "" 
     fs: :   "ext4" 
     fsname :   "ext4" 
     uuid :   "026c3fed-74f9-4575-9d88-31f80730fb57" 
20:36:56 [6]:  ..  mapping for "/dev/sda4" "/dev/sda4" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "F2608CA8608C755F" 
20:36:56 [6]:  ..  mapping for "/dev/sda5" "/dev/sda5" 
     mtpoint: :   "" 
     fs: :   "ntfs" 
     fsname :   "ntfs" 
     uuid :   "04F28D29F28D1FD2" 
20:36:56 [6]: FillGlobalStorageJob writing empty bootLoader value 
20:36:56 [6]: Starting job "mount" 
20:36:56 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:36:56 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:36:56 [6]: Job file "/usr/lib/calamares/modules/mount/main.py" 
20:36:56 [6]: Job description from pretty_name "mount" = "Mounting partitions." 
20:36:57 [6]: Starting job "unpackfs" 
20:36:57 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:36:57 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:36:57 [6]: Job file "/usr/lib/calamares/modules/unpackfs/main.py" 
20:36:57 [6]: Job description from pretty_name "unpackfs" = "Filling up filesystems." 
20:44:06 [6]: Starting job "machineid" 
20:44:06 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:06 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:06 [6]: Job file "/usr/lib/calamares/modules/machineid/main.py" 
20:44:06 [6]: Job description from pretty_name "machineid" = "Generate machine-id." 
20:44:06 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "systemd-machine-id-setup") 
20:44:06 [6]: Finished. Exit code: 0 
20:44:06 [6]: Target cmd: ("systemd-machine-id-setup") 
20:44:06 [6]: Target output:
Initializing machine ID from random generator.
20:44:06 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id") 
20:44:06 [6]: Finished. Exit code: 0 
20:44:06 [6]: Target cmd: ("ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id") 
20:44:06 [6]: Target output:

20:44:06 [6]: Starting job "fstab" 
20:44:06 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:06 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:06 [6]: Job file "/usr/lib/calamares/modules/fstab/main.py" 
20:44:06 [6]: Job description from pretty_name "fstab" = "Writing fstab." 
20:44:06 [6]: Starting job "Set timezone to America/New_York" 
20:44:06 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "rm", "-f", "/etc/localtime") 
20:44:06 [6]: Finished. Exit code: 0 
20:44:06 [6]: Target cmd: ("rm", "-f", "/etc/localtime") 
20:44:06 [6]: Target output:

20:44:06 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "ln", "-s", "/usr/share/zoneinfo/America/New_York", "/etc/localtime") 
20:44:06 [6]: Finished. Exit code: 0 
20:44:06 [6]: Target cmd: ("ln", "-s", "/usr/share/zoneinfo/America/New_York", "/etc/localtime") 
20:44:06 [6]: Target output:

20:44:06 [6]: Starting job "Set keyboard model to pc105, layout to us-" 
20:44:06 [6]: Executing SetKeyboardLayoutJob 
20:44:07 [6]: Looking for converted keymap in "/tmp/calamares-root-llb04tl6/lib/kbd/keymaps/xkb" 
20:44:07 [6]: Looking for legacy keymap in QRC 
20:44:07 [6]:  ..  Found legacy keymap "us" with score 11 
20:44:07 [6]:  ..  Found legacy keymap "us-acentos" with score 11 
20:44:07 [6]:  ..  Found legacy keymap "dvorak" with score 11 
20:44:07 [6]:  ..  Found legacy keymap "dvorak" with score 11 
20:44:07 [6]: Written KEYMAP= "us" to vconsole.conf 
20:44:07 [6]: Written XkbLayout "us" ; XkbModel "pc105" ; XkbVariant "" to X.org file "/tmp/calamares-root-llb04tl6/etc/X11/xorg.conf.d/00-keyboard.conf" 
20:44:07 [6]: Starting job "localecfg" 
20:44:07 [6]: Job file "/usr/lib/calamares/modules/localecfg/main.py" 
20:44:07 [6]: Job description from __doc__ "localecfg" = "Create locale" 
20:44:07 [6]: [PYTHON JOB]:  "Restored backup /tmp/calamares-root-llb04tl6/etc/locale.gen.bak -> /tmp/calamares-root-llb04tl6/etc/locale.gen" 
20:44:07 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "locale-gen") 
20:44:15 [6]: Finished. Exit code: 0 
20:44:15 [6]: Target cmd: ("locale-gen") 
20:44:15 [6]: Target output:
Generating locales...
  en_US.UTF-8... done
Generation complete.
20:44:15 [6]: [PYTHON JOB]:  "/tmp/calamares-root-llb04tl6/etc/locale.gen done" 
20:44:15 [6]: [PYTHON JOB]:  "/tmp/calamares-root-llb04tl6/etc/locale.conf done" 
20:44:15 [6]: [PYTHON JOB]:  "/tmp/calamares-root-llb04tl6/etc/default done" 
20:44:15 [6]: Starting job "luksbootkeyfile" 
20:44:15 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:15 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:15 [6]: Job file "/usr/lib/calamares/modules/luksbootkeyfile/main.py" 
20:44:15 [6]: Job description from pretty_name "luksbootkeyfile" = "Configuring LUKS key file." 
20:44:15 [6]: Starting job "luksopenswaphookcfg" 
20:44:15 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:15 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:15 [6]: Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py" 
20:44:15 [6]: Job description from pretty_name "luksopenswaphookcfg" = "Configuring encrypted swap." 
20:44:15 [6]: Starting job "initcpiocfg" 
20:44:15 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:15 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:15 [6]: Job file "/usr/lib/calamares/modules/initcpiocfg/main.py" 
20:44:15 [6]: Job description from pretty_name "initcpiocfg" = "Configuring mkinitcpio." 
20:44:15 [6]: Starting job "hardwr" 
20:44:15 [6]: Job file "/usr/lib/calamares/modules/hardwr/main.py" 
20:44:15 [6]: Job description from __doc__ "hardwr" = "Run mkinitcpio" 
20:44:15 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "mkinitcpio", "-p", "linux") 
20:44:38 [6]: Finished. Exit code: 0 
20:44:38 [6]: Target cmd: ("mkinitcpio", "-p", "linux") 
20:44:38 [6]: Target output:
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.1.15-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.1.15-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
20:44:38 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "hwclock", "--systohc", "--utc") 
20:44:39 [6]: Finished. Exit code: 0 
20:44:39 [6]: Target cmd: ("hwclock", "--systohc", "--utc") 
20:44:39 [6]: Target output:

20:44:39 [6]: [PYTHON JOB]:  "Hwclock set using RTC method." 
20:44:39 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-llb04tl6/etc/modprobe.d") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/tmp/calamares-root-llb04tl6/etc/modprobe.d") 
20:44:40 [6]: Target output:

20:44:40 [6]: Starting job "Create user ezpad" 
20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "useradd", "-m", "-U", "-s", "/bin/bash", "-c", "ezpad", "ezpad") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("useradd", "-m", "-U", "-s", "/bin/bash", "-c", "ezpad", "ezpad") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" "/tmp/calamares-root-llb04tl6" "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "ezpad" 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "ezpad" 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "chown", "-R", "ezpad:ezpad", "/home/ezpad") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("chown", "-R", "ezpad:ezpad", "/home/ezpad") 
20:44:40 [6]: Target output:

20:44:40 [6]: Starting job "Set password for user ezpad" 
20:44:40 [6]: Running "chroot" "/tmp/calamares-root-llb04tl6" "usermod" "-p" <password> "ezpad" 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: "usermod" "-p" <password> "ezpad" 
20:44:40 [6]: Target output:

20:44:40 [6]: Starting job "Set password for user root" 
20:44:40 [6]: Running "chroot" "/tmp/calamares-root-llb04tl6" "usermod" "-p" <password> "root" 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: "usermod" "-p" <password> "root" 
20:44:40 [6]: Target output:

20:44:40 [6]: Starting job "Set hostname ezpad" 
20:44:40 [6]: Starting job "networkcfg" 
20:44:40 [6]: Job file "/usr/lib/calamares/modules/networkcfg/main.py" 
20:44:40 [6]: Job description from __doc__ "networkcfg" = "Setup network configuration" 
20:44:40 [6]: Starting job "services" 
20:44:40 [6]: Job file "/usr/lib/calamares/modules/services/main.py" 
20:44:40 [6]: Job description from __doc__ "services" = "Setup systemd services" 
20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "systemctl", "enable", "NetworkManager.service") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("systemctl", "enable", "NetworkManager.service") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "systemctl", "enable", "org.cups.cupsd.service") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("systemctl", "enable", "org.cups.cupsd.service") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "systemctl", "enable", "graphical.target") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("systemctl", "enable", "graphical.target") 
20:44:40 [6]: Target output:
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
 
Possible reasons for having this kind of units are:
* A unit may be statically enabled by being symlinked from another unit's
  .wants/ or .requires/ directory.
* A unit's purpose may be to act as a helper for some other unit which has
  a requirement dependency on it.
* A unit may be started when needed via activation (socket, path, timer,
  D-Bus, udev, scripted systemctl call, ...).
* In case of template units, the unit is meant to be enabled with some
  instance name specified.
20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "systemctl", "disable", "pacman-init.service") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("systemctl", "disable", "pacman-init.service") 
20:44:40 [6]: Target output:
Failed to disable unit, unit pacman-init.service does not exist.
20:44:40 [6]: Starting job "grubconf" 
20:44:40 [6]: Job file "/usr/lib/calamares/modules/grubconf/main.py" 
20:44:40 [6]: Starting job "kdm_sddm" 
20:44:40 [6]: Job file "/usr/lib/calamares/modules/kdm_sddm/main.py" 
20:44:40 [6]: Job description from __doc__ "kdm_sddm" = "Configure display managers" 
20:44:40 [6]: Starting job "userkf5" 
20:44:40 [6]: Job file "/usr/lib/calamares/modules/userkf5/main.py" 
20:44:40 [6]: Job description from __doc__ "userkf5" = "Create Distribution specific settings for users" 
20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/Desktop") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/Desktop") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.config") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.config") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/applications/") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/applications/") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/konqueror") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/konqueror") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/konsole") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.local/share/konsole") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.config/autostart") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.config/autostart") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.config/plasma-workspace/env") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.config/plasma-workspace/env") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "/usr/bin/mkdir", "-p", "/home/ezpad/.config/qtcurve") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/home/ezpad/.config/qtcurve") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "chown", "-R", "ezpad:users", "/home/ezpad") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("chown", "-R", "ezpad:users", "/home/ezpad") 
20:44:40 [6]: Target output:

20:44:40 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "setcap", "cap_net_raw=ep", "/usr/bin/ping") 
20:44:40 [6]: Finished. Exit code: 0 
20:44:40 [6]: Target cmd: ("setcap", "cap_net_raw=ep", "/usr/bin/ping") 
20:44:40 [6]: Target output:

20:44:45 [6]: Starting job "driver_cleanup" 
20:44:45 [6]: Job file "/usr/lib/calamares/modules/driver_cleanup/main.py" 
20:44:45 [6]: Job description from __doc__ "driver_cleanup" = "Clean up unused drivers" 
20:44:45 [6]: [PYTHON JOB]:  "  Driver: \"i915\"\n" 
20:44:45 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "xf86-video-nouveau") 
20:44:45 [6]: Finished. Exit code: 1 
20:44:45 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-nouveau") 
20:44:45 [6]: Target output:
error: target not found: xf86-video-nouveau
20:44:45 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu") 
20:44:45 [6]: Finished. Exit code: 0 
20:44:45 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-amdgpu") 
20:44:45 [6]: Target output:
checking dependencies...

Package (1)        Old Version  Net Change

xf86-video-amdgpu  19.0.1-1      -0.16 MiB

Total Removed Size:  0.16 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing xf86-video-amdgpu...
20:44:45 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "xf86-video-ati") 
20:44:45 [6]: Finished. Exit code: 0 
20:44:45 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-ati") 
20:44:45 [6]: Target output:
checking dependencies...

Package (1)     Old Version  Net Change

xf86-video-ati  19.0.1-1      -0.50 MiB

Total Removed Size:  0.50 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing xf86-video-ati...
20:44:45 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "xf86-video-vmware") 
20:44:45 [6]: Finished. Exit code: 0 
20:44:45 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-vmware") 
20:44:45 [6]: Target output:
checking dependencies...

Package (1)        Old Version  Net Change

xf86-video-vmware  13.3.0-5      -0.18 MiB

Total Removed Size:  0.18 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing xf86-video-vmware...
20:44:45 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom") 
20:44:46 [6]: Finished. Exit code: 0 
20:44:46 [6]: Target cmd: ("pacman", "-Rncs", "--noconfirm", "xf86-input-wacom") 
20:44:46 [6]: Target output:
checking dependencies...

Package (2)       Old Version  Net Change

wacomtablet       3.1.1-1       -2.53 MiB
xf86-input-wacom  0.36.1-2      -0.22 MiB

Total Removed Size:  2.75 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing wacomtablet...
removing xf86-input-wacom...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
20:44:46 [6]: Starting job "nonfree_drivers" 
20:44:46 [6]: Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py" 
20:44:46 [6]: Job description from __doc__ "nonfree_drivers" = "Setup graphics drivers and sound" 
20:44:46 [6]: Starting job "package_removal" 
20:44:46 [6]: Job file "/usr/lib/calamares/modules/package_removal/main.py" 
20:44:46 [6]: Job description from __doc__ "package_removal" = "Package removal module. Live only packages, surplus language packs" 
20:44:46 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup") 
20:44:46 [6]: Finished. Exit code: 0 
20:44:46 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup") 
20:44:46 [6]: Target output:
checking dependencies...

Package (4)      Old Version  Net Change

yaml-cpp         0.6.2-3       -0.57 MiB
calamares        3.2.9-2       -9.05 MiB
calamares-debug  3.2.9-2      -76.50 MiB
console-setup    1.187-1       -0.14 MiB

Total Removed Size:  86.26 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing console-setup...
removing calamares-debug...
removing calamares...
removing yaml-cpp...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
20:44:46 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-Rns", "--noconfirm", "welcome") 
20:44:47 [6]: Finished. Exit code: 0 
20:44:47 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "welcome") 
20:44:47 [6]: Target output:
checking dependencies...

Package (1)  Old Version  Net Change

welcome      6.8-1         -2.97 MiB

Total Removed Size:  2.97 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing welcome...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
20:44:47 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-Rns", "--noconfirm", "hardware-detection") 
20:44:47 [6]: Finished. Exit code: 0 
20:44:47 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "hardware-detection") 
20:44:47 [6]: Target output:
checking dependencies...

Package (4)         Old Version  Net Change

khd-nvidia          430.26-4       0.00 MiB
khd-nvidia-340xx    340.107-19     0.00 MiB
khd-nvidia-390xx    390.116-7      0.00 MiB
hardware-detection  20190515-1    -0.06 MiB

Total Removed Size:  0.07 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing hardware-detection...
removing khd-nvidia-390xx...
removing khd-nvidia-340xx...
removing khd-nvidia...
20:44:47 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "init-live") 
20:44:47 [6]: Finished. Exit code: 0 
20:44:47 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "init-live") 
20:44:47 [6]: Target output:
checking dependencies...

Package (1)  Old Version  Net Change

init-live    2017.03-2     -0.03 MiB

Total Removed Size:  0.03 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing init-live...
Disabling systemd service
Removed /etc/systemd/system/multi-user.target.wants/live.service.
20:44:47 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-Rncs", "--noconfirm", "grub") 
20:44:47 [6]: Finished. Exit code: 0 
20:44:47 [6]: Target cmd: ("pacman", "-Rncs", "--noconfirm", "grub") 
20:44:47 [6]: Target output:
checking dependencies...

Package (3)       Old Version  Net Change

grub-theme-midna  3.1-1         -0.76 MiB
grub2-editor      0.8.1-1       -0.82 MiB
grub              2.02-3       -27.44 MiB

Total Removed Size:  29.02 MiB

:: Do you want to remove these packages? [Y/n] 
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
removing grub2-editor...
removing grub-theme-midna...
removing grub...
20:44:47 [6]: Running "chroot" ("/tmp/calamares-root-llb04tl6", "pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules") 
20:44:52 [6]: Finished. Exit code: 0 
20:44:52 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules") 
20:44:52 [6]: Target output:
checking dependencies...

Package (2)               Old Version  Net Change

virtualbox-guest-modules  6.0.8-4       -0.77 MiB
virtualbox-guest-utils    6.0.8-1      -11.81 MiB

Total Removed Size:  12.59 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing virtualbox-guest-utils...
removing virtualbox-guest-modules...
Unloading modules:
20:44:52 [6]: Starting job "bootldr" 
20:44:52 [6]: Job file "/usr/lib/calamares/modules/bootldr/main.py" 
20:44:52 [6]: [PYTHON JOB]:  "df5957ad-33f6-4143-8a22-b36b415b92dd" 
20:44:52 [6]: [PYTHON JOB]:  "/dev/sda1" 
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
20:44:54 [6]: Starting job "gummi_entries" 
20:44:54 [6]: Job file "/usr/lib/calamares/modules/gummi_entries/main.py" 
20:44:54 [6]: Starting job "umount" 
20:44:54 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale") 
20:44:54 [6]:  ..  Found "en_US" in "/usr/share/locale/en_US" 
20:44:54 [6]: Job file "/usr/lib/calamares/modules/umount/main.py" 
20:44:54 [6]: Job description from pretty_name "umount" = "Unmount file systems." 

And here's the file I made under /boot/loader/entries/Ubuntu_Dingo.conf to get the entry into the loader:

## Please edit the paths and kernel parameters according to your system.

title   Ubuntu 19.04 Disco Dingo
linux   /vmlinuz-linux
initrd  /initramfs-linux.img
options quiet systemd.show_status=0 root=UUID=026c3fed-74f9-4575-9d88-31f80730fb57 rw

When I select that option it gives me:

ERROR: fsck failed on '/dev/sda6'
mount: /new_root: unknown filesytem type 'ext4'.
  • demm replied to this.

    Copy over Ubuntu's core.efi (/boot/grub/x86_64-efi/core.efi) to KaOS $esp.
    Good (not necessary but good) to rename it say, ubuntu.efi.

    Your entries conf for Ubuntu can be simply

    title   Ubuntu
    linux   /ubuntu.efi

    ps: there's no need to do anything with any kernel change in Ubuntu.

      pseudotheist The doc linked for you showed several options for using a pastebin service. But when adding code directly to this forum, please use code tags (enclose with 3 backticks ```), done for you this time. Otherwise it becomes quite unreadable.

      "```", got it (I tried highliting and using the {} button, but that didn't seem to do anything). As for the grub issue, after looking at my partitions again, I noticed that there was enough space in the leftover windows partitions to install another Ubuntu instance from USB and re-write the grub, which now boots both my KaOS & Ubuntu installations.

      Not what I'd consider an efficient solution, but I suppose problem solved? Now I can at least use this device while learning how to make a package to install the wifi driver in KaOS.

      Thanks!

      5 days later

      gohlip
      Wanted to circle back and say this also worked for me once i figured out $esp was referring to the mount point of the boot partition. Much more efficient than re-installing a third OS. Thanks!