Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC 07 January 2018, 21:45:53 I am trying to install Artix to UEFI-only PC, so looks like I need to make 3 partitions:Quote1) /boot/efi - FAT32 ||| flags: boot, esp ||| 1 GB size2) linuxswap - swap ||| flags: swap ||| twice the size of RAM3) / - ext4 ||| flags: root ||| the remaining HDD spaceBut, as soon as I start the installation, it is always stuck at9% progress bar - creating new fat32 partition at /dev/sdaI've tried different flags and different partition sizes, but it doesn't help - always stuck HDD is 100% ok . I am using the latest Artix ISO : 2018-01-05 , dd to USB flash driveTried automatic partitioning - also stuck at the same place also, Calamares loads 100% it's occuppied CPU core Last Edit: 07 January 2018, 22:13:40 by mike15
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #1 – 07 January 2018, 23:02:28 I don't think its stuck just doing its job downloading packages this is a net install start the installer with sudo calamares -d then you will see what is happening in the terminal. then repost the error if their is one
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #2 – 08 January 2018, 12:29:11 Quote from: mandog – on 07 January 2018, 23:02:28I don't think its stuck just doing its job downloading packages this is a net install start the installer with sudo calamares -d then you will see what is happening in the terminal. then repost the error if their is one Tried again with sudo calamares -d : indeed the last action in logs wasQuoteStarting job "Create new partition 300 MB at /dev/sda (ATA TOSHIBA MK7559GS) with fat32 filesystem"Waited 2 hours with a high speed connection and still no advance - so its indeed stuck there,not downloading any packagesNow I will try to use gparted to create that FAT32 partition before using calamares,maybe it could help to go beyond that dead point
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #3 – 08 January 2018, 13:31:47 I'll be uploading a new iso tonight.The partitioning issue escaped attention, my test was with just reformatting partitions that had been already present. 2 Likes
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #4 – 08 January 2018, 14:23:41 Quote from: artoo – on 08 January 2018, 13:31:47I'll be uploading a new iso tonight.The partitioning issue escaped attention, my test was with just reformatting partitions that had been already present.I've partitioned manually with gparted or partitionmanager, then I noticedmy FAT32 partition (which is intended to become /boot/efi) has msftdata flag -- and calamares is unable to remove msftdata flag, and cannot set boot or esp flagswhich are required for a successful installationLaunched parted /dev/sda in terminal and had to do the following steps:Quote(parted) print /dev/sda(parted) rm 1 <--- 1 is a number of my FAT32 partition(parted) mkpart ESP fat32 1MiB 100% <--- my previous fat32 partition started at 1MiB and was 1GB till the next partition,trying to make a new fat32 partition of exactly the same size(parted) print /dev/sda <--- damned msftdata flag is still there(parted) set 1 boot on <--- it got replaced with boot and esp !(parted) print all(parted) quitThen launched calamares, used these existing partitions, and - SUCCESS ! So it looks like not just the partitioner is broken, it's also unable to set the flagsThank you very much for Artix wonderful pure distro, without systemd heresy ! P.S. Also had to install broadcom-wl-dkms package for my crappy Broadcom, now it works
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #5 – 08 January 2018, 18:27:43 https://sourceforge.net/projects/artix-linux/files/iso/lxqt/artix-lxqt-20180108-x86_64.iso/download
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #6 – 08 January 2018, 20:50:45 @kenny_w asked the same exact thing almost at the same time at https://forum.artixlinux.org/index.php/topic,348.0.htmlMaybe if this is the problem use gparted or pacman -S gparted if it is not available, make a partition, then tell calamares to replace that partition. Otherwise try Artix_IV.iso
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #7 – 14 January 2018, 21:28:01 Quote from: fungalnet – on 08 January 2018, 20:50:45@kenny_w asked the same exact thing almost at the same time at https://forum.artixlinux.org/index.php/topic,348.0.htmlMaybe if this is the problem use gparted or pacman -S gparted if it is not available, make a partition, then tell calamares to replace that partition. Otherwise try Artix_IV.isoThe last time I mentioned this, there was an uproar, but I will repeate it....Historically, there is a problem trying to access hard drives on Toshiba systems with Free software.
Re: Calamares is always stuck at 9% (creating FAT32 partition) , UEFI-only PC Reply #8 – 14 January 2018, 21:31:43 what is the difference in using gparted and cfdisk?