archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Partitioning problem

Open alm494 opened this issue 3 years ago • 4 comments

Hi, this tool near perfectly works on official arch install media. But due to issues with some of WiFi cards I created my own media on USB (using this tool!) and installed a very basic archlinux there, also included 'archinstall' and 'arch-install-scripts', 'parted' and 'fdisk'. Archinstall works until disk partition reached and suspends on the step "BlockDevice(/dev/nvme0n1) contains the following partitions:" Using lsblk I can see all devices perfectly: nvme0n1 259.:0 0 476.9G 0 disk It seems that some packages are missing for partitioning and they are not installed as dependencies.

alm494 avatar Sep 07 '21 17:09 alm494

I know we've had issues with USB devices as the carrier, but I haven't tested it yet myself. Could you upload the /var/log/archinstall/install.log and perhaps I could see where it goes wrong?

Torxed avatar Sep 07 '21 19:09 Torxed

Aha, thank you, now I see that filesystems support were not presented in my media:

BlockDevice(/dev/nvme0n1) contains the following partitions: /usr/bin/mkfs.vfat does not exist. Partition(path=/dev/nvme0n1p1, size=100M, fs=vfat) Partition(path=/dev/nvme0n1p2, size=16M, fs=None) (Filesystem not supported) Partition(path=/dev/nvme0n1p3, size=476.3G, fs=ntfs) (Filesystem not supported) Partition(path=/dev/nvme0n1p4, size=540M, fs=ntfs) (Filesystem not supported)

I fixed it but this error handling should be visible to user during installation process.

alm494 avatar Sep 08 '21 04:09 alm494

There should be dependencies in the package that should install these things. I'm curious why mkfs.vfat doesn't exist.

Torxed avatar Sep 08 '21 11:09 Torxed

@Torxed I suspect this can be closed :)

svartkanin avatar Jun 19 '22 08:06 svartkanin