Straight frwd run archinstall 3.0.0 crashes in pipewiire section

Story: Archinstall 3.0 Enhances User Experience with Redesigned TUITotal Replies: 0
Author Content
dba477

Nov 18, 2024
4:34 PM EDT
Straight forward run archinstall 3.0.0 still crashes in Pipewire section. New behavior of archinstall 3.0.0 may be seen as advised at https://github.com/archlinux/archinstall/issues/2764 in other words via the master of archinstall,
# pacman -Sy git
# git clone https://github.com/archlinux/archinstall.git 
# cd archinstall
# python -m archinstall 
UPDATE as of 11/19/2024

Either way you may build a fresh ISO image of Arch Linux Development version following this guide https://xerolinux.xyz/posts/build-archiso/ . Deploying via freshly built ISO would be performed by archinstall 3.0.0 showing up new TUI with no failure in Pipewire section. To verify that Sound in VM is not broken you would have to downgrade Qemu 9.1.1-2 to 9.1.0-2 on bare metal Host like this :-

$ sudo pacman -U /var/cache/pacman/pkg/qemu-*9.1.0-2-x86_64.pkg.tar.zst

There is no need to wait until Arch ISO will be updated on 12/01/2024

See "[Regression] v9.1.1: hw/audio/hda audio output stream closes (SPICE)" https://gitlab.com/qemu-project/qemu/-/issues/2639#note_2199...

UPDATE as of 11/22/2024
Install
sudo pacman -S python-sphinx 
sudo pacman -S python-sphinx_rtd_theme 
sudo pacman -S ninja 
sudo pacman -S edk2-ovmf 

Build Qemu 9.1.2 from source

wget https://download.qemu.org/qemu-9.1.2.tar.xz tar xvJf qemu-9.1.2.tar.xz cd qemu-9.1.2 ./configure make sudo make install
============================================
Does fix an issue with sound  for KVM Guests
============================================
❯ hostnamectl
 Static hostname: ArchGitBranch
       Icon name: computer-desktop
         Chassis: desktop 🖥
      Machine ID: 0ab803ad55ca4421aa4b47327197b700
         Boot ID: e62911d3f47346dd9582ae27b98f55b5
Operating System: Arch Linux                        
          Kernel: Linux 6.11.9-arch1-1
    Architecture: x86-64
 Hardware Vendor: Micro-Star International Co., Ltd.
  Hardware Model: MS-7C37
Firmware Version: H.60
   Firmware Date: Wed 2019-11-06
    Firmware Age: 5y 2w 3d                          

~/Downloads ❯ sudo virsh --connect qemu:///system Welcome to virsh, the virtualization interactive terminal.

Type: 'help' for help with commands 'quit' to quit

virsh # version Compiled against library: libvirt 10.9.0 Using library: libvirt 10.9.0 Using API: QEMU 10.9.0 Running hypervisor: QEMU 9.1.2
See for details https://gitlab.com/qemu-project/qemu/-/commits/v9.1.2?ref_ty...

UPDATE as of 11/23/2024
Qemu 9.1.2 arrived on Arch Linux

Posting in this forum is limited to members of the group: [ForumMods, SITEADMINS, MEMBERS.]

Becoming a member of LXer is easy and free. Join Us!