Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archinstall failing on lsblk (not a block device) #2930

Open
EyBmr opened this issue Nov 25, 2024 · 0 comments
Open

Archinstall failing on lsblk (not a block device) #2930

EyBmr opened this issue Nov 25, 2024 · 0 comments

Comments

@EyBmr
Copy link

EyBmr commented Nov 25, 2024

Which ISO version are you using?

archlinux-2024.11.01-x86_64.iso

The installation log

Mounting /dev/sda1: mount /dev/sda1 /mnt/arch_btrfs
Partition /dev/sda1 is currently mounted at: ['/mnt/arch_btrfs']
Unmounting mountpoint: /mnt/arch_btrfs
Mounting /dev/sdb1: mount /dev/sdb1 /mnt/arch_btrfs
Partition /dev/sdb1 is currently mounted at: ['/mnt/arch_btrfs']
Unmounting mountpoint: /mnt/arch_btrfs
Mounting /dev/sdc1: mount /dev/sdc1 /mnt/arch_btrfs
Partition /dev/sdc1 is currently mounted at: ['/mnt/arch_btrfs']
Unmounting mountpoint: /mnt/arch_btrfs
Mounting /dev/sdd1: mount /dev/sdd1 /mnt/arch_btrfs
Partition /dev/sdd1 is currently mounted at: ['/mnt/arch_btrfs']
Unmounting mountpoint: /mnt/arch_btrfs
Could not determine the filesystem: None
Error calling lsblk: lsblk: /dev/nvme0n1p1: not a block device
{
   "blockdevices": [

   ]
}

describe the problem

Description of the issue

When running archinstall in the live Arch iso image, the following error happens:

20241124_231818

It appears that archinstall has trouble running lsblk on /dev/nvme0n1p1 which is the boot partition of my existing Arch installation.

However, running lsblk manually lists the affected block device just fine:

nvme0n1     259:2    0 931,5G  0 disk

├─nvme0n1p1 259:3    0     1G  0 part /boot

├─nvme0n1p2 259:4    0   865G  0 part /var/cache/pacman/pkg

│                                     /var/log

│                                     /home

│                                     /

CPU: AMD Ryzen 7 5700G with Radeon Graphics
Memory: 32GB
GPU: AMD Radeon RX 7800 XT
Mainboard: MSI B550-A-PRO
Drive: Samsung 980 PRO 1TB SSD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant