Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: kenny_w on 07 January 2018, 22:54:30

Title: New ISO stuck on creating partitions
Post by: kenny_w on 07 January 2018, 22:54:30
Hey guys, so I've tried twice now but it just gets stuck at creating new partition... I've tried to put the FAT32 UEFI partition first & then tried the / root partition first, both times it seems to be stuck. It will get stuck at either 6% or 9%., it just won't budge for hours... I've tried 4 times now. I wish there was more I could tell you about this but all I have is the output of calamares in the terminal.

I will update this with more info momentarily.

https://pastebin.com/PQnbqp48

I've also tried running sudo pacman -Syyu on the USB boot then trying the installation but its not working. I had Artix installed on BIOS with the previous ISO, I tried this time in UEFI mode with the new ISO. Why would it get stuck doing the partitions?? I've made a new GPT partition table, I don't know why its not working..

Yeah, I can't make this thing work no matter what I do...
Title: Re: New ISO stuck on creating partitions
Post by: artoo on 08 January 2018, 18:28:18
New iso should fix it.
https://sourceforge.net/projects/artix-linux/files/iso/lxqt/artix-lxqt-20180108-x86_64.iso/download
Title: Re: New ISO stuck on creating partitions
Post by: fungalnet on 08 January 2018, 20:43:37
Mine was getting stuck at 21% but looking at the tasks list it was working (I think rsync between repositories and partition) and eventually worked.

Unfortunately the last couple installations I did was a couple of days before the new iso came out.  All I know is that refracta-installer for making a similar size installation takes a small fraction of the time.

I don't think the first calamares took this long, I actually thought it was very good then.

Title: Re: New ISO stuck on creating partitions
Post by: robin0800 on 09 January 2018, 00:21:30
New iso should fix it.
https://sourceforge.net/projects/artix-linux/files/iso/lxqt/artix-lxqt-20180108-x86_64.iso/download
It probably does but "/usr/lib/calamares/modules/initcpio is still broken the error message

Code: [Select]
File "/usr/lib/calamares/modules/initcpio/main.py", line 36, in run\n    run_mkinitcpio()\n\n  File "/usr/lib/calamares/modules/initcpio/main.py", line 28, in run_mkinitcpio\n    check_target_env_call(['mkinitcpio', '-p', kernel])\n\n  File "<string>", line 2, in <module>\n" 
21:36:56 [0]: Installation failed:
21:36:56 [0]: - message: "Boost.Python error in job \"initcpio\"."
21:36:56 [0]: - details: "<div><strong>&lt;class 'subprocess.CalledProcessError'&gt;</strong></div><div>Command 'mkinitcpio -p linux' returned non-zero exit status 127.</div><div>Traceback:</div><div><pre>  File &quot;/usr/lib/calamares/modules/initcpio/main.py&quot;, line 36, in run\n    run_mkinitcpio()\n\n  File &quot;/usr/lib/calamares/modules/initcpio/main.py&quot;, line 28, in run_mkinitcpio\n    check_target_env_call(['mkinitcpio', '-p'

Title: Re: New ISO stuck on creating partitions
Post by: babu on 09 January 2018, 12:25:53
New iso should fix it.
https://sourceforge.net/projects/artix-linux/files/iso/lxqt/artix-lxqt-20180108-x86_64.iso/download
Hi!

Any important differences between 20180108-x86_64.iso and 20180105-x86_64.iso we shuould be aware of? Any changelog?

Thank you.
Title: Re: New ISO stuck on creating partitions
Post by: kenny_w on 09 January 2018, 13:59:05
Ohh awesome! Another new ISO! Well that's wonderful!! :D

Thank you, I'm gonna try it now.

Edit: It has passed 6% & 9% where it was getting stuck at earlier. Its at 31% Unsquash filesystem. I think theres a good chance that it may fail to install in UEFI mode but we will see.

Edit 2: Its installed & working in UEFI, hurray! :D

Note: the -testing repos are enabled, I'm gonna disable them, do you guys know they will be enabled after doing a fresh install?
Title: Re: New ISO stuck on creating partitions
Post by: artoo on 09 January 2018, 14:40:40

Note: the -testing repos are enabled, I'm gonna disable them, do you guys know they will be enabled after doing a fresh install?


Yep, I left testing repos enabled, since we have basically the live session packages stuff in testing at build time.
Title: Re: New ISO stuck on creating partitions
Post by: kenny_w on 09 January 2018, 14:47:42

Yep, I left testing repos enabled, since we have basically the live session packages stuff in testing at build time.

oh ok, I just wasn't sure if you guys knew about it or not.
Uummm, I get this weird error when trying to enable SSH... You know how to solve this one, Artoo?
'Privilege separation user nobody does not exist'
that's what I get when I enter sudo rc-service sshd start
Title: Re: New ISO stuck on creating partitions
Post by: artoo on 09 January 2018, 15:05:12

'Privilege separation user nobody does not exist'


I'll fix that, its our new filesystem package that now relies exclusively on sysusers.d files to manage users and groups.
The nobody group needs to be added and you'll get the update package with normal update procedure.
Title: Re: New ISO stuck on creating partitions
Post by: kenny_w on 09 January 2018, 15:13:39

I'll fix that, its our new filesystem package that now relies exclusively on sysusers.d files to manage users and groups.
The nobody group needs to be added and you'll get the update package with normal update procedure.

Ah dang. I tried adding the group 'nobody' but it seems like that didn't solve it. I suppose there's no quick solution to this so I'll have to wait. I have to go out right now anyways, hopefully I can get this working when I get home. Thanks for working so hard on all of this stuff, you guys rock!