Package Details: archuseriso 0.8.2-1

Git Clone URL: https://aur.archlinux.org/archuseriso.git (read-only, click to copy)
Package Base: archuseriso
Description: Create bootable disk images of Arch Linux, install to USB disk or thumb drive
Upstream URL: https://github.com/laurent85v/archuseriso
Keywords: archiso encryption liveusb persistence rescue
Licenses: GPL3
Conflicts: archuseriso
Submitter: laurent85
Maintainer: laurent85
Last Packager: laurent85
Votes: 13
Popularity: 0.68
First Submitted: 2019-05-05 23:27 (UTC)
Last Updated: 2024-04-13 16:44 (UTC)

Dependencies (20)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

laurent85 commented on 2024-01-12 11:12 (UTC)

Can you open a ticket on the project home page on github. I need to investigate further. Please provide the commands used and the error message reported.

https://github.com/laurent85v/archuseriso/issues

waitnsea commented on 2024-01-12 06:27 (UTC)

Thanks, but not a solution: even with shortest packages list and xfce, AUIXF_kfs is 100% full and stick works too slow, unusable

laurent85 commented on 2024-01-11 18:14 (UTC) (edited on 2024-01-11 21:14 (UTC) by laurent85)

The calculation of the size of the first partition was changed in one of the previous versions and it seems the size is too tight in some circumstances.

You can modify the code for now while waiting for the next update. Change the line #405 to:

iso_size=$(( $(du -bs "${WD}/${workdir}/iso/${install_dir}/${arch}" | awk '{print $1}') / 1048576 * 110 / 100 ))

waitnsea commented on 2024-01-10 01:54 (UTC) (edited on 2024-01-10 02:17 (UTC) by waitnsea)

I had same problem with KDE or XFCE, but problems happen only when there are too many packages added on this 58,6G USB key

Is this limit guilty ? Is an adaptative or only a little bigger size possible ? cow2 partition is quite empty

ISO size in MiB
iso_size=$(( iso_size / 1048576 ))

laurent85 commented on 2024-01-09 21:53 (UTC)

Which desktop profile was used to create your iso ?

Thanks for your support and happy new year ;)

waitnsea commented on 2024-01-09 07:49 (UTC) (edited on 2024-01-09 10:10 (UTC) by waitnsea)

Problem writing : aui-mkusb makes too small partitions and key doesn't work while iso works perfectly with qemu.

Added packages were : archinstall,dosfstools,mtools,ark,bc,borg,cherrytree,feh,fwupd,galculator,gparted,gvim,mupdf,reflector,testdisk,foremost,zellij,vim,w3m,zathura,zstd,ecryptfs-utils,gocryptfs,lshw,dmidecode,refind,ext4magic,restic

Thanks for archuseriso and best wishes for new year

laurent85 commented on 2023-09-05 15:31 (UTC)

Consult this wiki page, all the commands indicated are also valid for writing a disk image to a USB key or a USB disk. https://wiki.archlinux.org/title/USB_flash_installation_medium#Using_basic_command_line_utilities

BrentM commented on 2023-09-04 15:20 (UTC) (edited on 2023-09-04 15:23 (UTC) by BrentM)

Installation was made simple with 'EasyDD' https://bkhome.org/linux/easydd-write-image-file-to-drive.html Used the .img Image file for installation. I tried a number of ways to install, and EasyDD worked, it gave write error at the end of process, but the USB is working. Thank you for this program.

laurent85 commented on 2023-06-25 19:27 (UTC)

Done. Thanks for pointing out the typo.

waitnsea commented on 2023-06-25 18:11 (UTC)

Always good but on github german example "Examples: Using Kde Plasma profile, German language sudo aui-mkiso --language=from kde" needs correction . Friendly