utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.86k stars 1.34k forks source link

Arch Gallery Image gets borked after a pacman update #4302

Open liljenstolpe opened 2 years ago

liljenstolpe commented 2 years ago

Describe the issue
After running pacman -Syu to update the image from the gallery, multiple things are borked, including network - the only interface left available is loopback.

Configuration

Crash log
If the app crashed, you need a crash log. To get your crash log, open Console.app, go to Crash Reports, and find the latest entry for either UTM, QEMU, QEMUHelper, or qemu-*. Right click and choose Reveal in Finder. Attach the report here.

Debug log
I can't provide a dmesg - as I no longer have network to transfer it to my host.

Upload VM

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ConfigurationVersion</key>
    <integer>2</integer>
    <key>Debug</key>
    <dict>
        <key>DebugLog</key>
        <false/>
    </dict>
    <key>Display</key>
    <dict>
        <key>ConsoleBackgroundColor</key>
        <string>#000000</string>
        <key>ConsoleFont</key>
        <string>Menlo-Regular</string>
        <key>ConsoleFontSize</key>
        <integer>12</integer>
        <key>ConsoleOnly</key>
        <true/>
        <key>ConsoleTextColor</key>
        <string>#ffffff</string>
        <key>ConsoleTheme</key>
        <string>Default</string>
        <key>DisplayCard</key>
        <string>virtio-ramfb</string>
        <key>DisplayDownscaler</key>
        <string>linear</string>
        <key>DisplayRetina</key>
        <true/>
        <key>DisplayUpscaler</key>
        <string>linear</string>
    </dict>
    <key>Drives</key>
    <array>
        <dict>
            <key>DriveName</key>
            <string>drive0</string>
            <key>ImagePath</key>
            <string>Image.gz</string>
            <key>ImageType</key>
            <string>kernel</string>
            <key>InterfaceType</key>
            <string></string>
        </dict>
        <dict>
            <key>DriveName</key>
            <string>drive1</string>
            <key>ImagePath</key>
            <string>initramfs-linux.img</string>
            <key>ImageType</key>
            <string>initrd</string>
            <key>InterfaceType</key>
            <string></string>
        </dict>
        <dict>
            <key>DriveName</key>
            <string>drive2</string>
            <key>ImagePath</key>
            <string>disk.qcow2</string>
            <key>ImageType</key>
            <string>disk</string>
            <key>InterfaceType</key>
            <string>virtio</string>
        </dict>
        <dict>
            <key>DriveName</key>
            <string>drive2C32EE2A-9317-4354-B203-AE9C3B79C158</string>
            <key>ImagePath</key>
            <string>efi_vars.fd</string>
            <key>ImageType</key>
            <string>none</string>
            <key>InterfaceType</key>
            <string></string>
        </dict>
    </array>
    <key>Info</key>
    <dict>
        <key>Icon</key>
        <string>arch-linux</string>
        <key>IconCustom</key>
        <false/>
        <key>Notes</key>
        <string>Username: root
Password: root</string>
    </dict>
    <key>Input</key>
    <dict>
        <key>InputLegacy</key>
        <false/>
    </dict>
    <key>Networking</key>
    <dict>
        <key>NetworkCard</key>
        <string>rtl8139</string>
        <key>NetworkCardMAC</key>
        <string>4A:D6:0A:8B:0D:BB</string>
        <key>NetworkMode</key>
        <string>emulated</string>
    </dict>
    <key>Printing</key>
    <dict/>
    <key>Sharing</key>
    <dict>
        <key>ClipboardSharing</key>
        <false/>
        <key>Usb3Support</key>
        <true/>
        <key>UsbRedirectMax</key>
        <integer>3</integer>
    </dict>
    <key>Sound</key>
    <dict>
        <key>SoundCard</key>
        <string>ac97</string>
        <key>SoundEnabled</key>
        <true/>
    </dict>
    <key>System</key>
    <dict>
        <key>AddArgs</key>
        <array>
            <string>-append "root=/dev/vda rw"</string>
        </array>
        <key>Architecture</key>
        <string>aarch64</string>
        <key>BootDevice</key>
        <string></string>
        <key>BootUefi</key>
        <true/>
        <key>CPU</key>
        <string>default</string>
        <key>CPUCount</key>
        <integer>0</integer>
        <key>ForceMulticore</key>
        <false/>
        <key>ForcePS2Controller</key>
        <false/>
        <key>JITCacheSize</key>
        <integer>0</integer>
        <key>MachineProperties</key>
        <string>highmem=off</string>
        <key>Memory</key>
        <integer>2048</integer>
        <key>RTCUseLocalTime</key>
        <true/>
        <key>RngEnabled</key>
        <true/>
        <key>SystemUUID</key>
        <string>E3459327-D6AC-409C-ABCA-08EAAC345F57</string>
        <key>Target</key>
        <string>virt</string>
        <key>UseHypervisor</key>
        <true/>
    </dict>
</dict>
</plist>
23d1 commented 2 years ago

+1