Skip to content

Instantly share code, notes, and snippets.

@hphilm
Created February 27, 2015 18:36
Show Gist options
  • Save hphilm/4908a158d0b64dfc029c to your computer and use it in GitHub Desktop.
Save hphilm/4908a158d0b64dfc029c to your computer and use it in GitHub Desktop.
Calamares 1.0.1.12: umountall module umounts all mounts after crash
[manjaro@manjaro ~]$ sudo pacman -U http://sourceforge.net/projects/manjarodev/files/users/philm/calamares/calamares-1.0.1.12-1-x86_64.pkg.tar.xz/download
download 2.2 MiB 1555K/s 00:01 [######################] 100%
calamares-1.0.1.12-... 287.0 B 0.00B/s 00:00 [######################] 100%
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) calamares-1.0.1.12-1
Total Installed Size: 4.84 MiB
Net Upgrade Size: 0.68 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) upgrading calamares [######################] 100%
[manjaro@manjaro ~]$ cat /usr/share/calamares/settings.conf
# Configuration file for Calamares
# Syntax is YAML 1.2
---
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
# They could all be placed in a number of different paths.
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
modules-search: [ local, /path/to/dir/with/more/modules ]
# We define the module names in the order they should show up (QtWidget view modules,
# with one or more pages) OR be executed if enqueued (all other modules).
# Pages can also enqueue jobs for delayed execution in the order specified for the
# install phase.
# Phase 1 - prepare.
# View modules are shown as UI pages, jobs from job modules are executed immediately in
# the background.
# Jobs should be executed sparingly (if at all) in this phase.
prepare:
- greeting
- locale
- keyboard
- prepare
- partition
- users
- summary
# Phase 2 - install.
# View modules are not shown. Only the view modules shown in the previous phase are
# allowed, their names should be added here as placeholders to specify the order in
# which view module jobs should be enqueued. Job modules are also allowed.
install:
# - umountall
- partition
- mount
- unpackfs
- machineid
- fstab
- locale
- keyboard
- users
- hardwarecfg
- networkcfg
- hwclock
- services
- displaymanager
- localegen
- initcpiocfg
- initcpio
- grubcfg
- bootloader
- postcfg
- umount
# Phase 3 - postinstall.
# View modules are shown as UI pages, jobs from job modules are executed immediately in
# the background.
# Jobs should be executed sparingly (if at all) in this phase.
postinstall:
- finished
# A branding component is a directory, either in SHARE/calamares/branding or in
# /etc/calamares/branding (the latter takes precedence). The directory must contain a
# YAML file branding.desc which may reference additional resources (such as images) as
# paths relative to the current directory.
# Only the name of the branding component (directory) should be specified here, Calamares
# then takes care of finding it and loading the contents.
branding: manjaro
[manjaro@manjaro ~]$ sudo calamares -v
(calamares:1521): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(calamares:1521): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Translation: Calamares: Using system locale: "en_US"
Translation: Qt: Using default locale, system locale one not found: "en_US"
18:29:05 [1]: Default font =====
Pixel size: -1
Point size: 10
Point sizeF: 10
Font family: "Cantarell"
Metric height: 18
18:29:05 [1]: Font height: 18
18:29:05 [1]: Available languages: ("ar", "ast", "ca", "cs_CZ", "da", "de", "en", "es_MX", "es", "fi_FI", "fr", "hr", "hu", "id", "it_IT", "ja", "lt", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sv", "tr_TR", "zh_CN", "zh_TW")
Calamares 1.0.1.12
[manjaro@manjaro ~]$ sudo calamares -d
(calamares:1529): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(calamares:1529): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Translation: Calamares: Using system locale: "en_US"
Translation: Qt: Using default locale, system locale one not found: "en_US"
18:29:08 [1]: Default font =====
Pixel size: -1
Point size: 10
Point sizeF: 10
Font family: "Cantarell"
Metric height: 18
18:29:08 [1]: Font height: 18
18:29:08 [1]: Available languages: ("ar", "ast", "ca", "cs_CZ", "da", "de", "en", "es_MX", "es", "fi_FI", "fr", "hr", "hu", "id", "it_IT", "ja", "lt", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sv", "tr_TR", "zh_CN", "zh_TW")
18:29:08 [1]: CalamaresApplication thread: 0x2591dc0
18:29:08 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
18:29:08 [1]: Using Calamares branding file at "/usr/share/calamares/branding/manjaro/branding.desc"
18:29:08 [1]: Loaded branding component "manjaro"
18:29:08 [1]: Loading module.desc for "bootloader"
18:29:08 [1]: Loading module.desc for "displaymanager"
18:29:08 [1]: Loading module.desc for "dracut"
18:29:08 [1]: Loading module.desc for "finished"
18:29:08 [1]: Loading module.desc for "fstab"
18:29:08 [1]: Loading module.desc for "greeting"
18:29:08 [1]: Loading module.desc for "grubcfg"
18:29:09 [1]: Loading module.desc for "hardwarecfg"
18:29:09 [1]: Loading module.desc for "hwclock"
18:29:09 [1]: Loading module.desc for "initcpio"
18:29:09 [1]: Loading module.desc for "initcpiocfg"
18:29:09 [1]: Loading module.desc for "initramfs"
18:29:09 [1]: Loading module.desc for "keyboard"
18:29:09 [1]: Loading module.desc for "locale"
18:29:09 [1]: Loading module.desc for "localecfg"
18:29:09 [1]: Loading module.desc for "localegen"
18:29:09 [1]: Loading module.desc for "machineid"
18:29:09 [1]: Loading module.desc for "mount"
18:29:09 [1]: Loading module.desc for "networkcfg"
18:29:09 [1]: Loading module.desc for "packages"
18:29:09 [1]: Loading module.desc for "partition"
18:29:09 [1]: Loading module.desc for "postcfg"
18:29:09 [1]: Loading module.desc for "prepare"
18:29:09 [1]: Loading module.desc for "removeuser"
18:29:09 [1]: Loading module.desc for "services"
18:29:09 [1]: Loading module.desc for "summary"
18:29:09 [1]: Loading module.desc for "umount"
18:29:09 [1]: Loading module.desc for "umountall"
18:29:09 [1]: Loading module.desc for "unpackfs"
18:29:09 [1]: Loading module.desc for "users"
18:29:09 [1]: Proposed window size: 1024 648
libGL error: pci id for fd 13: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
18:29:10 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "/usr/lib/qt/qml")
18:29:10 [1]: Initial locale "en_US"
18:29:10 [8]: Translation: Calamares: Using system locale: "en_US"
18:29:10 [8]: Translation: Qt: Using default locale, system locale one not found: "en_US"
No layout variant specified on the command line
Trailing -variant option ignored
18:29:12 [1]: xkbmap selection changed to: "us" - ""
18:29:15 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:29:16 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:16 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:16 [8]: getting smart status failed for "/dev/sr0" : Operation not supported
18:29:16 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:17 [1]: Need at least storage bytes: 5905580032
18:29:17 [1]: Need at least ram bytes: 1073741824
18:29:17 [1]: enoughStorage, enoughRam, hasPower, hasInternet: true true true true
18:29:20 [1]: checking if "/dev/sda2" can be resized.
18:29:20 [1]: "/dev/sda2" seems like a good path
18:29:20 [1]: found Partition* for "/dev/sda2"
18:29:20 [1]: Required storage B: 8160437862
18:29:20 [1]: Available storage B: 3181513801728
18:29:20 [1]: Partition "/dev/sda2" authorized for resize + autopartition install.
18:29:20 [1]: "Osprober lines, clean:
/dev/sda2:Manjaro Linux (0.9.0-dev):ManjaroLinux:linux"
18:29:20 [1]: Current index changed: "/dev/sda2"
18:29:20 [1]: PSI added item "/dev/sda1" size 615514112
18:29:20 [1]: PSI added item "/dev/sda2" size 6462373888
18:29:20 [1]: PSI added item "/dev/sda3" size 1507852288
18:29:20 [1]: PSI added item "" size 3128832
18:29:20 [1]: void PartitionSplitterWidget::setSplitPartition(const QString&, qint64, qint64, qint64, const QString&) path: "/dev/sda2"
minSize: 273327718
maxSize: -1698063974
prfSize: 3231186944
18:29:20 [1]: itemToResize: "/dev/sda2"
18:29:20 [1]: Items updated. Status:
18:29:20 [1]: item "/dev/sda1" size 615514112
18:29:20 [1]: item "/dev/sda2" size -1698063974
18:29:20 [1]: item "" size 8160437862
18:29:20 [1]: item "/dev/sda3" size 1507852288
18:29:20 [1]: item "" size 3128832
18:29:29 [1]: Choice applied: 2
18:29:30 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:29:30 [0]: QCoreApplication::postEvent: Unexpected null receiver
18:29:30 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:29:31 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:31 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:31 [1]: # Queue:
18:29:31 [1]: ## Device: "ATA VBOX HARDDISK"
18:29:31 [1]: - "Create partition table"
18:29:31 [1]: - "Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK."
18:29:31 [1]: ## Device: "VBOX CD-ROM"
18:29:38 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:29:39 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:39 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:29:41 [1]: Module "partition" already loaded.
18:29:41 [1]: Module "locale" already loaded.
18:29:41 [1]: Module "keyboard" already loaded.
18:29:41 [1]: Module "users" already loaded.
18:29:41 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.
Clear mounts for partitioning operations on /dev/sda
Create partition table
Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK.
Set partition information"
18:29:41 [0]: Starting job "Clear all temporary mounts."
18:29:41 [1]: ClearTempMountsJob finished. Here's what was done:
""
18:29:41 [0]: Starting job "Clear mounts for partitioning operations on /dev/sda"
18:29:41 [1]: ClearMountsJob finished. Here's what was done:
"Successfully disabled swap /dev/sda1."
18:29:41 [0]: Starting job "Create partition table"
18:29:41 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:29:41 [1]: Creating new partition table of type "msdos" , uncommitted yet:
true
18:29:41 [1]: lsblk:
"NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 8G 0 disk
├─sda1 8:1 0 587M 0 part
├─sda2 8:2 0 6G 0 part
└─sda3 8:3 0 1.4G 0 part
sr0 11:0 1 712M 0 rom /bootmnt
loop0 7:0 0 24.1M 1 loop
loop1 7:1 0 120.6M 1 loop
loop2 7:2 0 234M 1 loop
loop3 7:3 0 277.3M 1 loop
"
18:29:41 [1]: mount:
"proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
union on / type aufs (rw,relatime,si=cf16b49b6918ecc0)
/dev/sr0 on /bootmnt type iso9660 (ro,noatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /etc/pacman.d/gnupg type tmpfs (rw,relatime,mode=755)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=205400k,mode=700,uid=1000,gid=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
"
18:29:42 [0]: Starting job "Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK."
18:29:46 [0]: Starting job "Set partition information"
18:29:46 [0]: Starting job "Run script mount/main.py"
18:29:47 [0]: Starting job "Run script unpackfs/main.py"
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(632) [sender=3.1.1]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at io.c(504) [generator=3.1.1]
18:29:58 [0]: Installation failed:
18:29:58 [0]: - message: "Failed to unpack image /bootmnt/manjaro/x86_64/root-image.sqfs"
18:29:58 [0]: - details: "rsync failed with error code 20."
18:30:01 [8]: Shutting down Calamares...
18:30:01 [8]: Finished shutdown.
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:30:01 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
[manjaro@manjaro ~]$ cat /etc/mtab
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
dev /dev devtmpfs rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
union / aufs rw,relatime,si=cf16b49b6918ecc0 0 0
/dev/sr0 /bootmnt iso9660 ro,noatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/bfqio cgroup rw,nosuid,nodev,noexec,relatime,bfqio 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=32,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
tmpfs /tmp tmpfs rw 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
tmpfs /etc/pacman.d/gnupg tmpfs rw,relatime,mode=755 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=205400k,mode=700,uid=1000,gid=100 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
/dev/sda1 /tmp/calamares-root-nbgosr4o ext4 rw,relatime,data=ordered 0 0
proc /tmp/calamares-root-nbgosr4o/proc proc rw,relatime 0 0
sys /tmp/calamares-root-nbgosr4o/sys sysfs rw,relatime 0 0
dev /tmp/calamares-root-nbgosr4o/dev devtmpfs rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755 0 0
tmpfs /tmp/calamares-root-nbgosr4o/run tmpfs rw,relatime 0 0
[manjaro@manjaro ~]$ sudo calamares -d
(calamares:2125): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(calamares:2125): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Translation: Calamares: Using system locale: "en_US"
Translation: Qt: Using default locale, system locale one not found: "en_US"
18:30:17 [1]: Default font =====
Pixel size: -1
Point size: 10
Point sizeF: 10
Font family: "Cantarell"
Metric height: 18
18:30:17 [1]: Font height: 18
18:30:17 [1]: Available languages: ("ar", "ast", "ca", "cs_CZ", "da", "de", "en", "es_MX", "es", "fi_FI", "fr", "hr", "hu", "id", "it_IT", "ja", "lt", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sv", "tr_TR", "zh_CN", "zh_TW")
18:30:17 [1]: CalamaresApplication thread: 0x263ddc0
18:30:17 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
18:30:17 [1]: Using Calamares branding file at "/usr/share/calamares/branding/manjaro/branding.desc"
18:30:17 [1]: Loaded branding component "manjaro"
18:30:17 [1]: Loading module.desc for "bootloader"
18:30:17 [1]: Loading module.desc for "displaymanager"
18:30:17 [1]: Loading module.desc for "dracut"
18:30:17 [1]: Loading module.desc for "finished"
18:30:17 [1]: Loading module.desc for "fstab"
18:30:17 [1]: Loading module.desc for "greeting"
18:30:17 [1]: Loading module.desc for "grubcfg"
18:30:17 [1]: Loading module.desc for "hardwarecfg"
18:30:17 [1]: Loading module.desc for "hwclock"
18:30:17 [1]: Loading module.desc for "initcpio"
18:30:17 [1]: Loading module.desc for "initcpiocfg"
18:30:17 [1]: Loading module.desc for "initramfs"
18:30:17 [1]: Loading module.desc for "keyboard"
18:30:17 [1]: Loading module.desc for "locale"
18:30:17 [1]: Loading module.desc for "localecfg"
18:30:17 [1]: Loading module.desc for "localegen"
18:30:17 [1]: Loading module.desc for "machineid"
18:30:17 [1]: Loading module.desc for "mount"
18:30:17 [1]: Loading module.desc for "networkcfg"
18:30:17 [1]: Loading module.desc for "packages"
18:30:17 [1]: Loading module.desc for "partition"
18:30:17 [1]: Loading module.desc for "postcfg"
18:30:17 [1]: Loading module.desc for "prepare"
18:30:17 [1]: Loading module.desc for "removeuser"
18:30:17 [1]: Loading module.desc for "services"
18:30:17 [1]: Loading module.desc for "summary"
18:30:17 [1]: Loading module.desc for "umount"
18:30:17 [1]: Loading module.desc for "umountall"
18:30:17 [1]: Loading module.desc for "unpackfs"
18:30:17 [1]: Loading module.desc for "users"
18:30:17 [1]: Proposed window size: 1024 648
libGL error: pci id for fd 13: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
18:30:18 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "/usr/lib/qt/qml")
18:30:18 [1]: Initial locale "en_US"
18:30:18 [8]: Translation: Calamares: Using system locale: "en_US"
18:30:18 [8]: Translation: Qt: Using default locale, system locale one not found: "en_US"
No layout variant specified on the command line
Trailing -variant option ignored
18:30:20 [1]: xkbmap selection changed to: "us" - ""
18:30:21 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:30:22 [8]: getting smart status failed for "/dev/sr0" : Operation not supported
18:30:22 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:30:22 [1]: Need at least storage bytes: 5905580032
18:30:22 [1]: Need at least ram bytes: 1073741824
18:30:22 [1]: enoughStorage, enoughRam, hasPower, hasInternet: true true true true
18:30:23 [1]: checking if "/dev/sda1" can be resized.
18:30:23 [1]: "/dev/sda1" seems like a good path
18:30:23 [1]: found Partition* for "/dev/sda1"
18:30:23 [1]: Required storage B: 8160437862
18:30:23 [1]: Available storage B: 4098175533056
18:30:23 [1]: Partition "/dev/sda1" authorized for resize + autopartition install.
18:30:23 [1]: "Osprober lines, clean:
/dev/sda1:Manjaro Linux (0.9.0-dev):ManjaroLinux:linux"
18:30:23 [1]: Current index changed: "/dev/sda1"
18:30:23 [1]: PSI added item "/dev/sda1" size 8586143232
18:30:23 [1]: void PartitionSplitterWidget::setSplitPartition(const QString&, qint64, qint64, qint64, const QString&) path: "/dev/sda1"
minSize: 640083558
maxSize: 425705370
prfSize: 4293071616
18:30:23 [1]: itemToResize: "/dev/sda1"
18:30:23 [1]: Items updated. Status:
18:30:23 [1]: item "/dev/sda1" size 425705370
18:30:23 [1]: item "" size 8160437862
18:30:30 [1]: Choice applied: 2
18:30:32 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:30:32 [0]: QCoreApplication::postEvent: Unexpected null receiver
18:30:32 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:30:32 [1]: # Queue:
18:30:32 [1]: ## Device: "ATA VBOX HARDDISK"
18:30:32 [1]: - "Create partition table"
18:30:32 [1]: - "Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK."
18:30:32 [1]: ## Device: "VBOX CD-ROM"
18:30:39 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:30:41 [1]: Module "partition" already loaded.
18:30:41 [1]: Module "locale" already loaded.
18:30:41 [1]: Module "keyboard" already loaded.
18:30:41 [1]: Module "users" already loaded.
18:30:41 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.
Clear mounts for partitioning operations on /dev/sda
Create partition table
Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK.
Set partition information"
18:30:41 [0]: Starting job "Clear all temporary mounts."
18:30:41 [1]: ClearTempMountsJob finished. Here's what was done:
""
18:30:41 [0]: Starting job "Clear mounts for partitioning operations on /dev/sda"
18:30:41 [1]: ClearMountsJob finished. Here's what was done:
""
18:30:41 [0]: Starting job "Create partition table"
18:30:41 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:30:41 [1]: Creating new partition table of type "msdos" , uncommitted yet:
true
18:30:41 [1]: lsblk:
"NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 8G 0 disk
└─sda1 8:1 0 8G 0 part /tmp/calamares-root-nbgosr4o
sr0 11:0 1 712M 0 rom /bootmnt
loop0 7:0 0 24.1M 1 loop
loop1 7:1 0 120.6M 1 loop
loop2 7:2 0 234M 1 loop
loop3 7:3 0 277.3M 1 loop
"
18:30:41 [1]: mount:
"proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
union on / type aufs (rw,relatime,si=cf16b49b6918ecc0)
/dev/sr0 on /bootmnt type iso9660 (ro,noatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /etc/pacman.d/gnupg type tmpfs (rw,relatime,mode=755)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=205400k,mode=700,uid=1000,gid=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
/dev/sda1 on /tmp/calamares-root-nbgosr4o type ext4 (rw,relatime,data=ordered)
proc on /tmp/calamares-root-nbgosr4o/proc type proc (rw,relatime)
sys on /tmp/calamares-root-nbgosr4o/sys type sysfs (rw,relatime)
dev on /tmp/calamares-root-nbgosr4o/dev type devtmpfs (rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755)
tmpfs on /tmp/calamares-root-nbgosr4o/run type tmpfs (rw,relatime)
"
18:30:44 [0]: Installation failed:
18:30:44 [0]: - message: "The installer failed to create a partition table on ATA VBOX HARDDISK."
18:30:44 [0]: - details: "Text:
Command:
Output:
Status: "
18:31:00 [8]: Shutting down Calamares...
18:31:00 [8]: Finished shutdown.
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:31:00 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
[manjaro@manjaro ~]$ cat /etc/mtab
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
dev /dev devtmpfs rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
union / aufs rw,relatime,si=cf16b49b6918ecc0 0 0
/dev/sr0 /bootmnt iso9660 ro,noatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/bfqio cgroup rw,nosuid,nodev,noexec,relatime,bfqio 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=32,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
tmpfs /tmp tmpfs rw 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
tmpfs /etc/pacman.d/gnupg tmpfs rw,relatime,mode=755 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=205400k,mode=700,uid=1000,gid=100 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
/dev/sda1 /tmp/calamares-root-nbgosr4o ext4 rw,relatime,data=ordered 0 0
proc /tmp/calamares-root-nbgosr4o/proc proc rw,relatime 0 0
sys /tmp/calamares-root-nbgosr4o/sys sysfs rw,relatime 0 0
dev /tmp/calamares-root-nbgosr4o/dev devtmpfs rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755 0 0
tmpfs /tmp/calamares-root-nbgosr4o/run tmpfs rw,relatime 0 0
[manjaro@manjaro ~]$ sudo nano /usr/share/calamares/settings.conf
[manjaro@manjaro ~]$ sudo calamares -d
(calamares:2830): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(calamares:2830): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Translation: Calamares: Using system locale: "en_US"
Translation: Qt: Using default locale, system locale one not found: "en_US"
18:34:20 [1]: Default font =====
Pixel size: -1
Point size: 10
Point sizeF: 10
Font family: "Cantarell"
Metric height: 18
18:34:20 [1]: Font height: 18
18:34:20 [1]: Available languages: ("ar", "ast", "ca", "cs_CZ", "da", "de", "en", "es_MX", "es", "fi_FI", "fr", "hr", "hu", "id", "it_IT", "ja", "lt", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sv", "tr_TR", "zh_CN", "zh_TW")
18:34:20 [1]: CalamaresApplication thread: 0x2577dc0
18:34:20 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
18:34:20 [1]: Using Calamares branding file at "/usr/share/calamares/branding/manjaro/branding.desc"
18:34:20 [1]: Loaded branding component "manjaro"
18:34:20 [1]: Loading module.desc for "bootloader"
18:34:20 [1]: Loading module.desc for "displaymanager"
18:34:20 [1]: Loading module.desc for "dracut"
18:34:20 [1]: Loading module.desc for "finished"
18:34:20 [1]: Loading module.desc for "fstab"
18:34:20 [1]: Loading module.desc for "greeting"
18:34:20 [1]: Loading module.desc for "grubcfg"
18:34:20 [1]: Loading module.desc for "hardwarecfg"
18:34:20 [1]: Loading module.desc for "hwclock"
18:34:20 [1]: Loading module.desc for "initcpio"
18:34:20 [1]: Loading module.desc for "initcpiocfg"
18:34:20 [1]: Loading module.desc for "initramfs"
18:34:20 [1]: Loading module.desc for "keyboard"
18:34:20 [1]: Loading module.desc for "locale"
18:34:20 [1]: Loading module.desc for "localecfg"
18:34:20 [1]: Loading module.desc for "localegen"
18:34:20 [1]: Loading module.desc for "machineid"
18:34:20 [1]: Loading module.desc for "mount"
18:34:20 [1]: Loading module.desc for "networkcfg"
18:34:20 [1]: Loading module.desc for "packages"
18:34:20 [1]: Loading module.desc for "partition"
18:34:20 [1]: Loading module.desc for "postcfg"
18:34:20 [1]: Loading module.desc for "prepare"
18:34:20 [1]: Loading module.desc for "removeuser"
18:34:20 [1]: Loading module.desc for "services"
18:34:20 [1]: Loading module.desc for "summary"
18:34:20 [1]: Loading module.desc for "umount"
18:34:20 [1]: Loading module.desc for "umountall"
18:34:20 [1]: Loading module.desc for "unpackfs"
18:34:20 [1]: Loading module.desc for "users"
18:34:20 [1]: Proposed window size: 1024 648
libGL error: pci id for fd 13: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
18:34:20 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "/usr/lib/qt/qml")
18:34:20 [1]: Initial locale "en_US"
18:34:20 [8]: Translation: Calamares: Using system locale: "en_US"
18:34:20 [8]: Translation: Qt: Using default locale, system locale one not found: "en_US"
No layout variant specified on the command line
Trailing -variant option ignored
18:34:22 [1]: xkbmap selection changed to: "us" - ""
18:34:24 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:34:24 [8]: getting smart status failed for "/dev/sr0" : Operation not supported
18:34:24 [0]: QFileInfo::absolutePath: Constructed with empty filename
18:34:25 [1]: Need at least storage bytes: 5905580032
18:34:25 [1]: Need at least ram bytes: 1073741824
18:34:25 [1]: enoughStorage, enoughRam, hasPower, hasInternet: true true true true
18:34:25 [1]: checking if "/dev/sda1" can be resized.
18:34:25 [1]: "/dev/sda1" seems like a good path
18:34:25 [1]: Partition "/dev/sda1" CANNOT BE RESIZED FOR AUTOINSTALL.
18:34:25 [1]: "Osprober lines, clean:
/dev/sda1:Manjaro Linux (0.9.0-dev):ManjaroLinux:linux"
18:34:32 [1]: Choice applied: 2
18:34:33 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:34:33 [0]: QCoreApplication::postEvent: Unexpected null receiver
18:34:33 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:34:33 [1]: # Queue:
18:34:33 [1]: ## Device: "ATA VBOX HARDDISK"
18:34:33 [1]: - "Create partition table"
18:34:33 [1]: - "Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK."
18:34:33 [1]: ## Device: "VBOX CD-ROM"
18:34:39 [8]: getting smart status failed for "/dev/sda" : Operation not supported
18:34:41 [1]: Module "partition" already loaded.
18:34:41 [1]: Module "locale" already loaded.
18:34:41 [1]: Module "keyboard" already loaded.
18:34:41 [1]: Module "users" already loaded.
18:34:41 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.
Clear mounts for partitioning operations on /dev/sda
Create partition table
Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK.
Set partition information"
18:34:41 [0]: Starting job "Run script umountall/main.py"
umount: /tmp/calamares-root-nbgosr4o/sys (sys) unmounted
umount: /tmp/calamares-root-nbgosr4o/run (tmpfs) unmounted
umount: /tmp/calamares-root-nbgosr4o/proc (proc) unmounted
umount: /tmp/calamares-root-nbgosr4o/dev (dev) unmounted
umount: /tmp/calamares-root-nbgosr4o (/dev/sda1) unmounted
18:34:42 [0]: Starting job "Clear all temporary mounts."
18:34:42 [1]: ClearTempMountsJob finished. Here's what was done:
""
18:34:42 [0]: Starting job "Clear mounts for partitioning operations on /dev/sda"
18:34:42 [1]: ClearMountsJob finished. Here's what was done:
""
18:34:42 [0]: Starting job "Create partition table"
18:34:42 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
18:34:42 [1]: Creating new partition table of type "msdos" , uncommitted yet:
true
18:34:42 [1]: lsblk:
"NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 8G 0 disk
└─sda1 8:1 0 8G 0 part
sr0 11:0 1 712M 0 rom /bootmnt
loop0 7:0 0 24.1M 1 loop
loop1 7:1 0 120.6M 1 loop
loop2 7:2 0 234M 1 loop
loop3 7:3 0 277.3M 1 loop
"
18:34:42 [1]: mount:
"proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1018244k,nr_inodes=254561,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
union on / type aufs (rw,relatime,si=cf16b49b6918ecc0)
/dev/sr0 on /bootmnt type iso9660 (ro,noatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /etc/pacman.d/gnupg type tmpfs (rw,relatime,mode=755)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=205400k,mode=700,uid=1000,gid=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
"
18:34:43 [0]: Starting job "Create partition (file system: ext4, size: 8188 MB) on ATA VBOX HARDDISK."
18:34:47 [0]: Starting job "Set partition information"
18:34:47 [0]: Starting job "Run script mount/main.py"
18:34:47 [0]: Starting job "Run script unpackfs/main.py"
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(632) [sender=3.1.1]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at io.c(504) [generator=3.1.1]
18:34:53 [0]: Installation failed:
18:34:53 [0]: - message: "Failed to unpack image /bootmnt/manjaro/x86_64/root-image.sqfs"
18:34:53 [0]: - details: "rsync failed with error code 20."
18:34:54 [8]: Shutting down Calamares...
18:34:54 [8]: Finished shutdown.
18:34:54 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:54 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
18:34:55 [0]: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
[manjaro@manjaro ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment