Intallation to hdd from a artix-lxqt usb key. 30 September 2017, 04:03:03 1.0 Installation from iso image of artix-lxqt went well:1.1 Identified the usb key with lsblk -f1.2 dd if=/path/to/iso/artix-lxqt-rolling-x86_64.iso of=/dev/sdX bs=4M;sync2.0 The structure of my ssd is:[artix artix]# lsblk -fNAME FSTYPE LABEL UUID MOUNTPOINTloop0 squashfs /run/artix/sfs/livefsloop1 squashfs /run/artix/sfs/desktopfsloop2 squashfs /run/artix/sfs/rootfssda ├─sda1 ext4 629acbde-7a91-49ca-b9b8-b17e9e65bfb4 /run/media/artix/manjaro├─sda2 ├─sda5 ext4 e70b84a5-da6d-4005-809f-cec19c0694cc /run/media/artix/e70b84a5-d├─sda6 ext3 0d6e0fe4-79dd-4ea3-8d9b-24474cb96e49 /run/media/artix/0d6e0fe4-7└─sda7 swap ad800b6d-428c-451f-8eb8-1ee7ecaac8f1 [SWAP]sdb iso9660 ARTIX 2017-08-08-10-05-39-00 ├─sdb1 iso9660 ARTIX 2017-08-08-10-05-39-00 /run/artix/bootmnt└─sdb2 vfat ARTIX_EFI B179-7DAC [artix artix]#How do I install artix to sda6? Grub2 will call artix from sda1.Thanks.
Re: Intallation to hdd from a artix-lxqt usb key. Reply #1 – 30 September 2017, 04:33:20 I found calamares installer. sudo calamares brings the installer. Choosing manual partitioning the gui presents only empty fields. There is no way to select sda6. I hope there is a possibility of installing without changing my actual boot partition on sda1. All I would like would be an update-grub from sda1 or/and adding a some instructions in /etc/grub.d/40_custom.Any suggrstion to get calamares working?
Re: Intallation to hdd from a artix-lxqt usb key. Reply #2 – 30 September 2017, 14:04:24 I have found I need to use the partitioner in system tools to unlock my ssd before using calamares. On boot it appears the live cd mounts and locks any removable drives.
Re: Intallation to hdd from a artix-lxqt usb key. Reply #3 – 30 September 2017, 16:28:41 Thanks for looking at the problem. What do you mean, you unmount partitions? I went further. Calamares works only when I choose booting from cd (not usb), though I boot from usb. I go to manual partition and select sda6, Calamares tries to install but finally abort with error message:Boost.Python error in job "machineid".<class 'subprocess.CalledProcessError'>Command 'dbus-uuidgen --ensure' returned non-zero exit status 127.Traceback: File "/usr/lib/calamares/modules/machineid/main.py", line 54, in run check_target_env_call(["dbus-uuidgen", "--ensure"]) File "<string>", line 2, in <module>Any other way to install the system would be appreciated. Thanks. Last Edit: 30 September 2017, 16:30:13 by francois