NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.21k stars 13.49k forks source link

Bug: NixOS 24.05 graphical installer fails with UEFI firmware and virtio-blk device (/dev/vda) on swapon #322342

Closed phip1611 closed 2 weeks ago

phip1611 commented 2 months ago

Describe the bug

When I install NixOS 24.05 form the graphical installer in a qemu-based VM with UEFI firmware and a virtio-blk device (/dev/vda), the installer fails during the partitioning /dev/vda device. More specifically, it fails when performing a swapon operation on the just created swap partition. Beforehand, I selected to delete all existing partitions / wipe everything in the installer.

The installer tells right after the start of the installation: "Failed while activating:/dev/mapper//dev/vda3. This looks pretty broken to me. "/dev/mapper//dev/vda3" is not a valid path. I suppose that the installer expects "sda" to be there but not "vda" and then performs an illegal string concatenation?

The term log is:

Show more ``` === START CALAMARES 3.3.3 2024-06-25 - 07:45:52 [6]: void CalamaresApplication::init() 2024-06-25 - 07:45:52 [6]: Calamares version: 3.3.3 2024-06-25 - 07:45:52 [6]: .. Using settings: "/run/current-system/sw/share/calamares/settings.conf" 2024-06-25 - 07:45:52 [6]: .. Using log file: "/home/nixos/.cache/calamares/session.log" 2024-06-25 - 07:45:52 [6]: .. languages: ("ar", "as", "ast", "az", "az_AZ", "be", "bg", "bn", "ca", "ca@valencia", "cs_CZ", "da", "de", "el", "en", "en_GB", "eo", "es", "es_AR", "es_MX", "et", "eu", "fa", "fi_FI", "fr", "fur", "gl", "he", "hi", "hr", "hu", "id", "is", "it_IT", "ja", "ka", "ko", "lt", "ml", "mr", "nb", "nl", "oc", "pl", "pt_BR", "pt_PT", "ro", "ru", "si", "sk", "sl", "sq", "sr", "sr@latin", "sv", "tg", "th", "tr_TR", "uk", "vi", "zh_CN", "zh_TW") 2024-06-25 - 07:45:52 [6]: bool Calamares::initQmlModulesDir() 2024-06-25 - 07:45:52 [6]: Using Calamares QML directory "/run/current-system/sw/share/calamares/qml" 2024-06-25 - 07:45:52 [6]: Calamares::Branding::Branding(const QString&, QObject*, qreal) 2024-06-25 - 07:45:52 [6]: Using Calamares branding file at "/run/current-system/sw/share/calamares/branding/nixos/branding.desc" 2024-06-25 - 07:45:52 [2]: Calamares::Branding::Branding(const QString&, QObject*, qreal) 2024-06-25 - 07:45:52 [2]: WARNING: the branding component "/run/current-system/sw/share/calamares/branding/nixos" does not ship translations. 2024-06-25 - 07:45:52 [6]: Calamares::Branding::Branding(const QString&, QObject*, qreal) 2024-06-25 - 07:45:52 [6]: Loaded branding component "nixos" 2024-06-25 - 07:45:52 [6]: .. Loaded QRC translation "tz_" "en_US" 2024-06-25 - 07:45:52 [6]: .. Loaded QRC translation "calamares_" "en_US" 2024-06-25 - 07:45:52 [6]: .. STARTUP: initSettings, initQmlPath, initBranding done 2024-06-25 - 07:45:52 [6]: .. STARTUP: initModuleManager: module init started 2024-06-25 - 07:45:53 [6]: void Calamares::ModuleManager::doInit() 2024-06-25 - 07:45:53 [6]: Found 59 modules 2024-06-25 - 07:45:53 [6]: void CalamaresApplication::initView() 2024-06-25 - 07:45:53 [6]: STARTUP: initModuleManager: all modules init done 2024-06-25 - 07:45:53 [6]: void CalamaresApplication::initView() 2024-06-25 - 07:45:53 [6]: STARTUP: initJobQueue done 2024-06-25 - 07:45:53 [6]: CalamaresWindow::CalamaresWindow(QWidget*) 2024-06-25 - 07:45:53 [6]: Available desktop QSize(1024, 768) minimum size QSize(1024, 520) 2024-06-25 - 07:45:53 [6]: .. Proposed window size: 1024 520 2024-06-25 - 07:45:54 [2]: QString Calamares::_stylesheet(const QDir&) 2024-06-25 - 07:45:54 [2]: WARNING: The branding component "/run/current-system/sw/share/calamares/branding/nixos" does not ship stylesheet.qss. 2024-06-25 - 07:45:54 [6]: void CalamaresApplication::initView() 2024-06-25 - 07:45:54 [6]: STARTUP: CalamaresWindow created; loadModules started 2024-06-25 - 07:45:54 [6]: void Config::initLanguages() 2024-06-25 - 07:45:54 [6]: Trying to match locale "en_US" 2024-06-25 - 07:45:54 [6]: void Config::initLanguages() 2024-06-25 - 07:45:54 [6]: Trying to match locale QLocale(English, Latin, United States) 2024-06-25 - 07:45:54 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:45:54 [6]: Index 14 Selected locale "en" 2024-06-25 - 07:45:54 [6]: .. Loaded QRC translation "tz_" "en" 2024-06-25 - 07:45:54 [6]: .. Loaded QRC translation "calamares_" "en" 2024-06-25 - 07:45:55 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:55 [6]: ViewModule "welcome@welcome" loading complete. 2024-06-25 - 07:45:55 [6]: QStringList loadLocales(const QString&) 2024-06-25 - 07:45:55 [6]: Loading locales from "/run/current-system/sw/share/i18n/SUPPORTED" 2024-06-25 - 07:45:55 [6]: .. Read 502 lines 2024-06-25 - 07:45:55 [6]: .. After filtering 324 lines 2024-06-25 - 07:45:55 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:55 [6]: ViewModule "locale@locale" loading complete. 2024-06-25 - 07:45:55 [6]: KeyboardModelsModel::KeyboardModelsModel(QObject*) 2024-06-25 - 07:45:55 [6]: Loaded 186 keyboard models 2024-06-25 - 07:45:55 [6]: KeyboardGroupsSwitchersModel::KeyboardGroupsSwitchersModel(QObject*) 2024-06-25 - 07:45:55 [6]: Loaded 40 keyboard groups 2024-06-25 - 07:45:55 [6]: KeyboardPage::KeyboardPage(Config*, QWidget*) 2024-06-25 - 07:45:55 [6]: Variants now total= 0 selected= -1 2024-06-25 - 07:45:55 [6]: KeyboardPage::KeyboardPage(Config*, QWidget*) 2024-06-25 - 07:45:55 [6]: Groups now total= 40 selected= -1 2024-06-25 - 07:45:55 [6]: .. Loaded QRC translation "kb_" "en" 2024-06-25 - 07:45:55 [2]: void Config::locale1Apply() 2024-06-25 - 07:45:55 [2]: WARNING: Could not set keyboard config through org.freedesktop.locale1.X11Keyboard. QDBusError("org.freedesktop.DBus.Error.NotSupported", "Changing system settings via systemd is not supported on NixOS.") 2024-06-25 - 07:45:55 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:55 [6]: ViewModule "keyboard@keyboard" loading complete. 2024-06-25 - 07:45:56 [6]: .. libpwquality setting "minlen=0" 2024-06-25 - 07:45:56 [6]: .. libpwquality setting "minclass=0" 2024-06-25 - 07:45:56 [6]: .. minLength set to 1 2024-06-25 - 07:45:56 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:56 [6]: ViewModule "users@users" loading complete. 2024-06-25 - 07:45:56 [6]: virtual void Config::setConfigurationMap(const QVariantMap&) 2024-06-25 - 07:45:56 [6]: Using module ID "packagechooser@packagechooser" 2024-06-25 - 07:45:56 [6]: void fillModel(PackageListModel*, const QVariantList&) 2024-06-25 - 07:45:56 [6]: Loading PackageChooser model items from config 2024-06-25 - 07:45:56 [6]: .. Loaded PackageChooser with 12 entries. 2024-06-25 - 07:45:56 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:56 [6]: ViewModule "packagechooser@packagechooser" loading complete. 2024-06-25 - 07:45:57 [6]: virtual void Config::setConfigurationMap(const QVariantMap&) 2024-06-25 - 07:45:57 [6]: Using module ID "packagechooserq@unfree" 2024-06-25 - 07:45:57 [2]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&) 2024-06-25 - 07:45:57 [2]: WARNING: Bad QML search mode set for "packagechooserq@unfree" 2024-06-25 - 07:45:57 [6]: QString Calamares::searchQmlFile(QmlSearch, const QString&, const ModuleSystem::InstanceKey&) 2024-06-25 - 07:45:57 [6]: Looking for QML for "packagechooserq@unfree" 2024-06-25 - 07:45:57 [6]: .. Looking at QML file "/run/current-system/sw/share/calamares/branding/nixos/packagechooserq@unfree.qml" 2024-06-25 - 07:45:57 [6]: .. Looking at QML file "/run/current-system/sw/share/calamares/branding/nixos/packagechooserq.qml" 2024-06-25 - 07:45:57 [6]: .. Looking at QML file ":/packagechooserq@unfree.qml" 2024-06-25 - 07:45:57 [6]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&) 2024-06-25 - 07:45:57 [6]: QmlViewStep "packagechooserq@unfree" loading "qrc:/packagechooserq@unfree.qml" 2024-06-25 - 07:45:57 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:57 [6]: ViewModule "packagechooserq@unfree" loading complete. 2024-06-25 - 07:45:57 [6]: Calamares::Partition::InternalManager::InternalManager() 2024-06-25 - 07:45:57 [6]: KPMCore backend starting .. 2024-06-25 - 07:45:57 [6]: DEBUG (Qt): Loaded backend plugin: "pmsfdiskbackendplugin" 2024-06-25 - 07:45:57 [6]: .. Backend @0x2983a60 "pmsfdiskbackendplugin" "1" 2024-06-25 - 07:45:57 [2]: virtual void PartitionViewStep::setConfigurationMap(const QVariantMap&) 2024-06-25 - 07:45:57 [2]: WARNING: Partition-module setting *defaultPartitionTableType* is unset, will use gpt for efi or msdos for bios 2024-06-25 - 07:45:57 [1]: void PartitionLayout::init(FileSystem::Type, const QVariantList&) 2024-06-25 - 07:45:57 [1]: ERROR: Partition layout entry # 0 lacks mandatory attributes, switching to default layout. 2024-06-25 - 07:45:57 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:57 [6]: ViewModule "partition@partition" loading complete. 2024-06-25 - 07:45:57 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:57 [6]: ViewModule "summary@summary" loading complete. 2024-06-25 - 07:45:57 [6]: void Calamares::ModuleManager::loadModules() 2024-06-25 - 07:45:57 [6]: Module "partition@partition" already loaded. 2024-06-25 - 07:45:57 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*) 2024-06-25 - 07:45:57 [6]: QML import paths: "/nix/store/99w9y0zcmkmfn0qz45mdi6aiffm7s2b0-calamares-3.3.3/share/calamares/qml" "/nix/store/99w9y0zcmkmfn0qz45mdi6aiffm7s2b0-calamares-3.3.3/bin" "qrc:/qt-project.org/imports" "/nix/store/j67xwwyb6ljy0vj11s05c94hj0ywh0c7-qtwebengine-5.15.16-bin/lib/qt-5.15.12/qml" "/nix/store/h6idn8wsrj529bskhrbmkdh3si8abn2d-qtwebchannel-5.15.12-bin/lib/qt-5.15.12/qml" "/nix/store/6ywjwjnd8wyq5jqy54s38qyajxp2kaw9-qtlocation-5.15.12-bin/lib/qt-5.15.12/qml" "/nix/store/7wg9ck2rbn1anzx3j9ghwjjar7k2mnkm-qtmultimedia-5.15.12-bin/lib/qt-5.15.12/qml" "/nix/store/3f2bxccyq0a02bid3sxnhqdghnpirdim-kirigami2-5.116.0/lib/qt-5.15.12/qml" "/nix/store/mgxl2pqx1wcfrcg8r5ka21dyy89v5480-qtgraphicaleffects-5.15.12/lib/qt-5.15.12/qml" "/nix/store/d697h1kjlkk1rygkqmqlxys886gw3hwm-qtquickcontrols2-5.15.12-bin/lib/qt-5.15.12/qml" "/nix/store/yjnv0a0w1xa2nl8xkb9jf9j11mfjq17x-knotifications-5.116.0-bin/lib/qt-5.15.12/qml" "/nix/store/0rw1bnlv9d5l4xa4rrs9m6c51kw6f1zv-solid-5.116.0-bin/lib/qt-5.15.12/qml" "/nix/store/817pinrpi95ii79p8xidhb640nnll57z-sonnet-5.116.0-bin/lib/qt-5.15.12/qml" "/nix/store/x2aw896svvxhzr899y85jgz84cmifh29-ki18n-5.116.0-bin/lib/qt-5.15.12/qml" "/nix/store/hjg4qxxm6iirrvz434s8fbr3jyr5qa8p-qtwayland-5.15.12-bin/lib/qt-5.15.12/qml" "/nix/store/20nrlmvmflghnqs5xbna8mn1fb345cf2-qtquickcontrols-5.15.12/lib/qt-5.15.12/qml" "/nix/store/i518pv0gp22rp7kh6m7fxqx9v8g76h84-qtdeclarative-5.15.12-bin/lib/qt-5.15.12/qml" 2024-06-25 - 07:45:57 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*) 2024-06-25 - 07:45:57 [6]: QML load on startup, API 2. 2024-06-25 - 07:45:57 [2]: void Calamares::Module::loadConfigurationFile(const QString&) 2024-06-25 - 07:45:57 [2]: WARNING: No config file for "nixos" found anywhere at "/run/current-system/sw/share/calamares/modules/nixos.conf" "/etc/calamares/modules/nixos.conf" "/nix/store/99w9y0zcmkmfn0qz45mdi6aiffm7s2b0-calamares-3.3.3/share/calamares/modules/nixos.conf" 2024-06-25 - 07:45:57 [6]: void Calamares::ModuleManager::loadModules() 2024-06-25 - 07:45:57 [6]: Module "users@users" already loaded. 2024-06-25 - 07:45:57 [6]: virtual void Calamares::CppJobModule::loadSelf() 2024-06-25 - 07:45:57 [6]: CppJobModule "umount@umount" loading complete. 2024-06-25 - 07:45:57 [6]: virtual void Calamares::ViewModule::loadSelf() 2024-06-25 - 07:45:57 [6]: ViewModule "finished@finished" loading complete. 2024-06-25 - 07:45:57 [2]: void Config::locale1Apply() 2024-06-25 - 07:45:57 [2]: WARNING: Could not set keyboard config through org.freedesktop.locale1.X11Keyboard. QDBusError("org.freedesktop.DBus.Error.NotSupported", "Changing system settings via systemd is not supported on NixOS.") 2024-06-25 - 07:45:57 [6]: void CalamaresApplication::initViewSteps() 2024-06-25 - 07:45:57 [6]: STARTUP: loadModules for all modules done 2024-06-25 - 07:45:57 [6]: void Calamares::ModuleManager::checkRequirements() 2024-06-25 - 07:45:57 [6]: Checking module requirements .. 2024-06-25 - 07:45:57 [6]: void CalamaresApplication::initViewSteps() 2024-06-25 - 07:45:57 [6]: STARTUP: Window now visible and ProgressTreeView populated 2024-06-25 - 07:45:57 [6]: .. 10 view steps loaded. 2024-06-25 - 07:45:57 [6]: .. Loaded QRC translation "kb_" "en" 2024-06-25 - 07:45:57 [6]: Calamares::RequirementsList GeneralRequirements::checkRequirements() 2024-06-25 - 07:45:57 [6]: GeneralRequirements output: storage : 10737418240 enoughStorage : true RAM : 1073741824 enoughRam : true hasPower : true hasInternet : true isRoot : unchecked 2024-06-25 - 07:45:57 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*) 2024-06-25 - 07:45:57 [6]: Got 5 requirement results from "welcome" 2024-06-25 - 07:45:57 [6]: void Calamares::SlideshowQML::loadQmlV2Complete() 2024-06-25 - 07:45:57 [6]: QML component complete, API 2 2024-06-25 - 07:45:58 [6]: .. Loading "/run/current-system/sw/share/calamares/branding/nixos/show.qml" 2024-06-25 - 07:45:58 [6]: void Calamares::QmlViewStep::loadComplete() 2024-06-25 - 07:45:58 [6]: QML component "qrc:/packagechooserq@unfree.qml" QQmlComponent::Ready 2024-06-25 - 07:45:58 [6]: .. QML component complete "qrc:/packagechooserq@unfree.qml" creating object 2024-06-25 - 07:45:58 [2]: WARNING (Qt): qrc:/packagechooserq@unfree.qml:25: TypeError: Cannot read property 'height' of null 2024-06-25 - 07:45:58 [2]: WARNING (Qt): qrc:/packagechooserq@unfree.qml:24: TypeError: Cannot read property 'width' of null 2024-06-25 - 07:45:58 [6]: DEBUG (Qt): smartctl initialization failed for "/dev/vda" : No such file or directory 2024-06-25 - 07:45:58 [6]: DEBUG (Qt): error during smart output parsing for "/dev/vda" : Success 2024-06-25 - 07:45:58 [2]: WARNING (Qt): unknown file system type "" on "/dev/vda1" 2024-06-25 - 07:45:58 [6]: QList PartUtils::getDevices(DeviceType) 2024-06-25 - 07:45:58 [6]: Removing unsuitable devices: 1 candidates. 2024-06-25 - 07:45:58 [6]: .. Running ("blkid", "/dev/vda") 2024-06-25 - 07:45:58 [6]: void Calamares::RequirementsChecker::reportProgress() 2024-06-25 - 07:45:58 [6]: Remaining modules: 1 "partition" 2024-06-25 - 07:45:58 [6]: .. Running ("blkid", "/dev/vda1") 2024-06-25 - 07:45:58 [6]: .. Running ("blkid", "/dev/vda2") 2024-06-25 - 07:45:58 [6]: .. Running ("blkid", "/dev/vda3") 2024-06-25 - 07:45:59 [6]: .. there are 1 devices left. 2024-06-25 - 07:45:59 [6]: void PartitionCoreModule::doInit() 2024-06-25 - 07:45:59 [6]: LIST OF DETECTED DEVICES: 2024-06-25 - 07:45:59 [6]: .. node capacity name prettyName 2024-06-25 - 07:45:59 [6]: .. "/dev/vda" 274872407040 DevName$9ce4f5df DevNamePretty$95585cf7 2024-06-25 - 07:45:59 [6]: .. 1 devices detected. 2024-06-25 - 07:45:59 [1]: OsproberEntryList PartUtils::runOsprober(DeviceModel*) 2024-06-25 - 07:45:59 [1]: ERROR: os-prober cannot start. 2024-06-25 - 07:45:59 [6]: OsproberEntryList PartUtils::runOsprober(DeviceModel*) 2024-06-25 - 07:45:59 [6]: os-prober gave no output. 2024-06-25 - 07:45:59 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 07:45:59 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 07:45:59 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*) 2024-06-25 - 07:45:59 [6]: Got 1 requirement results from "partition" 2024-06-25 - 07:45:59 [6]: bool ChoicePage::calculateNextEnabled() const 2024-06-25 - 07:45:59 [6]: No partitioning choice has been made yet 2024-06-25 - 07:45:59 [6]: void ChoicePage::updateDeviceStatePreview() 2024-06-25 - 07:45:59 [6]: Updating partitioning state widgets. 2024-06-25 - 07:45:59 [6]: void ChoicePage::setupActions() 2024-06-25 - 07:45:59 [6]: Setting up actions for "/dev/vda" with 0 entries. 2024-06-25 - 07:45:59 [6]: .. Can not resize "/dev/vda1" , filesystem "unknown" does not support resize. 2024-06-25 - 07:45:59 [6]: .. Checking if "/dev/vda1" can be replaced. 2024-06-25 - 07:45:59 [6]: .. NO, insufficient storage Required storage B: 11274289152 "(10GiB)" Available storage B: 2097152 "(0GiB)" 2024-06-25 - 07:45:59 [6]: .. NO, insufficient storage Required storage B: 13421772800 "(12.5GiB)" Available storage B: 929517568 "(0GiB)" for "/dev/vda2" length: 2097152 sectorsUsed: 281688 fsType: "ext4" 2024-06-25 - 07:45:59 [6]: .. Checking if "/dev/vda2" can be replaced. 2024-06-25 - 07:45:59 [6]: .. NO, insufficient storage Required storage B: 11274289152 "(10GiB)" Available storage B: 1073741824 "(1GiB)" 2024-06-25 - 07:45:59 [6]: .. Partition "/dev/vda3" authorized for resize + autopartition install. 2024-06-25 - 07:45:59 [6]: .. contains resizable "/dev/vda3" 2024-06-25 - 07:45:59 [6]: .. Checking if "/dev/vda3" can be replaced. 2024-06-25 - 07:45:59 [6]: .. Partition "/dev/vda3" authorized for replace install. 2024-06-25 - 07:45:59 [6]: .. contains replaceable "/dev/vda3" 2024-06-25 - 07:45:59 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:45:59 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:45:59 [2]: void ChoicePage::setupActions() 2024-06-25 - 07:45:59 [2]: WARNING: System is EFI but there's no EFI system partition, DISABLING alongside and replace features. 2024-06-25 - 07:45:59 [6]: void ChoicePage::continueApplyDeviceChoice() 2024-06-25 - 07:45:59 [6]: Previous device -1 new device 0 2024-06-25 - 07:45:59 [6]: void ChoicePage::applyActionChoice(InstallChoice) 2024-06-25 - 07:45:59 [6]: InstallChoice Config::NoChoice "none" 2024-06-25 - 07:45:59 [6]: bool ChoicePage::calculateNextEnabled() const 2024-06-25 - 07:45:59 [6]: No partitioning choice has been made yet 2024-06-25 - 07:45:59 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice) 2024-06-25 - 07:45:59 [6]: Updating partitioning preview widgets. 2024-06-25 - 07:45:59 [6]: bool ChoicePage::calculateNextEnabled() const 2024-06-25 - 07:45:59 [6]: No partitioning choice has been made yet 2024-06-25 - 07:45:59 [6]: bool ChoicePage::calculateNextEnabled() const 2024-06-25 - 07:45:59 [6]: No partitioning choice has been made yet 2024-06-25 - 07:45:59 [6]: void Calamares::RequirementsChecker::finished() 2024-06-25 - 07:45:59 [6]: All requirements have been checked. 2024-06-25 - 07:45:59 [6]: void Calamares::RequirementsModel::describe() const 2024-06-25 - 07:45:59 [6]: Requirements model has 6 items 2024-06-25 - 07:45:59 [6]: .. requirement 0 "storage" satisfied? true mandatory? true 2024-06-25 - 07:45:59 [6]: .. requirement 1 "ram" satisfied? true mandatory? true 2024-06-25 - 07:45:59 [6]: .. requirement 2 "power" satisfied? true mandatory? false 2024-06-25 - 07:45:59 [6]: .. requirement 3 "internet" satisfied? true mandatory? true 2024-06-25 - 07:45:59 [6]: .. requirement 4 "screen" satisfied? true mandatory? false 2024-06-25 - 07:45:59 [6]: .. requirement 5 "partitions" satisfied? true mandatory? true 2024-06-25 - 07:46:24 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 07:46:24 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:46:24 [6]: Index 29 Selected locale "hr" 2024-06-25 - 07:46:24 [6]: .. No translation for "tz_" "hr" using default (en) 2024-06-25 - 07:46:24 [6]: .. Loaded QRC translation "calamares_" "hr" 2024-06-25 - 07:46:24 [6]: .. No translation for "kb_" "hr" using default (en) 2024-06-25 - 07:46:24 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:46:24 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:46:24 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 07:46:24 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:46:24 [6]: Index 36 Selected locale "ko" 2024-06-25 - 07:46:24 [6]: .. No translation for "tz_" "ko" using default (en) 2024-06-25 - 07:46:24 [6]: .. Loaded QRC translation "calamares_" "ko" 2024-06-25 - 07:46:24 [6]: .. No translation for "kb_" "ko" using default (en) 2024-06-25 - 07:46:24 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:46:24 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:46:25 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 07:46:25 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:46:25 [6]: Index 40 Selected locale "nb" 2024-06-25 - 07:46:25 [6]: .. No translation for "tz_" "nb" using default (en) 2024-06-25 - 07:46:25 [6]: .. Loaded QRC translation "calamares_" "nb" 2024-06-25 - 07:46:25 [6]: .. No translation for "kb_" "nb" using default (en) 2024-06-25 - 07:46:25 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:46:25 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:46:26 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 07:46:26 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:46:26 [6]: Index 42 Selected locale "oc" 2024-06-25 - 07:46:26 [6]: .. No translation for "tz_" "oc" using default (en) 2024-06-25 - 07:46:26 [6]: .. Loaded QRC translation "calamares_" "oc" 2024-06-25 - 07:46:26 [6]: .. No translation for "kb_" "oc" using default (en) 2024-06-25 - 07:46:26 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:46:26 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:46:29 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 07:46:29 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 07:46:29 [6]: Index 12 Selected locale "de" 2024-06-25 - 07:46:29 [6]: .. No translation for "tz_" "de" using default (en) 2024-06-25 - 07:46:29 [6]: .. Loaded QRC translation "calamares_" "de" 2024-06-25 - 07:46:29 [6]: .. No translation for "kb_" "de" using default (en) 2024-06-25 - 07:46:29 [6]: ChoicePage::setupActions():: 2024-06-25 - 07:46:29 [6]: Setting texts for 0 osprober entries 2024-06-25 - 07:46:30 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&) 2024-06-25 - 07:46:30 [6]: Mapping "de" in "DE" to locale. 2024-06-25 - 07:46:30 [6]: .. Got best match for "de" as "de_AT.UTF-8" 2024-06-25 - 07:46:30 [6]: .. Got best match for "de_DE" as "de_DE.UTF-8" 2024-06-25 - 09:46:30 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&) 2024-06-25 - 09:46:30 [6]: Mapping "de" in "DE" to locale. 2024-06-25 - 09:46:30 [6]: .. Got best match for "de" as "de_AT.UTF-8" 2024-06-25 - 09:46:30 [6]: .. Got best match for "de_DE" as "de_DE.UTF-8" 2024-06-25 - 09:46:30 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&) 2024-06-25 - 09:46:30 [6]: Mapping "de" in "DE" to locale. 2024-06-25 - 09:46:30 [6]: .. Got best match for "de" as "de_AT.UTF-8" 2024-06-25 - 09:46:30 [6]: .. Got best match for "de_DE" as "de_DE.UTF-8" 2024-06-25 - 09:46:47 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:46:47 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 09:46:47 [6]: Index 27 Selected locale "he" 2024-06-25 - 09:46:47 [6]: .. No translation for "tz_" "he" using default (en) 2024-06-25 - 09:46:47 [6]: .. Loaded QRC translation "calamares_" "he" 2024-06-25 - 09:46:47 [6]: .. No translation for "kb_" "he" using default (en) 2024-06-25 - 09:46:47 [6]: ChoicePage::setupActions():: 2024-06-25 - 09:46:47 [6]: Setting texts for 0 osprober entries 2024-06-25 - 09:46:48 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:46:48 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 09:46:48 [6]: Index 34 Selected locale "ja" 2024-06-25 - 09:46:48 [6]: .. No translation for "tz_" "ja" using default (en) 2024-06-25 - 09:46:48 [6]: .. Loaded QRC translation "calamares_" "ja" 2024-06-25 - 09:46:48 [6]: .. No translation for "kb_" "ja" using default (en) 2024-06-25 - 09:46:48 [6]: ChoicePage::setupActions():: 2024-06-25 - 09:46:48 [6]: Setting texts for 0 osprober entries 2024-06-25 - 09:46:54 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:46:54 [6]: void Config::setLocaleIndex(int) 2024-06-25 - 09:46:54 [6]: Index 14 Selected locale "en" 2024-06-25 - 09:46:54 [6]: .. Loaded QRC translation "tz_" "en" 2024-06-25 - 09:46:54 [6]: .. Loaded QRC translation "calamares_" "en" 2024-06-25 - 09:46:54 [6]: .. Loaded QRC translation "kb_" "en" 2024-06-25 - 09:46:54 [6]: ChoicePage::setupActions():: 2024-06-25 - 09:46:54 [6]: Setting texts for 0 osprober entries 2024-06-25 - 09:46:55 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&) 2024-06-25 - 09:46:55 [6]: Mapping "en" in "DE" to locale. 2024-06-25 - 09:46:55 [6]: .. Got best match for "en" as "en_AG" 2024-06-25 - 09:46:55 [6]: .. Got best match for "en_DE" as "en_AU.UTF-8" 2024-06-25 - 09:46:55 [6]: .. Got best match for "en_US" as "en_US.UTF-8" 2024-06-25 - 09:47:03 [6]: void Config::guessLocaleKeyboardLayout() 2024-06-25 - 09:47:03 [6]: Got locale language "en_US.UTF-8" 2024-06-25 - 09:47:03 [6]: .. looking for locale part "US" 2024-06-25 - 09:47:03 [6]: .. matched "us" 2024-06-25 - 09:47:03 [6]: void guessLayout(const QStringList&, KeyboardLayoutModel*, KeyboardVariantsModel*) 2024-06-25 - 09:47:03 [6]: Next level: "en" 2024-06-25 - 09:47:07 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:07 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:07 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:07 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:14 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:14 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:14 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:14 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:14 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:14 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:18 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:47:18 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:18 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:22 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:22 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:22 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:22 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:22 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:22 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:22 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:22 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:22 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:47:22 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:22 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:24 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:47:25 [2]: void Config::locale1Apply() 2024-06-25 - 09:47:25 [2]: WARNING: Interface "org.freedesktop.locale1" is not valid. 2024-06-25 - 09:47:29 [6]: static LocaleConfiguration LocaleConfiguration::fromLanguageAndLocation(const QString&, const QStringList&, const QString&) 2024-06-25 - 09:47:29 [6]: Mapping "en_US.UTF-8" in "DE" to locale. 2024-06-25 - 09:47:29 [6]: .. Got best match for "en_US.UTF-8" as "en_US.UTF-8" 2024-06-25 - 09:47:46 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:46 [6]: Ignoring hostname "m-kvmserver" No hostname will be set. 2024-06-25 - 09:47:47 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:47 [6]: Ignoring hostname "my-kvmserver" No hostname will be set. 2024-06-25 - 09:47:47 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:47 [6]: Ignoring hostname "myu-kvmserver" No hostname will be set. 2024-06-25 - 09:47:47 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:47 [6]: Ignoring hostname "myus-kvmserver" No hostname will be set. 2024-06-25 - 09:47:47 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:47 [6]: Ignoring hostname "myuse-kvmserver" No hostname will be set. 2024-06-25 - 09:47:48 [6]: void Config::setHostName(const QString&) 2024-06-25 - 09:47:48 [6]: Ignoring hostname "myuser-kvmserver" No hostname will be set. 2024-06-25 - 09:47:58 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:47:58 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:47:58 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:47:58 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:01 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:01 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:01 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:01 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:01 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:01 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:01 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:01 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:04 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:04 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:04 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:04 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:04 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:04 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:04 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:04 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:04 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:48:04 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:48:12 [6]: void Config::updateGlobalStorage(const QStringList&) const 2024-06-25 - 09:48:12 [6]: "packagechooser@packagechooser" selected "" 2024-06-25 - 09:48:12 [6]: void Calamares::callQmlFunction(QQuickItem*, const char*) 2024-06-25 - 09:48:12 [6]: QML "onActivate()" is missing. 2024-06-25 - 09:48:15 [6]: void ChoicePage::applyActionChoice(InstallChoice) 2024-06-25 - 09:48:15 [6]: InstallChoice Config::Erase "erase" 2024-06-25 - 09:48:15 [6]: PartitionTable* CreatePartitionTableJob::createTable() 2024-06-25 - 09:48:15 [6]: CreatePartitionTableJob::createTable trying to make table for device "/dev/vda" 2024-06-25 - 09:48:15 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:15 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:15 [6]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:15 [6]: system is EFI and new EFI system partition has been found. 2024-06-25 - 09:48:15 [6]: void PartitionCoreModule::dumpQueue() const 2024-06-25 - 09:48:15 [6]: # Queue: 2024-06-25 - 09:48:15 [6]: .. ## Device: "/dev/vda" 2024-06-25 - 09:48:15 [6]: .. - CreatePartitionTableJob 2024-06-25 - 09:48:15 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:15 [6]: .. - SetPartFlagsJob 2024-06-25 - 09:48:15 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:15 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice) 2024-06-25 - 09:48:15 [6]: Updating partitioning preview widgets. 2024-06-25 - 09:48:19 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:48:19 [6]: void ChoicePage::applyActionChoice(InstallChoice) 2024-06-25 - 09:48:19 [6]: InstallChoice Config::Erase "erase" 2024-06-25 - 09:48:19 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice) 2024-06-25 - 09:48:19 [6]: Updating partitioning preview widgets. 2024-06-25 - 09:48:19 [6]: DEBUG (Qt): smartctl initialization failed for "/dev/vda" : No such file or directory 2024-06-25 - 09:48:19 [6]: DEBUG (Qt): error during smart output parsing for "/dev/vda" : Success 2024-06-25 - 09:48:19 [2]: WARNING (Qt): unknown file system type "" on "/dev/vda1" 2024-06-25 - 09:48:19 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:19 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:19 [6]: PartitionTable* CreatePartitionTableJob::createTable() 2024-06-25 - 09:48:19 [6]: CreatePartitionTableJob::createTable trying to make table for device "/dev/vda" 2024-06-25 - 09:48:19 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:19 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:19 [6]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:19 [6]: system is EFI and new EFI system partition has been found. 2024-06-25 - 09:48:19 [6]: quint64 swapSuggestion(quint64, Config::SwapChoice) 2024-06-25 - 09:48:19 [6]: Suggested swap size: 8 GiB 2024-06-25 - 09:48:19 [6]: void PartitionCoreModule::dumpQueue() const 2024-06-25 - 09:48:19 [6]: # Queue: 2024-06-25 - 09:48:19 [6]: .. ## Device: "/dev/vda" 2024-06-25 - 09:48:19 [6]: .. - CreatePartitionTableJob 2024-06-25 - 09:48:19 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:19 [6]: .. - SetPartFlagsJob 2024-06-25 - 09:48:19 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:19 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:23 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:48:23 [6]: void ChoicePage::applyActionChoice(InstallChoice) 2024-06-25 - 09:48:23 [6]: InstallChoice Config::Erase "erase" 2024-06-25 - 09:48:23 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice) 2024-06-25 - 09:48:23 [6]: Updating partitioning preview widgets. 2024-06-25 - 09:48:23 [6]: DEBUG (Qt): smartctl initialization failed for "/dev/vda" : No such file or directory 2024-06-25 - 09:48:23 [6]: DEBUG (Qt): error during smart output parsing for "/dev/vda" : Success 2024-06-25 - 09:48:23 [2]: WARNING (Qt): unknown file system type "" on "/dev/vda1" 2024-06-25 - 09:48:23 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:23 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:23 [6]: PartitionTable* CreatePartitionTableJob::createTable() 2024-06-25 - 09:48:23 [6]: CreatePartitionTableJob::createTable trying to make table for device "/dev/vda" 2024-06-25 - 09:48:23 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:23 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:23 [6]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:23 [6]: system is EFI and new EFI system partition has been found. 2024-06-25 - 09:48:23 [6]: quint64 swapSuggestion(quint64, Config::SwapChoice) 2024-06-25 - 09:48:23 [6]: Suggested swap size: 8 GiB 2024-06-25 - 09:48:23 [6]: void PartitionCoreModule::dumpQueue() const 2024-06-25 - 09:48:23 [6]: # Queue: 2024-06-25 - 09:48:23 [6]: .. ## Device: "/dev/vda" 2024-06-25 - 09:48:23 [6]: .. - CreatePartitionTableJob 2024-06-25 - 09:48:23 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:23 [6]: .. - SetPartFlagsJob 2024-06-25 - 09:48:23 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:23 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:26 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:48:26 [6]: void ChoicePage::applyActionChoice(InstallChoice) 2024-06-25 - 09:48:26 [6]: InstallChoice Config::Erase "erase" 2024-06-25 - 09:48:26 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice) 2024-06-25 - 09:48:26 [6]: Updating partitioning preview widgets. 2024-06-25 - 09:48:26 [6]: DEBUG (Qt): smartctl initialization failed for "/dev/vda" : No such file or directory 2024-06-25 - 09:48:26 [6]: DEBUG (Qt): error during smart output parsing for "/dev/vda" : Success 2024-06-25 - 09:48:26 [2]: WARNING (Qt): unknown file system type "" on "/dev/vda1" 2024-06-25 - 09:48:26 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:26 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:26 [6]: PartitionTable* CreatePartitionTableJob::createTable() 2024-06-25 - 09:48:26 [6]: CreatePartitionTableJob::createTable trying to make table for device "/dev/vda" 2024-06-25 - 09:48:26 [2]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:26 [2]: WARNING: system is EFI but no EFI system partitions found. 2024-06-25 - 09:48:26 [6]: void PartitionCoreModule::scanForEfiSystemPartitions() 2024-06-25 - 09:48:26 [6]: system is EFI and new EFI system partition has been found. 2024-06-25 - 09:48:26 [6]: quint64 swapSuggestion(quint64, Config::SwapChoice) 2024-06-25 - 09:48:26 [6]: Suggested swap size: 8 GiB 2024-06-25 - 09:48:26 [6]: void PartitionCoreModule::dumpQueue() const 2024-06-25 - 09:48:26 [6]: # Queue: 2024-06-25 - 09:48:26 [6]: .. ## Device: "/dev/vda" 2024-06-25 - 09:48:26 [6]: .. - CreatePartitionTableJob 2024-06-25 - 09:48:26 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:26 [6]: .. - SetPartFlagsJob 2024-06-25 - 09:48:26 [6]: .. - CreatePartitionJob 2024-06-25 - 09:48:26 [6]: .. - CreatePartitionJob 2024-06-25 - 09:49:15 [2]: WARNING (Qt): Wayland does not support QWindow::requestActivate() 2024-06-25 - 09:49:20 [2]: WARNING (Qt): QObject::setParent: Cannot set parent, new parent is in a different thread 2024-06-25 - 09:49:20 [6]: virtual QString PartitionViewStep::prettyStatus() const 2024-06-25 - 09:49:20 [6]: Summary for Partition 1 Config::Erase 2024-06-25 - 09:49:20 [6]: QStringList findEssentialLVs(const QList&) 2024-06-25 - 09:49:20 [6]: Checking LVM use on 1 devices 2024-06-25 - 09:49:20 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const 2024-06-25 - 09:49:20 [6]: Building partition information map 2024-06-25 - 09:49:20 [6]: .. partitions on "/dev/vda" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "unallocated" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "unknown" fsName : "unknown" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "false" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "EFI" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/boot" fs: : "fat32" fsName : "fat32" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "root" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/" fs: : "ext4" fsName : "ext4" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "linuxswap" fsName : "linuxswap" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const 2024-06-25 - 09:49:20 [6]: Building partition information map 2024-06-25 - 09:49:20 [6]: .. partitions on "/dev/vda" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "unallocated" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "unknown" fsName : "unknown" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "false" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "EFI" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/boot" fs: : "fat32" fsName : "fat32" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "root" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/" fs: : "ext4" fsName : "ext4" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "linuxswap" fsName : "linuxswap" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [2]: WARNING (Qt): QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout 2024-06-25 - 09:49:20 [2]: WARNING (Qt): QObject::setParent: Cannot set parent, new parent is in a different thread 2024-06-25 - 09:49:20 [6]: QStringList findEssentialLVs(const QList&) 2024-06-25 - 09:49:20 [6]: Checking LVM use on 1 devices 2024-06-25 - 09:49:20 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const 2024-06-25 - 09:49:20 [6]: Building partition information map 2024-06-25 - 09:49:20 [6]: .. partitions on "/dev/vda" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "unallocated" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "unknown" fsName : "unknown" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "false" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "EFI" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/boot" fs: : "fat32" fsName : "fat32" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "root" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/" fs: : "ext4" fsName : "ext4" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "linuxswap" fsName : "linuxswap" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const 2024-06-25 - 09:49:20 [6]: Building partition information map 2024-06-25 - 09:49:20 [6]: .. partitions on "/dev/vda" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "unallocated" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "unknown" fsName : "unknown" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "false" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "EFI" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/boot" fs: : "fat32" fsName : "fat32" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "root" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "/" fs: : "ext4" fsName : "ext4" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: .. mapping for "" "New Partition" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "linuxswap" fsName : "linuxswap" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "true" 2024-06-25 - 09:49:20 [6]: void ensureSize(QWidget*, QScrollArea*, Calamares::ViewStep*) 2024-06-25 - 09:49:20 [6]: Summary widget is larger than viewport, enlarge by 274 to QSize(834, 761) 2024-06-25 - 09:49:41 [6]: DEBUG (Qt): QML Component (default slideshow) activated 2024-06-25 - 09:49:41 [6]: QStringList findEssentialLVs(const QList&) 2024-06-25 - 09:49:41 [6]: Checking LVM use on 1 devices 2024-06-25 - 09:49:41 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:49:41 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:49:41 [2]: add_check_libpwquality(PasswordCheckList&, const QVariant&):: 2024-06-25 - 09:49:41 [2]: WARNING: libpwquality error -22 The password fails the dictionary check 2024-06-25 - 09:49:41 [6]: void Calamares::JobThread::finalize() 2024-06-25 - 09:49:41 [6]: There are 15 jobs, total weight 5 2024-06-25 - 09:49:41 [6]: .. Job 1 "Managing auto-mount settings…" +wt 0.1 tot.wt 0.1 2024-06-25 - 09:49:41 [6]: .. Job 2 "Clearing all temporary mounts…" +wt 0.1 tot.wt 0.2 2024-06-25 - 09:49:41 [6]: .. Job 3 "Clear mounts for partitioning operations on /dev/vda" +wt 0.1 tot.wt 0.3 2024-06-25 - 09:49:41 [6]: .. Job 4 "Creating new gpt partition table on /dev/vda…" +wt 0.1 tot.wt 0.4 2024-06-25 - 09:49:41 [6]: .. Job 5 "Create new 512MiB partition on /dev/vda (vda) with entries EFI" +wt 0.1 tot.wt 0.5 2024-06-25 - 09:49:41 [6]: .. Job 6 "Set flags on 512MiB fat32 partition" +wt 0.1 tot.wt 0.6 2024-06-25 - 09:49:41 [6]: .. Job 7 "Create new 252613MiB partition on /dev/vda (vda) with entries root" +wt 0.1 tot.wt 0.7 2024-06-25 - 09:49:41 [6]: .. Job 8 "Create new 9011MiB partition on /dev/vda (vda)" +wt 0.1 tot.wt 0.8 2024-06-25 - 09:49:41 [6]: .. Job 9 "Set partition information" +wt 0.1 tot.wt 0.9 2024-06-25 - 09:49:41 [6]: .. Job 10 "Managing auto-mount settings…" +wt 0.1 tot.wt 1 2024-06-25 - 09:49:41 [6]: .. Job 11 "mount" +wt 1 tot.wt 2 2024-06-25 - 09:49:41 [6]: .. Job 12 "nixos" +wt 1 tot.wt 3 2024-06-25 - 09:49:41 [6]: .. Job 13 "Set password for user myuser" +wt 0.5 tot.wt 3.5 2024-06-25 - 09:49:41 [6]: .. Job 14 "Set password for user root" +wt 0.5 tot.wt 4 2024-06-25 - 09:49:41 [6]: .. Job 15 "Unmounting file systems…" +wt 1 tot.wt 5 2024-06-25 - 09:49:41 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:41 [6]: Starting job "Managing auto-mount settings…" ( 1 / 15 ) 2024-06-25 - 09:49:41 [6]: virtual Calamares::JobResult AutoMountManagementJob::exec() 2024-06-25 - 09:49:41 [6]: Set automount to disable 2024-06-25 - 09:49:41 [6]: void Calamares::Partition::querySolidAutoMount(QDBusConnection&, AutoMountInfo&) 2024-06-25 - 09:49:41 [6]: Solid not available: "The name org.kde.kded5 was not provided by any .service files" 2024-06-25 - 09:49:41 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:41 [6]: Starting job "Clearing all temporary mounts…" ( 2 / 15 ) 2024-06-25 - 09:49:41 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:41 [6]: Starting job "Clear mounts for partitioning operations on /dev/vda" ( 3 / 15 ) 2024-06-25 - 09:49:41 [2]: QStringList getLVMVolumes() 2024-06-25 - 09:49:41 [2]: WARNING: this system does not seem to have LVM2 tools. 2024-06-25 - 09:49:41 [2]: QStringList getPVGroups(const QString&) 2024-06-25 - 09:49:41 [2]: WARNING: this system does not seem to have LVM2 tools. 2024-06-25 - 09:49:41 [6]: QStringList getPartitionsForDevice(const QString&) 2024-06-25 - 09:49:41 [6]: Reading from "/proc/partitions" looking for "vda" 2024-06-25 - 09:49:42 [6]: virtual Calamares::JobResult ClearMountsJob::exec() 2024-06-25 - 09:49:42 [6]: ClearMountsJob finished. Here's what was done: 2024-06-25 - 09:49:42 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:42 [6]: .. Running ("sync") 2024-06-25 - 09:49:42 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:42 [6]: Starting job "Creating new gpt partition table on /dev/vda…" ( 4 / 15 ) 2024-06-25 - 09:49:42 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec() 2024-06-25 - 09:49:42 [6]: Creating new partition table of type "gpt" , uncommitted partitions: 2024-06-25 - 09:49:42 [6]: .. "unallocated" 2024-06-25 - 09:49:42 [6]: .. "New Partition" 2024-06-25 - 09:49:42 [6]: .. "New Partition" 2024-06-25 - 09:49:42 [6]: .. "New Partition" 2024-06-25 - 09:49:42 [6]: .. Running ("lsblk") 2024-06-25 - 09:49:42 [6]: .. lsblk output: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0 7:0 0 2.4G 1 loop /nix/.ro-store sr0 11:0 1 2.4G 0 rom /iso vda 253:0 0 256G 0 disk |-vda1 253:1 0 2M 0 part |-vda2 253:2 0 1G 0 part `-vda3 253:3 0 255G 0 part 2024-06-25 - 09:49:42 [6]: .. Running ("mount") 2024-06-25 - 09:49:42 [6]: .. mount output: devtmpfs on /dev type devtmpfs (rw,nosuid,size=406688k,nr_inodes=1011753,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=3,mode=620,ptmxmode=666) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /run type tmpfs (rw,nosuid,nodev,size=2033428k,mode=755) ramfs on /run/keys type ramfs (rw,nosuid,nodev,relatime,mode=750) tmpfs on /run/wrappers type tmpfs (rw,nodev,relatime,mode=755) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) tmpfs on / type tmpfs (rw,relatime,mode=755) /dev/sr0 on /iso type iso9660 (ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8) /iso/nix-store.squashfs on /nix/.ro-store type squashfs (ro,relatime,errors=continue,threads=single) tmpfs on /nix/.rw-store type tmpfs (rw,relatime,mode=755) overlay on /nix/store type overlay (rw,relatime,lowerdir=/mnt-root/nix/.ro-store,upperdir=/mnt-root/nix/.rw-store/store,workdir=/mnt-root/nix/.rw-store/work,uuid=on) overlay on /nix/store type overlay (ro,relatime,lowerdir=/mnt-root/nix/.ro-store,upperdir=/mnt-root/nix/.rw-store/store,workdir=/mnt-root/nix/.rw-store/work,uuid=on) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=813368k,nr_inodes=203342,mode=700,uid=1000,gid=100) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100) portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=100) 2024-06-25 - 09:49:42 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:42 [6]: Starting job "Create new 512MiB partition on /dev/vda (vda) with entries EFI" ( 5 / 15 ) 2024-06-25 - 09:49:44 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:44 [6]: Starting job "Set flags on partition /dev/vda1" ( 6 / 15 ) 2024-06-25 - 09:49:44 [6]: virtual Calamares::JobResult SetPartFlagsJob::exec() 2024-06-25 - 09:49:44 [6]: Setting flags on "/dev/vda" partition "/dev/vda1" "boot" 2024-06-25 - 09:49:44 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:44 [6]: Starting job "Create new 252613MiB partition on /dev/vda (vda) with entries root" ( 7 / 15 ) 2024-06-25 - 09:49:47 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:47 [6]: Starting job "Create new 9011MiB partition on /dev/vda (vda)" ( 8 / 15 ) 2024-06-25 - 09:49:48 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:48 [6]: Starting job "Set partition information" ( 9 / 15 ) 2024-06-25 - 09:49:48 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const 2024-06-25 - 09:49:48 [6]: Building partition information map 2024-06-25 - 09:49:48 [6]: .. partitions on "/dev/vda" 2024-06-25 - 09:49:48 [6]: .. mapping for "" "unallocated" partlabel : "" partition-uuid (partuuid) : "PartUUID$70a74fda" parttype : "" partattrs : "0" mountPoint: : "" fs: : "unknown" fsName : "unknown" filesystem-uuid (uuid) : "FSUUID$3d148694" claimed : "false" 2024-06-25 - 09:49:48 [6]: .. mapping for "/dev/vda1" "/dev/vda1" partlabel : "EFI" partition-uuid (partuuid) : "PartUUID$eaaf2b41" parttype : "" partattrs : "0" mountPoint: : "/boot" fs: : "fat32" fsName : "fat32" filesystem-uuid (uuid) : "FSUUID$c42a5ac" claimed : "true" 2024-06-25 - 09:49:48 [6]: .. mapping for "/dev/vda2" "/dev/vda2" partlabel : "root" partition-uuid (partuuid) : "PartUUID$9dd0ecf4" parttype : "" partattrs : "0" mountPoint: : "/" fs: : "ext4" fsName : "ext4" filesystem-uuid (uuid) : "FSUUID$142555fa" claimed : "true" 2024-06-25 - 09:49:48 [6]: .. mapping for "/dev/vda3" "/dev/vda3" partlabel : "" partition-uuid (partuuid) : "PartUUID$718496bd" parttype : "" partattrs : "0" mountPoint: : "" fs: : "linuxswap" fsName : "linuxswap" filesystem-uuid (uuid) : "FSUUID$210fd2db" claimed : "true" 2024-06-25 - 09:49:48 [6]: virtual Calamares::JobResult FillGlobalStorageJob::exec() 2024-06-25 - 09:49:48 [6]: Saving partition information map to GlobalStorage["partitions"] 2024-06-25 - 09:49:48 [6]: virtual Calamares::JobResult FillGlobalStorageJob::exec() 2024-06-25 - 09:49:48 [6]: FillGlobalStorageJob writing empty bootLoader value 2024-06-25 - 09:49:48 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:48 [6]: Starting job "Managing auto-mount settings…" ( 10 / 15 ) 2024-06-25 - 09:49:48 [6]: virtual Calamares::JobResult AutoMountManagementJob::exec() 2024-06-25 - 09:49:48 [6]: Restore automount settings 2024-06-25 - 09:49:48 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:48 [6]: Starting job "mount" ( 11 / 15 ) 2024-06-25 - 09:49:49 [6]: [PYTHON JOB]: Found gettext "en_US" in "/nix/store/mvfydp25hwc5h5kwkh1kaakzqssxwnzj-kconfigwidgets-5.116.0/share/locale/en_US" 2024-06-25 - 09:49:49 [6]: .. Running ("swapon", "/dev/vda3") 2024-06-25 - 09:49:49 [6]: .. Running ("mount", "-t", "ext4", "-o", "defaults", "/dev/vda2", "/tmp/calamares-root-omanbmvw/") 2024-06-25 - 09:49:49 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:49 [6]: .. Running ("sync") 2024-06-25 - 09:49:49 [6]: .. Running ("mount", "-t", "vfat", "-o", "defaults", "/dev/vda1", "/tmp/calamares-root-omanbmvw/boot") 2024-06-25 - 09:49:49 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:49 [6]: .. Running ("sync") 2024-06-25 - 09:49:49 [6]: .. Running ("mount", "-o", "b,i,n,d", "/dev", "/tmp/calamares-root-omanbmvw/dev") 2024-06-25 - 09:49:49 [6]: .. Target cmd: ("mount", "-o", "b,i,n,d", "/dev", "/tmp/calamares-root-omanbmvw/dev") Exit code: 32 output: mount: /tmp/calamares-root-omanbmvw/dev: /dev is not a block device. dmesg(1) may have more information after failed mount system call. 2024-06-25 - 09:49:49 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:49 [6]: .. Running ("sync") 2024-06-25 - 09:49:49 [2]: WARNING: [PYTHON JOB]: "Cannot mount /dev" 2024-06-25 - 09:49:50 [6]: .. Running ("mount", "-t", "proc", "-o", "defaults", "proc", "/tmp/calamares-root-omanbmvw/proc") 2024-06-25 - 09:49:50 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:50 [6]: .. Running ("sync") 2024-06-25 - 09:49:50 [6]: .. Running ("mount", "-t", "tmpfs", "-o", "defaults", "tmpfs", "/tmp/calamares-root-omanbmvw/run") 2024-06-25 - 09:49:50 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:50 [6]: .. Running ("sync") 2024-06-25 - 09:49:50 [6]: .. Running ("mount", "-o", "b,i,n,d", "/run/udev", "/tmp/calamares-root-omanbmvw/run/udev") 2024-06-25 - 09:49:50 [6]: .. Target cmd: ("mount", "-o", "b,i,n,d", "/run/udev", "/tmp/calamares-root-omanbmvw/run/udev") Exit code: 32 output: mount: /tmp/calamares-root-omanbmvw/run/udev: /run/udev is not a block device. dmesg(1) may have more information after failed mount system call. 2024-06-25 - 09:49:50 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:50 [6]: .. Running ("sync") 2024-06-25 - 09:49:50 [2]: WARNING: [PYTHON JOB]: "Cannot mount /run/udev" 2024-06-25 - 09:49:50 [6]: .. Running ("mount", "-t", "sysfs", "-o", "defaults", "sys", "/tmp/calamares-root-omanbmvw/sys") 2024-06-25 - 09:49:50 [6]: .. Running ("udevadm", "settle") 2024-06-25 - 09:49:50 [6]: .. Running ("sync") 2024-06-25 - 09:49:50 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:50 [6]: Starting job "nixos" ( 12 / 15 ) 2024-06-25 - 09:49:50 [6]: [PYTHON JOB]: Found gettext "en_US" in "/nix/store/mvfydp25hwc5h5kwkh1kaakzqssxwnzj-kconfigwidgets-5.116.0/share/locale/en_US" 2024-06-25 - 09:49:50 [2]: Calamares::Python::Object Calamares::Python::GlobalStorageProxy::value(const std::string&) const 2024-06-25 - 09:49:50 [2]: WARNING: Unknown GS key hostname 2024-06-25 - 09:49:50 [2]: Calamares::Python::Object Calamares::Python::GlobalStorageProxy::value(const std::string&) const 2024-06-25 - 09:49:50 [2]: WARNING: Unknown GS key keyboardVConsoleKeymap 2024-06-25 - 09:49:50 [2]: Calamares::Python::Object Calamares::Python::GlobalStorageProxy::value(const std::string&) const 2024-06-25 - 09:49:50 [2]: WARNING: Unknown GS key autoLoginUser 2024-06-25 - 09:49:50 [2]: Calamares::Python::Object Calamares::Python::GlobalStorageProxy::value(const std::string&) const 2024-06-25 - 09:49:50 [2]: WARNING: Unknown GS key autoLoginUser 2024-06-25 - 09:49:50 [6]: .. Running ("swapon", "/dev/vda3") 2024-06-25 - 09:49:50 [6]: .. Target cmd: ("swapon", "/dev/vda3") Exit code: 255 output: swapon: /dev/vda3: swapon failed: Device or resource busy 2024-06-25 - 09:49:50 [1]: ERROR: [PYTHON JOB]: "Failed to activate swap: /dev/mapper//dev/vda3" 2024-06-25 - 09:49:50 [6]: virtual void Calamares::JobThread::run() 2024-06-25 - 09:49:50 [6]: Skipping non-emergency job "Set password for user myuser" 2024-06-25 - 09:49:50 [6]: .. Skipping non-emergency job "Set password for user root" 2024-06-25 - 09:49:50 [6]: .. Skipping non-emergency job "Unmounting file systems…" 2024-06-25 - 09:49:50 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&) 2024-06-25 - 09:49:50 [1]: ERROR: Installation failed: "swapon failed to activate swap /dev/vda3" 2024-06-25 - 09:49:50 [6]: .. - message: "swapon failed to activate swap /dev/vda3" 2024-06-25 - 09:49:50 [6]: .. - details: failed while activating:/dev/mapper//dev/vda3 2024-06-25 - 09:49:50 [6]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&) 2024-06-25 - 09:49:50 [6]: Calamares will quit when the dialog closes. 2024-06-25 - 09:49:50 [6]: DEBUG (Qt): QML Component (default slideshow) deactivated 2024-06-25 - 09:49:50 [6]: void Config::doNotify(bool, bool) 2024-06-25 - 09:49:50 [6]: Sending notification of completion: failed ```

Steps To Reproduce

Steps to reproduce the behavior:

  1. QEMU x86_64 VM with UEFI (OVMF) firmware
  2. attach a virtio-blk device to the VM
  3. start the NixOS 24.05 graphical installer in the VM
  4. Install using "erase all disks/partitions" and select to use swap partition
  5. click "install" (last step of the installer) and see how it fails

Expected behavior

Should work properly. It works without UEFI firmware, i.e., with legacy BIOS.

Additional Context

It is not clear to me why the installer needs to do a swapon at all?! It is just the installer, not the final system.

Notify maintainers

Unsure who is responsible for the installer. Ping @SuperSandro2000 @blitz @colemickens can you help?

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

From within the VM:

image


Add a :+1: reaction to issues you find important.

eclairevoyant commented 2 months ago

reported upstream: https://github.com/NixOS/calamares-nixos-extensions/issues/34