UTM icon indicating copy to clipboard operation
UTM copied to clipboard

Arch Gallery Image gets borked after a pacman update

Open liljenstolpe opened this issue 2 years ago • 1 comments

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

  • UTM Version: 3.1.5 (this is the latest version that can be tested, as anything later than 3.1.5. won't even boot the gallery image - dies with a stack trace).
  • macOS Version: 12.5
  • Mac Chip (Intel, M1, ...): M1

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>

liljenstolpe avatar Aug 16 '22 03:08 liljenstolpe

+1

23d1 avatar Sep 08 '22 06:09 23d1