Install 19.04 failed

Trying to install 19.04 to dual boot with windows on an old thinkpad t60 from a usb stick created using rufus. Getting the following error:

    Boost.Python error in job "unpackfs".
Command '['mount', '/cdrom/casper/filesystem.squashfs', '/tmp/tmpiypmy3ub/filesystem', '-t', 'squashfs', '-o', 'loop']' returned non-zero exit status 32.
None

Traceback:
File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 340, in run
    return unpackop.run()

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 201, in run
    self.mount_image(entry, imgmountdir)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 250, in mount_image
    "-o", "loop"

  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)

Any help is appreciated.

p.s. Saw a previous topic that might be similar. The solution was to boot in UEFI mode. However, don’t think my laptop support UEFI.

Output from parted:

lubuntu@lubuntu:~$ sudo parted -l
Model: ATA TOSHIBA MK1234GS (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system  Flags
 1      32.3kB  21.5GB  21.5GB  primary   ntfs         boot
 2      21.5GB  120GB   98.5GB  extended               lba
 5      21.5GB  70.9GB  49.4GB  logical   ntfs
 6      70.9GB  114GB   43.0GB  logical   ext4
 7      114GB   120GB   6190MB  logical   ext4


Model: Kingston DataTraveler 2.0 (scsi)
Disk /dev/sdb: 2064MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  2064MB  2063MB  primary  ntfs         boot


Model: Unknown (unknown)
Disk /dev/zram1: 784MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags: 

Number  Start  End    Size   File system     Flags
 1      0.00B  784MB  784MB  linux-swap(v1)


Model: Unknown (unknown)
Disk /dev/zram0: 784MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags: 

Number  Start  End    Size   File system     Flags
 1      0.00B  784MB  784MB  linux-swap(v1)

Output from sudo efibootmgr -v:

lubuntu@lubuntu:~$ sudo efibootmgr -v
EFI variables are not supported on this system.

I would scan dmesg for squashfs errors; though it’ll probably be quicker (esp. if you’ve rebooted) to just use the “Check disk for defects” option before install, to ensure your download & write-to-install-media was flawless.

It’s the option just below “Start Lubuntu” in the first picture on the installation page of the manual https://manual.lubuntu.me/1/1.3/installation.html

This may not be your issue, but it’s what I’d check first

Thx. Ran the check.

Check finished: no errors found.

What’s the whole $HOME/.cache/Calamares/session.log?

session log, part 1
    lubuntu@lubuntu:~$ cat $HOME/.cache/Calamares/session.log
    === START CALAMARES 3.2.4                                                                                            
    2019-08-18 - 00:06:53 [6]: Using Calamares QML directory "/usr/share/calamares/qml"                                  
    2019-08-18 - 00:06:53 [6]: Using Calamares settings file at "/etc/calamares/settings.conf"                           
    2019-08-18 - 00:06:53 [2]: WARNING: Required settings.conf key dont-chroot is missing.                               
    2019-08-18 - 00:06:53 [2]: WARNING: Required settings.conf key disable-cancel is missing.                            
    2019-08-18 - 00:06:53 [6]: Using Calamares branding file at "/etc/calamares/branding/lubuntu/branding.desc"          
    2019-08-18 - 00:06:53 [2]: WARNING: Branding module-setting *windowExpanding* interpreted as "normal"                
    2019-08-18 - 00:06:53 [6]: Loaded branding component "lubuntu"                                                       
    2019-08-18 - 00:06:53 [6]: STARTUP: initQmlPath, initSettings, initBranding done                                     
    2019-08-18 - 00:06:53 [6]: STARTUP: initModuleManager: module init started 
    2019-08-18 - 00:06:53 [6]: STARTUP: initModuleManager: all modules init done 
    2019-08-18 - 00:06:53 [6]: STARTUP: initJobQueue done 
    2019-08-18 - 00:06:53 [6]: Available desktop QSize(1280, 768) minimum size QSize(1024, 520) 
    2019-08-18 - 00:06:53 [6]:   Proposed window size: 1024 520 
    2019-08-18 - 00:06:53 [0]: Icon theme "breeze" not found.
    2019-08-18 - 00:06:53 [6]: STARTUP: CalamaresWindow created; loadModules started 
    2019-08-18 - 00:06:53 [6]: Loaded module configuration "/etc/calamares/modules/welcome.conf" 
    2019-08-18 - 00:06:53 [6]: Matching exact locale QLocale(C, Default, Default) 
    2019-08-18 - 00:06:53 [6]: Matching approximate locale QLocale::C 
    2019-08-18 - 00:06:53 [6]: Matching English (US) 
    2019-08-18 - 00:06:53 [6]:  .. Matched locale  "en_US" 
    2019-08-18 - 00:06:53 [6]: Looking for translations for "en_US" 
    2019-08-18 - 00:06:53 [6]:  .. Branding using default, system locale not found: "en_US" 
    2019-08-18 - 00:06:53 [6]:  .. Calamares using locale: "en_US" 
    2019-08-18 - 00:06:53 [6]: Welcome string false "Lubuntu" 
    2019-08-18 - 00:06:53 [0]:   OpenType support missing for "Ubuntu", script 11
    2019-08-18 - 00:06:53 [6]: ViewModule "welcome@welcome" loading complete. 
    2019-08-18 - 00:06:53 [6]: Loaded module configuration "/etc/calamares/modules/locale.conf" 
    2019-08-18 - 00:06:54 [6]: ViewModule "locale@locale" loading complete. 
    2019-08-18 - 00:06:55 [6]: ViewModule "keyboard@keyboard" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/partition.conf" 
    2019-08-18 - 00:06:55 [8]: Loaded backend plugin:  "pmlibpartedbackendplugin"
    2019-08-18 - 00:06:55 [6]: Setting firmwareType to "bios" 
    2019-08-18 - 00:06:55 [2]: WARNING: Partition-module setting *neverCreateSwap* is deprecated. 
    2019-08-18 - 00:06:55 [2]: WARNING: Partition-module setting *defaultFileSystemType* is missing, using ext4 
    2019-08-18 - 00:06:55 [6]: Partition-module setting *defaultFileSystemType* "ext4" 
    2019-08-18 - 00:06:55 [6]: ViewModule "partition@partition" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/users.conf" 
    2019-08-18 - 00:06:55 [6]: ViewModule "users@users" loading complete. 
    2019-08-18 - 00:06:55 [6]: ViewModule "summary@summary" loading complete. 
    2019-08-18 - 00:06:55 [6]: Module "partition@partition" already loaded. 
    2019-08-18 - 00:06:55 [6]: QML import paths: 
         "/usr/share/calamares/qml" 
         "/usr/bin" 
         "qrc:/qt-project.org/imports" 
         "/usr/lib/x86_64-linux-gnu/qt5/qml" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/mount.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/unpackfs.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/machineid.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/fstab.conf" 
    2019-08-18 - 00:06:55 [6]: Module "locale@locale" already loaded. 
    2019-08-18 - 00:06:55 [6]: Module "keyboard@keyboard" already loaded. 
    2019-08-18 - 00:06:55 [6]: Module "users@users" already loaded. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/displaymanager.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/grubcfg.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/before_bootloader_mkdirs_context.conf" 
    2019-08-18 - 00:06:55 [6]: CppJobModule "contextualprocess@before_bootloader_mkdirs" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/before_bootloader_context.conf" 
    2019-08-18 - 00:06:55 [6]: CppJobModule "contextualprocess@before_bootloader" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/bootloader.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/after_bootloader_context.conf" 
    2019-08-18 - 00:06:55 [6]: CppJobModule "contextualprocess@after_bootloader" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/automirror.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/packages.conf" 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/shellprocess_logs.conf" 
    2019-08-18 - 00:06:55 [6]: CppJobModule "shellprocess@logs" loading complete. 
    2019-08-18 - 00:06:55 [6]: Loaded module configuration "/etc/calamares/modules/finished.conf" 
    2019-08-18 - 00:06:55 [6]: ViewModule "finished@finished" loading complete. 
    2019-08-18 - 00:06:55 [6]: STARTUP: loadModules for all modules done 
    2019-08-18 - 00:06:55 [6]: STARTUP: Window now visible and ProgressTreeView populated 
    2019-08-18 - 00:06:55 [6]: Need at least storage bytes: 8589934592 
    2019-08-18 - 00:06:56 [6]: Need at least ram bytes: 536870912 
    2019-08-18 - 00:06:56 [6]: A battery exists, checking for mains power. 
    2019-08-18 - 00:06:56 [6]: RequirementsChecker output: 
         enoughStorage :   true 
         enoughRam :   true 
         hasPower :   false 
         hasInternet :   false 
         isRoot :   true 
    2019-08-18 - 00:06:56 [6]: xkbmap selection changed to:  "us" - "" 
    2019-08-17 - 20:07:12 [0]: blkid: unknown file system type  ""  on  "/dev/sda2"
    2019-08-17 - 20:07:17 [8]: getting smart status failed for  "/dev/sdb" :  Operation not supported
    2019-08-17 - 20:07:17 [8]: getting smart status failed for  "/dev/zram0" :  Operation not supported
    2019-08-17 - 20:07:17 [8]: getting smart status failed for  "/dev/zram1" :  Operation not supported
    2019-08-17 - 20:07:18 [6]: Removing unsuitable devices: 4 candidates. 
    2019-08-17 - 20:07:18 [6]:   .. Removing zram "/dev/zram0" 
    2019-08-17 - 20:07:18 [6]:   .. Removing zram "/dev/zram1" 
    2019-08-17 - 20:07:18 [6]: LIST OF DETECTED DEVICES: 
    2019-08-17 - 20:07:18 [6]: node capacity        name    prettyName 
    2019-08-17 - 20:07:18 [6]: "/dev/sda" 120031511040 "ATA TOSHIBA MK1234GS" "ATA TOSHIBA MK1234GS – 111.79 GiB (/dev/sda)" 
    2019-08-17 - 20:07:18 [6]: "/dev/sdb" 2056320000 "Kingston DataTraveler 2.0" "Kingston DataTraveler 2.0 – 1.92 GiB (/dev/sdb)" 
    2019-08-17 - 20:07:18 [6]: .. 2 devices detected. 
    2019-08-17 - 20:07:24 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda1") 
    2019-08-17 - 20:07:24 [6]: Finished. Exit code: 0 
    2019-08-17 - 20:07:24 [6]: Checking device "/dev/sda1" for fstab (fs= "ntfs" ) 
    2019-08-17 - 20:07:24 [6]:   .. reading "/tmp/Calamares-iXwbzh/etc/fstab" 
    2019-08-17 - 20:07:24 [2]: WARNING: Could not read fstab from mounted fs 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 20:07:24 [6]:   .. found Partition* for "/dev/sda1" 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 1415311872 "(1GB)" for "/dev/sda1"    length: 41957937    sectorsUsed: 39193656    fsType: "ntfs" 
    2019-08-17 - 20:07:24 [6]: os-prober lines after cleanup: 
         "/dev/sda1:Windows 8:Windows:chain" 
    2019-08-17 - 20:07:24 [6]: Updating partitioning state widgets. 
    2019-08-17 - 20:07:24 [6]: Setting up actions for "/dev/sda" with 1 entries. 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 1415311872 "(1GB)" for "/dev/sda1"    length: 41957937    sectorsUsed: 39193656    fsType: "ntfs" 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 20:07:24 [6]: Storage capacity  B: 21482463744 "(20GB)" for "/dev/sda1"    length: 41957937 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda1" authorized for replace install. 
    2019-08-17 - 20:07:24 [6]: .. contains replacable "/dev/sda1" 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda2" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 2129408 "(0GB)" for "/dev/sda2"    length: 192477600    sectorsUsed: 192473441    fsType: "extended" 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 20:07:24 [6]: Storage capacity  B: 98548531200 "(91GB)" for "/dev/sda2"    length: 192477600 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda2" authorized for replace install. 
    2019-08-17 - 20:07:24 [6]: .. contains replacable "/dev/sda2" 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda5" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 30409556480 "(28GB)" for "/dev/sda5"    length: 96495777    sectorsUsed: 37102112    fsType: "ntfs" 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda5" authorized for resize + autopartition install. 
    2019-08-17 - 20:07:24 [6]: .. contains resizable "/dev/sda5" 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 20:07:24 [6]: Storage capacity  B: 49405837824 "(46GB)" for "/dev/sda5"    length: 96495777 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda5" authorized for replace install. 
    2019-08-17 - 20:07:24 [6]: .. contains replacable "/dev/sda5" 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda6" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 41956163584 "(39GB)" for "/dev/sda6"    length: 83887280    sectorsUsed: 1941648    fsType: "ext4" 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda6" authorized for resize + autopartition install. 
    2019-08-17 - 20:07:24 [6]: .. contains resizable "/dev/sda6" 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 20:07:24 [6]: Storage capacity  B: 42950287360 "(40GB)" for "/dev/sda6"    length: 83887280 
    2019-08-17 - 20:07:24 [6]: Partition "/dev/sda6" authorized for replace install. 
    2019-08-17 - 20:07:24 [6]: .. contains replacable "/dev/sda6" 
    2019-08-17 - 20:07:24 [6]: Checking if "/dev/sda7" can be resized. 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 20:07:24 [6]: Available storage B: 6001709056 "(5GB)" for "/dev/sda7"    length: 12090384    sectorsUsed: 368296    fsType: "ext4" 
    2019-08-17 - 20:07:24 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 20:07:24 [6]: Storage capacity  B: 6190276608 "(5GB)" for "/dev/sda7"    length: 12090384 
    2019-08-17 - 20:07:24 [6]: Setting texts for 1 non-empty osprober entry 
    2019-08-17 - 20:07:24 [6]: Updating partitioning preview widgets. 
    2019-08-17 - 00:08:41 [8]: Shutting down Calamares... 
    2019-08-17 - 00:08:41 [8]: Finished shutdown. 



    === START CALAMARES 3.2.4
    2019-08-17 - 00:08:43 [6]: Using Calamares QML directory "/usr/share/calamares/qml" 
    2019-08-17 - 00:08:43 [6]: Using Calamares settings file at "/etc/calamares/settings.conf" 
    2019-08-17 - 00:08:43 [2]: WARNING: Required settings.conf key dont-chroot is missing. 
    2019-08-17 - 00:08:43 [2]: WARNING: Required settings.conf key disable-cancel is missing. 
    2019-08-17 - 00:08:43 [6]: Using Calamares branding file at "/etc/calamares/branding/lubuntu/branding.desc" 
    2019-08-17 - 00:08:43 [2]: WARNING: Branding module-setting *windowExpanding* interpreted as "normal" 
    2019-08-17 - 00:08:43 [6]: Loaded branding component "lubuntu" 
    2019-08-17 - 00:08:43 [6]: STARTUP: initQmlPath, initSettings, initBranding done 
    2019-08-17 - 00:08:43 [6]: STARTUP: initModuleManager: module init started 
    2019-08-17 - 00:08:43 [6]: STARTUP: initModuleManager: all modules init done 
    2019-08-17 - 00:08:43 [6]: STARTUP: initJobQueue done 
    2019-08-17 - 00:08:43 [6]: Available desktop QSize(1280, 768) minimum size QSize(1024, 520) 
    2019-08-17 - 00:08:43 [6]:   Proposed window size: 1024 520 
    2019-08-17 - 00:08:43 [0]: Icon theme "breeze" not found.
    2019-08-17 - 00:08:43 [6]: STARTUP: CalamaresWindow created; loadModules started 
    2019-08-17 - 00:08:43 [6]: Loaded module configuration "/etc/calamares/modules/welcome.conf" 
    2019-08-17 - 00:08:43 [6]: Matching exact locale QLocale(C, Default, Default) 
    2019-08-17 - 00:08:43 [6]: Matching approximate locale QLocale::C 
    2019-08-17 - 00:08:43 [6]: Matching English (US) 
    2019-08-17 - 00:08:43 [6]:  .. Matched locale  "en_US" 
    2019-08-17 - 00:08:43 [6]: Looking for translations for "en_US" 
    2019-08-17 - 00:08:43 [6]:  .. Branding using default, system locale not found: "en_US" 
    2019-08-17 - 00:08:43 [6]:  .. Calamares using locale: "en_US" 
    2019-08-17 - 00:08:43 [6]: Welcome string false "Lubuntu" 
    2019-08-17 - 00:08:43 [0]:   OpenType support missing for "Ubuntu", script 11
    2019-08-17 - 00:08:43 [6]: ViewModule "welcome@welcome" loading complete. 
    2019-08-17 - 00:08:43 [6]: Loaded module configuration "/etc/calamares/modules/locale.conf" 
    2019-08-17 - 00:08:44 [6]: ViewModule "locale@locale" loading complete. 
    2019-08-17 - 00:08:45 [6]: ViewModule "keyboard@keyboard" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/partition.conf" 
    2019-08-17 - 00:08:45 [8]: Loaded backend plugin:  "pmlibpartedbackendplugin"
    2019-08-17 - 00:08:45 [6]: Setting firmwareType to "bios" 
    2019-08-17 - 00:08:45 [2]: WARNING: Partition-module setting *neverCreateSwap* is deprecated. 
    2019-08-17 - 00:08:45 [2]: WARNING: Partition-module setting *defaultFileSystemType* is missing, using ext4 
    2019-08-17 - 00:08:45 [6]: Partition-module setting *defaultFileSystemType* "ext4" 
    2019-08-17 - 00:08:45 [6]: ViewModule "partition@partition" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/users.conf" 
    2019-08-17 - 00:08:45 [6]: ViewModule "users@users" loading complete. 
    2019-08-17 - 00:08:45 [6]: ViewModule "summary@summary" loading complete. 
    2019-08-17 - 00:08:45 [6]: Module "partition@partition" already loaded. 
    2019-08-17 - 00:08:45 [6]: QML import paths: 
         "/usr/share/calamares/qml" 
         "/usr/bin" 
         "qrc:/qt-project.org/imports" 
         "/usr/lib/x86_64-linux-gnu/qt5/qml" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/mount.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/unpackfs.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/machineid.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/fstab.conf" 
    2019-08-17 - 00:08:45 [6]: Module "locale@locale" already loaded. 
    2019-08-17 - 00:08:45 [6]: Module "keyboard@keyboard" already loaded. 
    2019-08-17 - 00:08:45 [6]: Module "users@users" already loaded. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/displaymanager.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/grubcfg.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/before_bootloader_mkdirs_context.conf" 
    2019-08-17 - 00:08:45 [6]: CppJobModule "contextualprocess@before_bootloader_mkdirs" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/before_bootloader_context.conf" 
    2019-08-17 - 00:08:45 [6]: CppJobModule "contextualprocess@before_bootloader" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/bootloader.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/after_bootloader_context.conf" 
    2019-08-17 - 00:08:45 [6]: CppJobModule "contextualprocess@after_bootloader" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/automirror.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/packages.conf" 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/shellprocess_logs.conf" 
    2019-08-17 - 00:08:45 [6]: CppJobModule "shellprocess@logs" loading complete. 
    2019-08-17 - 00:08:45 [6]: Loaded module configuration "/etc/calamares/modules/finished.conf" 
    2019-08-17 - 00:08:45 [6]: ViewModule "finished@finished" loading complete. 
    2019-08-17 - 00:08:45 [6]: STARTUP: loadModules for all modules done 
    2019-08-17 - 00:08:45 [6]: STARTUP: Window now visible and ProgressTreeView populated 
    2019-08-17 - 00:08:45 [6]: Need at least storage bytes: 8589934592 
    2019-08-17 - 00:08:46 [6]: Need at least ram bytes: 536870912 
    2019-08-17 - 00:08:46 [6]: A battery exists, checking for mains power. 
    2019-08-17 - 00:08:46 [6]: RequirementsChecker output: 
         enoughStorage :   true 
         enoughRam :   true 
         hasPower :   false 
         hasInternet :   true 
         isRoot :   true 
    2019-08-17 - 00:08:46 [6]: xkbmap selection changed to:  "us" - "" 
    2019-08-17 - 00:08:47 [6]: Fetching GeoIP data from "https://ipapi.co/json" 
    2019-08-17 - 00:08:48 [6]: GeoIP reporting "America/Toronto" 
    2019-08-17 - 00:08:50 [6]: Got locale language "en_CA.UTF-8" 
    2019-08-17 - 00:08:50 [6]:  .. special case language "en_CA" becomes "eng_CA" 
    2019-08-17 - 00:08:50 [6]:  .. extracted country "Default" :: ("eng", "CA") 
    2019-08-17 - 00:08:50 [6]:    .. looking for locale part "CA" 
    2019-08-17 - 00:08:50 [6]:    .. matched "ca" 
    2019-08-17 - 00:08:51 [6]: Next level: "eng" 
    2019-08-17 - 00:08:51 [6]:  .. matched variant "eng"   "English (Canada)" 
    2019-08-17 - 00:08:51 [6]: xkbmap selection changed to:  "ca" - "eng" 
    2019-08-17 - 00:08:56 [6]: xkbmap selection changed to:  "us" - "" 
    2019-08-17 - 00:09:04 [0]: blkid: unknown file system type  ""  on  "/dev/sda2"
    2019-08-17 - 00:09:09 [8]: getting smart status failed for  "/dev/sdb" :  Operation not supported
    2019-08-17 - 00:09:09 [8]: getting smart status failed for  "/dev/zram0" :  Operation not supported
    2019-08-17 - 00:09:09 [8]: getting smart status failed for  "/dev/zram1" :  Operation not supported
    2019-08-17 - 00:09:10 [6]: Removing unsuitable devices: 4 candidates. 
    2019-08-17 - 00:09:10 [6]:   .. Removing zram "/dev/zram0" 
    2019-08-17 - 00:09:10 [6]:   .. Removing zram "/dev/zram1" 
    2019-08-17 - 00:09:10 [6]: LIST OF DETECTED DEVICES: 
    2019-08-17 - 00:09:10 [6]: node capacity        name    prettyName 
    2019-08-17 - 00:09:10 [6]: "/dev/sda" 120031511040 "ATA TOSHIBA MK1234GS" "ATA TOSHIBA MK1234GS – 111.79 GiB (/dev/sda)" 
    2019-08-17 - 00:09:10 [6]: "/dev/sdb" 2056320000 "Kingston DataTraveler 2.0" "Kingston DataTraveler 2.0 – 1.92 GiB (/dev/sdb)" 
    2019-08-17 - 00:09:10 [6]: .. 2 devices detected. 
    2019-08-17 - 00:09:15 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda1") 
    2019-08-17 - 00:09:15 [6]: Finished. Exit code: 0 
    2019-08-17 - 00:09:15 [6]: Checking device "/dev/sda1" for fstab (fs= "ntfs" ) 
    2019-08-17 - 00:09:15 [6]:   .. reading "/tmp/Calamares-GNDTYo/etc/fstab" 
    2019-08-17 - 00:09:15 [2]: WARNING: Could not read fstab from mounted fs 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 00:09:15 [6]:   .. found Partition* for "/dev/sda1" 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 1415311872 "(1GB)" for "/dev/sda1"    length: 41957937    sectorsUsed: 39193656    fsType: "ntfs" 
    2019-08-17 - 00:09:15 [6]: os-prober lines after cleanup: 
         "/dev/sda1:Windows 8:Windows:chain" 
    2019-08-17 - 00:09:15 [6]: Updating partitioning state widgets. 
    2019-08-17 - 00:09:15 [6]: Setting up actions for "/dev/sda" with 1 entries. 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda1" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 1415311872 "(1GB)" for "/dev/sda1"    length: 41957937    sectorsUsed: 39193656    fsType: "ntfs" 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 00:09:15 [6]: Storage capacity  B: 21482463744 "(20GB)" for "/dev/sda1"    length: 41957937 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda1" authorized for replace install. 
    2019-08-17 - 00:09:15 [6]: .. contains replacable "/dev/sda1" 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda2" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 2129408 "(0GB)" for "/dev/sda2"    length: 192477600    sectorsUsed: 192473441    fsType: "extended" 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 00:09:15 [6]: Storage capacity  B: 98548531200 "(91GB)" for "/dev/sda2"    length: 192477600 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda2" authorized for replace install. 
    2019-08-17 - 00:09:15 [6]: .. contains replacable "/dev/sda2" 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda5" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 30409556480 "(28GB)" for "/dev/sda5"    length: 96495777    sectorsUsed: 37102112    fsType: "ntfs" 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda5" authorized for resize + autopartition install. 
    2019-08-17 - 00:09:15 [6]: .. contains resizable "/dev/sda5" 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 00:09:15 [6]: Storage capacity  B: 49405837824 "(46GB)" for "/dev/sda5"    length: 96495777 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda5" authorized for replace install. 
    2019-08-17 - 00:09:15 [6]: .. contains replacable "/dev/sda5" 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda6" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 41956163584 "(39GB)" for "/dev/sda6"    length: 83887280    sectorsUsed: 1941648    fsType: "ext4" 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda6" authorized for resize + autopartition install. 
    2019-08-17 - 00:09:15 [6]: .. contains resizable "/dev/sda6" 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 00:09:15 [6]: Storage capacity  B: 42950287360 "(40GB)" for "/dev/sda6"    length: 83887280 
    2019-08-17 - 00:09:15 [6]: Partition "/dev/sda6" authorized for replace install. 
    2019-08-17 - 00:09:15 [6]: .. contains replacable "/dev/sda6" 
    2019-08-17 - 00:09:15 [6]: Checking if "/dev/sda7" can be resized. 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 11274289152 "(10.5GB)" 
    2019-08-17 - 00:09:15 [6]: Available storage B: 6001709056 "(5GB)" for "/dev/sda7"    length: 12090384    sectorsUsed: 368296    fsType: "ext4" 
    2019-08-17 - 00:09:15 [6]: Required  storage B: 9126805504 "(8GB)" 
    2019-08-17 - 00:09:15 [6]: Storage capacity  B: 6190276608 "(5GB)" for "/dev/sda7"    length: 12090384 
    2019-08-17 - 00:09:15 [6]: Setting texts for 1 non-empty osprober entry 
    2019-08-17 - 00:09:15 [6]: Updating partitioning preview widgets. 
    2019-08-17 - 00:09:20 [6]: Updating partitioning preview widgets. 
    2019-08-17 - 00:09:21 [6]: Choice applied:  4 
    2019-08-17 - 00:09:31 [6]: old boundaries: 138455888 222343167 83887280 
    2019-08-17 - 00:09:31 [6]: new boundaries: 138455888 222343167 
    2019-08-17 - 00:09:31 [6]: dirty status: false 
    2019-08-17 - 00:09:31 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
    2019-08-17 - 00:09:31 [6]: PCM::setBootLoaderInstallPath "/dev/sda" 
    2019-08-17 - 00:09:46 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
    2019-08-17 - 00:09:46 [6]: PCM::setBootLoaderInstallPath "/dev/sda" 
    2019-08-17 - 00:09:48 [6]: Checking MSDOS partition 2 primaries, max 4 
    2019-08-17 - 00:09:54 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
    2019-08-17 - 00:09:54 [6]: PCM::setBootLoaderInstallPath "/dev/sda" 
    2019-08-17 - 00:10:08 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
    2019-08-17 - 00:10:08 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
    2019-08-17 - 00:10:08 [6]: Gathering UUIDs for partitions that exist now. 
    2019-08-17 - 00:10:08 [6]: .. added path= "/dev/sda1" UUID= "4CE86506E864EF9E" 
    2019-08-17 - 00:10:08 [6]: .. added path= "/dev/sda2" UUID= "" 
    2019-08-17 - 00:10:08 [6]: .. added path= "/dev/sda5" UUID= "00087327000915EC" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sda6" UUID= "82ae5624-c95e-42b9-851b-747f4306cde6" 
    2019-08-17 - 00:10:09 [6]: .. added path= "" UUID= "" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sdb1" UUID= "BC4640C8464084DC" 
    2019-08-17 - 00:10:09 [6]: Writing to GlobalStorage["partitions"] 
    2019-08-17 - 00:10:09 [6]: .. partitions on "/dev/sda" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda1" "/dev/sda1" 
         mtpoint: :   "" 
         fs: :   "ntfs" 
         fsname :   "ntfs" 
         uuid :   "4CE86506E864EF9E" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda2" "/dev/sda2" 
         mtpoint: :   "" 
         fs: :   "extended" 
         fsname :   "extended" 
         uuid :   "" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda5" "/dev/sda5" 
         mtpoint: :   "" 
         fs: :   "ntfs" 
         fsname :   "ntfs" 
         uuid :   "00087327000915EC" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda6" "/dev/sda6" 
         mtpoint: :   "/" 
         fs: :   "ext4" 
         fsname :   "ext4" 
         uuid :   "82ae5624-c95e-42b9-851b-747f4306cde6" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "" "New Partition" 
         mtpoint: :   "" 
         fs: :   "ext4" 
         fsname :   "ext4" 
         uuid :   "" 
    2019-08-17 - 00:10:09 [6]: .. partitions on "/dev/sdb" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sdb1" "/dev/sdb1" 
         mtpoint: :   "" 
         fs: :   "ntfs" 
         fsname :   "ntfs" 
         uuid :   "BC4640C8464084DC" 
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "4CE86506E864EF9E") "/dev/sda1" "" "ntfs"
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "") "/dev/sda2" "" "extended"
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "00087327000915EC") "/dev/sda5" "" "ntfs"
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "82ae5624-c95e-42b9-851b-747f4306cde6") "/dev/sda6" "/" "ext4"
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "") "" "" "ext4"
    2019-08-17 - 00:10:09 [8]: QVariant(QString, "BC4640C8464084DC") "/dev/sdb1" "" "ntfs"
    2019-08-17 - 00:10:09 [6]: Gathering UUIDs for partitions that exist now. 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sda1" UUID= "4CE86506E864EF9E" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sda2" UUID= "" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sda5" UUID= "00087327000915EC" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sda6" UUID= "82ae5624-c95e-42b9-851b-747f4306cde6" 
    2019-08-17 - 00:10:09 [6]: .. added path= "" UUID= "" 
    2019-08-17 - 00:10:09 [6]: .. added path= "/dev/sdb1" UUID= "BC4640C8464084DC" 
    2019-08-17 - 00:10:09 [6]: Writing to GlobalStorage["partitions"] 
    2019-08-17 - 00:10:09 [6]: .. partitions on "/dev/sda" 
    2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda1" "/dev/sda1" 
         mtpoint: :   "" 
         fs: :   "ntfs" 
         fsname :   "ntfs" 
         uuid :   "4CE86506E864EF9E"
session.log, part 2
2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda2" "/dev/sda2" 
 mtpoint: :   "" 
 fs: :   "extended" 
 fsname :   "extended" 
 uuid :   "" 
2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda5" "/dev/sda5" 
 mtpoint: :   "" 
 fs: :   "ntfs" 
 fsname :   "ntfs" 
 uuid :   "00087327000915EC" 
2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sda6" "/dev/sda6" 
 mtpoint: :   "/" 
 fs: :   "ext4" 
 fsname :   "ext4" 
 uuid :   "82ae5624-c95e-42b9-851b-747f4306cde6" 
2019-08-17 - 00:10:09 [6]:   .. mapping for "" "New Partition" 
 mtpoint: :   "" 
 fs: :   "ext4" 
 fsname :   "ext4" 
 uuid :   "" 
2019-08-17 - 00:10:09 [6]: .. partitions on "/dev/sdb" 
2019-08-17 - 00:10:09 [6]:   .. mapping for "/dev/sdb1" "/dev/sdb1" 
 mtpoint: :   "" 
 fs: :   "ntfs" 
 fsname :   "ntfs" 
 uuid :   "BC4640C8464084DC" 
2019-08-17 - 00:10:09 [8]: QVariant(QString, "4CE86506E864EF9E") "/dev/sda1" "" "ntfs"
2019-08-17 - 00:10:09 [8]: QVariant(QString, "") "/dev/sda2" "" "extended"
2019-08-17 - 00:10:09 [8]: QVariant(QString, "00087327000915EC") "/dev/sda5" "" "ntfs"
2019-08-17 - 00:10:09 [8]: QVariant(QString, "82ae5624-c95e-42b9-851b-747f4306cde6") "/dev/sda6" "/" "ext4"
2019-08-17 - 00:10:09 [8]: QVariant(QString, "") "" "" "ext4"
2019-08-17 - 00:10:09 [8]: QVariant(QString, "BC4640C8464084DC") "/dev/sdb1" "" "ntfs"
2019-08-17 - 00:10:09 [6]: Summary widget is larger than viewport, enlarge by 119 to QSize(822, 588) 
2019-08-17 - 00:10:17 [6]: Starting job "Clear all temporary mounts." 
2019-08-17 - 00:10:17 [6]: Opened mtab. Lines: 
2019-08-17 - 00:10:17 [6]: "sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "udev /dev devtmpfs rw,nosuid,relatime,size=1505296k,nr_inodes=376324,mode=755 0 0" 
2019-08-17 - 00:10:17 [6]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=306040k,mode=755 0 0" 
2019-08-17 - 00:10:17 [6]: "/dev/sdb1 /cdrom fuseblk rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0" 
2019-08-17 - 00:10:17 [6]: "/dev/loop0 /rofs squashfs ro,noatime 0 0" 
2019-08-17 - 00:10:17 [6]: "/cow / overlay rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work 0 0" 
2019-08-17 - 00:10:17 [6]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0" 
2019-08-17 - 00:10:17 [6]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0" 
2019-08-17 - 00:10:17 [6]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0" 
2019-08-17 - 00:10:17 [6]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15023 0 0" 
2019-08-17 - 00:10:17 [6]: "debugfs /sys/kernel/debug debugfs rw,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0" 
2019-08-17 - 00:10:17 [6]: "mqueue /dev/mqueue mqueue rw,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "configfs /sys/kernel/config configfs rw,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0" 
2019-08-17 - 00:10:17 [6]: "tmpfs /run/user/999 tmpfs rw,nosuid,nodev,relatime,size=306036k,mode=700,uid=999,gid=999 0 0" 
2019-08-17 - 00:10:17 [6]: "gvfsd-fuse /run/user/999/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=999,group_id=999 0 0" 
2019-08-17 - 00:10:17 [6]: ClearTempMountsJob finished. Here's what was done:
 "" 
2019-08-17 - 00:10:17 [6]: Starting job "Clear mounts for partitioning operations on /dev/sda" 
2019-08-17 - 00:10:17 [6]: ClearMountsJob finished. Here's what was done:
 "" 
2019-08-17 - 00:10:17 [6]: Starting job "Delete partition /dev/sda7." 
2019-08-17 - 00:10:27 [6]: Starting job "Create new 5903MB partition on /dev/sda (ATA TOSHIBA MK1234GS) with file system ext4." 
2019-08-17 - 00:10:43 [6]: Starting job "Set flags on partition /dev/sda7." 
2019-08-17 - 00:10:43 [6]: Setting flags on "/dev/sda" partition "/dev/sda7" to QFlags<>() 
2019-08-17 - 00:10:50 [6]: Starting job "Set partition information" 
2019-08-17 - 00:10:50 [6]: Gathering UUIDs for partitions that exist now. 
2019-08-17 - 00:10:50 [6]: .. added path= "/dev/sda1" UUID= "4CE86506E864EF9E" 
2019-08-17 - 00:10:51 [6]: .. added path= "/dev/sda2" UUID= "" 
2019-08-17 - 00:10:51 [6]: .. added path= "/dev/sda5" UUID= "00087327000915EC" 
2019-08-17 - 00:10:51 [6]: .. added path= "/dev/sda6" UUID= "82ae5624-c95e-42b9-851b-747f4306cde6" 
2019-08-17 - 00:10:51 [6]: .. added path= "/dev/sda7" UUID= "bfe6e142-cf92-465d-a29b-d6ca6a07a5b4" 
2019-08-17 - 00:10:51 [6]: .. added path= "/dev/sdb1" UUID= "BC4640C8464084DC" 
2019-08-17 - 00:10:51 [6]: Writing to GlobalStorage["partitions"] 
2019-08-17 - 00:10:51 [6]: .. partitions on "/dev/sda" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sda1" "/dev/sda1" 
 mtpoint: :   "" 
 fs: :   "ntfs" 
 fsname :   "ntfs" 
 uuid :   "4CE86506E864EF9E" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sda2" "/dev/sda2" 
 mtpoint: :   "" 
 fs: :   "extended" 
 fsname :   "extended" 
 uuid :   "" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sda5" "/dev/sda5" 
 mtpoint: :   "" 
 fs: :   "ntfs" 
 fsname :   "ntfs" 
 uuid :   "00087327000915EC" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sda6" "/dev/sda6" 
 mtpoint: :   "/" 
 fs: :   "ext4" 
 fsname :   "ext4" 
 uuid :   "82ae5624-c95e-42b9-851b-747f4306cde6" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sda7" "/dev/sda7" 
 mtpoint: :   "" 
 fs: :   "ext4" 
 fsname :   "ext4" 
 uuid :   "bfe6e142-cf92-465d-a29b-d6ca6a07a5b4" 
2019-08-17 - 00:10:51 [6]: .. partitions on "/dev/sdb" 
2019-08-17 - 00:10:51 [6]:   .. mapping for "/dev/sdb1" "/dev/sdb1" 
 mtpoint: :   "" 
 fs: :   "ntfs" 
 fsname :   "ntfs" 
 uuid :   "BC4640C8464084DC" 
2019-08-17 - 00:10:51 [6]: FillGlobalStorageJob writing bootLoader path: QVariant(QVariantMap, QMap(("installPath", QVariant(QString, "/dev/sda")))) 
2019-08-17 - 00:10:51 [6]: Starting job "mount" 
2019-08-17 - 00:10:51 [6]: Job file "/usr/lib/x86_64-linux-gnu/calamares/modules/mount/main.py" 
2019-08-17 - 00:10:51 [6]: Job description from __doc__ "mount" = "Define mountpoints." 
2019-08-17 - 00:10:52 [6]: Starting job "unpackfs" 
2019-08-17 - 00:10:52 [6]: Determining gettext path from ("/home/lubuntu", "/usr/bin", "/usr/share/locale") 
2019-08-17 - 00:10:52 [6]:  .. Found "en_CA" in "/usr/share/locale/en_CA" 
2019-08-17 - 00:10:52 [6]: Job file "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py" 
2019-08-17 - 00:10:52 [6]: Job description from pretty_name "unpackfs" = "Installing filesystems." 
2019-08-17 - 00:10:52 [6]: Python Error:
 <class 'subprocess.CalledProcessError'> 
 None 
 File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 340, in run
return unpackop.run()

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 201, in run
self.mount_image(entry, imgmountdir)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py", line 250, in mount_image
"-o", "loop"

  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd) 
 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "machineid" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "fstab" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Set timezone to America/Toronto" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Set keyboard model to pc105, layout to us-" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "localecfg" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "luksbootkeyfile" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Create user liul" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Set password for user liul" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Set password for user root" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Set hostname T60" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "displaymanager" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "networkcfg" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "hwclock" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "initramfscfg" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "initramfs" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "grubcfg" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Contextual Processes Job" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Contextual Processes Job" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "bootloader" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Contextual Processes Job" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "automirror" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "packages" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "Shell Processes Job" 
2019-08-17 - 00:10:52 [6]: Skipping non-emergency job "umount" 
2019-08-17 - 00:10:52 [1]: ERROR: Installation failed: 
2019-08-17 - 00:10:52 [6]: - message: "Boost.Python error in job \"unpackfs\"." 
2019-08-17 - 00:10:52 [6]: - details: "<div><strong>Command '['mount', '/cdrom/casper/filesystem.squashfs', '/tmp/tmptxkla3vi/filesystem', '-t', 'squashfs', '-o', 'loop']' returned non-zero exit status 32.</strong></div><div>None</div><div><br/>Traceback:</div><div><pre>File &quot;/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 340, in run\n    return unpackop.run()\n\n  File &quot;/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 201, in run\n    self.mount_image(entry, imgmountdir)\n\n  File &quot;/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 250, in mount_image\n    &quot;-o&quot;, &quot;loop&quot;\n\n  File &quot;/usr/lib/python3.7/subprocess.py&quot;, line 347, in check_call\n    raise CalledProcessError(retcode, cmd)</pre></div>" 
2019-08-17 - 00:10:52 [6]: Calamares will quit when the dialog closes. 
2019-08-17 - 00:10:52 [6]: FinishedPage::setUpRestart()

Each installation, I set sda6 as / and delete and recreate sda7 to be swap.

Early on there’s a complaint about a mounted partition:

   2019-08-17 - 00:09:15 [6]: Checking device "/dev/sda1" for fstab (fs= "ntfs" ) 
    2019-08-17 - 00:09:15 [6]:   .. reading "/tmp/Calamares-GNDTYo/etc/fstab" 
    2019-08-17 - 00:09:15 [2]: WARNING: Could not read fstab from mounted fs 

Core Ubuntu sometimes automounts things. Unmount it and try again and see if that doesn’t fix it.

/dev/sda1 is not mounted. /tmp/Calamares-GNDTYo does not exists. Here is my whole mount output, not sure which one needs to be umounted.

lubuntu@lubuntu:/etc$ sudo mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1505996k,nr_inodes=376499,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=306180k,mode=755)
/dev/sdb1 on /cdrom type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15161)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=306176k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)

Tried umounting /dev/loop0, didn’t help.

Trying the command manually got the following error:

lubuntu@lubuntu:/var/log$ sudo mount /cdrom/casper/filesystem.squashfs ~/test -t squashfs -o loop
mount: /home/lubuntu/test: /dev/loop0 already mounted or mount point busy.

I have already umounted /dev/loop0, so not sure why it wouldn’t work.

installing 18.10 hit the same problem. 18.04 installed fine.

Well 18.04 is a different installer. 18.10 is no longer supported so don’t bother with that. Have you tried 19.10?

Also am I reading correctly that /dev/sda6 (your /) is 10.5GB?

It’s 40GB. No, I haven’t tried 19.10. Didn’t even know it was released. :blush:

Upgraded 18.04 to 19.04. Took quite a while, but seem to work fine.

19.10 is not released yet, but you can always try development versions. I’m curious if newer versions of Calamares don’t somehow fix this. I’m a little befuddled.

The upgrade is going to be weird because you’re going to have half LXDE/half LXQt. It’s not supported by us.

Just a thought @wxl: would a ‘manual-partitioning’ install of Lubuntu 19.04 over what @wgemini now has be worth it? I would expect it would have a pretty good chance of success, and may satisfy the support issue you raised?

It would certainly be a big improvement!

Worth a try, but I doubt it would be any different since I was using manual partitioning before with the exact same partition configuration.

BTW, I hit the exact same error when trying to install 19.04 on my desktop (even older). It seems the new installer has some issue with really old hardware/bios.

So far, the 19.04 is running fairly well though. For the desktop, I think I will stick with 18.04 for now as it only has 1GB of memory.

The reason why manual partitioning would work better as an upgrade is because you wouldn’t have all the LXDE stuff.

Does this desktop also have a NTFS filesystem on it that you’re trying to work around? That’s the one oddity I see.

Also: 18.04 doesn’t really use less memory than 19.04.