В одном из официальных wiki предлагают указать
dom0_mem=256M
Но данного объема RAM недостаточно, в связи с чем возникает Kernel panicДля решения данной "проблемы" можно указать значение равное 1gb:
dom0_mem=1024M
dom0_mem=256M
Но данного объема RAM недостаточно, в связи с чем возникает Kernel panicdom0_mem=1024M
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
The update merges all binaries into a unified /usr/bin directory. This step removes a distinction that has been meaningless for Arch systems and simplifies package maintenance for the development team. See this post for more explanation of the reasoning behind this change.
The following instructions will ensure a safe update:
$ pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
Also check packages installed from non-official repos using:
$ paclist <repo> | awk ' { print $1 } ' | pacman -Ql - | grep ' /s\?bin/\| /usr/sbin/'
$ find /bin /sbin /usr/sbin -exec pacman -Qo -- {} + >/dev/null
# pacman -Syu --ignore filesystem,bash
# pacman -S bash
# pacman -Su