archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Crashes when creating partitions

Open tabbi-dev opened this issue 2 years ago • 2 comments

Crashes when creating partitions Attached is install.log and user_configuration.json

install.log:

Process 87 stopped
* thread #1: tid = 87, 0x00007f819be56b10, name = 'fhost'
    frame #0:
Process 87 stopped
* thread #8: tid = 87, 0x00007f81a47d7d60 fhost`get(path='/HDrG.json') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
    frame #0: {3:#018x} fhost`get(path='/HDrG.json') + 27 at fhost.c:139
   136   get(SrvContext *ctx, const char *path)
   137   {
   138       StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139       switch (obj->type) {
   140           case ObjTypeFile:
   141               ctx->serve_file_id(obj->id);
   142               break;
(lldb) q

user_configuration.json:

{
    "additional-repositories": [
        "multilib"
    ],
    "archinstall-language": "English",
    "audio_config": {
        "audio": "pipewire"
    },
    "bootloader": "Systemd-boot",
    "config_version": "2.7.1",
    "debug": false,
    "disk_config": {
        "config_type": "manual_partitioning",
        "device_modifications": [
            {
                "device": "/dev/nvme0n1",
                "partitions": [
                    {
                        "btrfs": [],
                        "dev_path": null,
                        "flags": [
                            "Boot",
                            "ESP"
                        ],
                        "fs_type": "fat32",
                        "mount_options": [],
                        "mountpoint": "/boot",
                        "obj_id": "9f33c7c5-68f5-4ac6-bc9b-84eb0e33d64a",
                        "size": {
                            "sector_size": {
                                "unit": "B",
                                "value": 512
                            },
                            "unit": "MiB",
                            "value": 512
                        },
                        "start": {
                            "sector_size": {
                                "unit": "B",
                                "value": 512
                            },
                            "unit": "MiB",
                            "value": 1
                        },
                        "status": "create",
                        "type": "primary"
                    },
                    {
                        "btrfs": [
                            {
                                "compress": true,
                                "mountpoint": "/",
                                "name": "/",
                                "nodatacow": false
                            },
                            {
                                "compress": true,
                                "mountpoint": "/home",
                                "name": "home",
                                "nodatacow": false
                            },
                            {
                                "compress": true,
                                "mountpoint": "/var/log",
                                "name": "log",
                                "nodatacow": false
                            },
                            {
                                "compress": true,
                                "mountpoint": "/var/cache/pacman/pkg",
                                "name": "pkg",
                                "nodatacow": false
                            },
                            {
                                "compress": true,
                                "mountpoint": "/.snapshots",
                                "name": "snapshots",
                                "nodatacow": false
                            },
                            {
                                "compress": false,
                                "mountpoint": "/home/tabbi/Games",
                                "name": "games",
                                "nodatacow": false
                            }
                        ],
                        "dev_path": null,
                        "flags": [],
                        "fs_type": "btrfs",
                        "mount_options": [
                            "compress=zstd"
                        ],
                        "mountpoint": null,
                        "obj_id": "47153c66-6255-4083-be2e-bc7a87d6e053",
                        "size": {
                            "sector_size": {
                                "unit": "B",
                                "value": 512
                            },
                            "unit": "B",
                            "value": 999665917952
                        },
                        "start": {
                            "sector_size": {
                                "unit": "B",
                                "value": 512
                            },
                            "unit": "B",
                            "value": 537919488
                        },
                        "status": "create",
                        "type": "primary"
                    }
                ],
                "wipe": false
            }
        ]
    },
    "disk_encryption": {
        "encryption_type": "luks",
        "partitions": [
            "47153c66-6255-4083-be2e-bc7a87d6e053"
        ]
    },
    "hostname": "tabsarch",
    "kernels": [
        "linux"
    ],
    "locale_config": {
        "kb_layout": "us",
        "sys_enc": "UTF-8",
        "sys_lang": "en_US"
    },
    "mirror_config": {
        "custom_mirrors": [],
        "mirror_regions": {
            "Australia": [
                "https://sydney.mirror.pkgbuild.com/$repo/os/$arch",
                "https://syd.mirror.rackspace.com/archlinux/$repo/os/$arch",
                "https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch",
                "https://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch",
                "https://au.mirrors.cicku.me/archlinux/$repo/os/$arch",
                "https://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch",
                "http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch",
                "http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch",
                "http://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch",
                "http://ftp.swin.edu.au/archlinux/$repo/os/$arch",
                "http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch",
                "http://au.mirrors.cicku.me/archlinux/$repo/os/$arch",
                "http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch"
            ]
        }
    },
    "network_config": {
        "type": "nm"
    },
    "no_pkg_lookups": false,
    "ntp": true,
    "offline": false,
    "parallel downloads": 0,
    "profile_config": {
        "gfx_driver": "AMD / ATI (open-source)",
        "greeter": "sddm",
        "profile": {
            "custom_settings": {
                "Kde": {}
            },
            "details": [
                "Kde"
            ],
            "main": "Desktop"
        }
    },
    "script": "guided",
    "silent": false,
    "skip_ntp": false,
    "skip_version_check": false,
    "swap": true,
    "uki": false,
    "version": "2.7.1"
}

tabbi-dev avatar Jan 28 '24 11:01 tabbi-dev

You can avoid that issue by downgrading archinstall to version 2.6.3

pacman -U https://archive.archlinux.org/packages/a/archinstall/archinstall-2.6.3-1-any.pkg.tar.zst

c0mpile avatar Jan 28 '24 16:01 c0mpile

Can you please upload the actual installation log file

svartkanin avatar Jan 28 '24 20:01 svartkanin

updating to the latest version should fix this otherwise we'll ned the installation log to debug

svartkanin avatar Apr 03 '24 10:04 svartkanin