-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
BugSomething isn't workingSomething isn't workingPendingThe issue or pull request is being reviewedThe issue or pull request is being reviewed
Description
Describe the Issue
I have a Framework Laptop 13 with AMD Ryzen 7 7840U w/ Radeon 780M Graphics
I get a "Your Computer restarted because of a problem. Press any key or wait a few seconds to continue starting up" When I press a key is it rebooting and the same error comes again
Reproduce the Issue
No response
Expectation
No response
Screenshots
Operating System
Arch Linux
Kernel
6.15.6-arch1-1
Processor
AMD Ryzen 7 7840U
RAM (in GB)
48 GB
GPU(s)
AMD Radeon 780M Graphics
Version
v0.13.3
Branch
main
Generated Script File
#!/usr/bin/env bash
# shellcheck disable=SC2054
#
# APC-RUN_15-07-2025_23-00-40
#
# THIS FILE WAS GENERATED USING AUTOPILOT.
#
# To boot this script, run the following command:
# $ ./boot.sh
#
#
# boot.sh
# Created by Coopydood as part of the ultimate-macOS-KVM project.
#
# Profile: https://github.com/Coopydood
# Repo: https://github.com/Coopydood/ultimate-macOS-KVM
#
# Adapted from OSX-KVM among others.
# Greetz to TheNickDude, Dortania, kholia, foxlet, and other contributors :]
#
ID="macOS"
NAME="macOS 15"
FILE="boot.sh"
ULTMOS=0.13.3
IGNORE_FILE=0
REQUIRES_SUDO=0
VFIO_PTA=0
VFIO_DEVICES=0
GEN_EPOCH=1752613240
FEATURE_LEVEL=10
VERBOSE=1
DISCORD_RPC=1
DISCORD_RPC_IMG="default"
SCREEN_RES="1280x720"
ALLOCATED_RAM="16G"
CPU_SOCKETS="1"
CPU_CORES="8"
CPU_THREADS="64"
CPU_MODEL="Haswell-noTSX"
CPU_FEATURE_ARGS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"
REPO_PATH="/home/macos/ultimate-macOS-KVM"
VM_PATH="/home/macos/ultimate-macOS-KVM"
OVMF_DIR="/home/macos/ultimate-macOS-KVM/ovmf"
VFIO_ID_0="$USR_VFIO_ID_0"
VFIO_ID_1="$USR_VFIO_ID_1"
VFIO_ROM="$USR_VFIO_ROM"
USB_DEVICES="$USR_USB_DEVICES"
NETWORK_DEVICE="virtio-net"
MAC_ADDRESS="00:16:cb:00:47:30"
OS_ID="Sequoia"
HDD_PATH="$VM_PATH/HDD.qcow2"
DISK_TYPE="SSD"
# You should not have to touch anything below this line, especially if you
# don't really know what you're doing. It'll probably break something.
args=(
-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
-enable-kvm -m "$ALLOCATED_RAM" -cpu "$CPU_MODEL",kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$CPU_FEATURE_ARGS"
-machine q35
-boot menu=on,splash-time=5
#-device usb-ehci,id=ehci
#-device qemu-xhci,id=xhci
-usb -device usb-kbd -device usb-tablet
#USB_DEV_BEGIN
#USB_DEV_END
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
-device pcie-root-port,bus=pcie.0,slot=1,x-speed=16,x-width=32
#VFIO_DEV_BEGIN
#VFIO_DEV_END
-device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
-drive if=pflash,format=raw,readonly=on,file="$OVMF_DIR/OVMF_CODE.fd"
-drive if=pflash,format=raw,file="$OVMF_DIR/OVMF_VARS.fd"
-smbios type=2
-audio driver=sdl,model=virtio
-device ich9-ahci,id=sata
-drive id=OpenCore,if=none,format=qcow2,file="$VM_PATH/boot/OpenCore.qcow2"
-drive id=HDD,if=none,file="$HDD_PATH",format=qcow2
-device ide-hd,bus=sata.2,drive=OpenCore,bootindex=1
-device ide-hd,bus=sata.3,drive=HDD,rotation_rate=1
############## REMOVE THESE LINES AFTER MACOS INSTALLATION ###############
-drive id=BaseSystem,if=none,file="$VM_PATH/BaseSystem.img",format=raw
-device ide-hd,bus=sata.4,drive=BaseSystem
##########################################################################
-netdev user,id=net0 -device "$NETWORK_DEVICE",netdev=net0,id=net0,mac="$MAC_ADDRESS"
-device qxl-vga,vgamem_mb=128,vram_size_mb=128
-monitor stdio
#-display none
#-vga qxl
################ UNCOMMENT IF YOU WANT TO USE VNC MONITOR ################
#-vnc 0.0.0.0:1,password=on -k en-us
##########################################################################
)
while getopts d: flag
do
case "${flag}" in
d) DISCORD_RPC=${OPTARG};;
esac
done
if [ $VERBOSE = 1 ]
then
echo
echo \ \ \──────────────────────────────────────────────
echo \ \ \ \ \ $FILE
echo \ \ \ \ \ $ID $OS_ID
echo
echo \ \ \ \ \ Built with ULTMOS v$ULTMOS
echo \ \ \ \ \ Using $CPU_MODEL CPU model
if [ $REQUIRES_SUDO = 1 ]
then
echo \ \ \ \ \ Superuser privileges enabled
fi
if [ $VFIO_PTA = 1 ]
then
echo \ \ \ \ \ Passthrough enabled
else
echo \ \ \ \ \ Passthrough disabled
fi
if [ $DISCORD_RPC = 1 ]
then
echo \ \ \ \ \ Discord RPC enabled
else
echo \ \ \ \ \ Discord RPC disabled
fi
echo \ \ \──────────────────────────────────────────────
echo
fi
if [ $DISCORD_RPC = 1 ]
then
"$REPO_PATH/scripts/drpc.py" --os "$OS_ID" --pt $VFIO_DEVICES --wd "$REPO_PATH" --show "$DISCORD_RPC_IMG" &
fi
qemu-system-x86_64 "${args[@]}"
if [ $DISCORD_RPC = 1 ]
then
pkill -f drpc.py
fiGenerated XML File (if applicable)
<!--
APC-RUN_15-07-2025_23-00-45
THIS FILE WAS GENERATED USING AUTOPILOT.
To be used with virsh / virt-manager.
/home/macos/ultimate-macOS-KVM/boot.xml
Created by Coopydood as part of the ultimate-macOS-KVM project.
Profile: https://github.com/Coopydood
Repo: https://github.com/Coopydood/ultimate-macOS-KVM
-->
<domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm">
<name>ultmos-15</name>
<title>macOS Sequoia (ULTMOS)</title>
<description> macOS Sequoia
Converted from /home/macos/ultimate-macOS-KVM/boot.sh
This virtual machine was created using ultimate-macOS-KVM, a project by Coopydood.
Visit https://github.com/Coopydood/ultimate-macOS-KVM for help and support, or provide some feedback!
DEBUG
ULTMOS: v0.13.3
XML: /home/macos/ultimate-macOS-KVM/boot.xml
AP: /home/macos/ultimate-macOS-KVM/boot.sh
APFLOW: Yes
AUTO: Yes
USEBLOBS: Yes
RUNTIME: 23:00:45 15/07/2025
</description>
<uuid>891da55d-b751-4b3e-955c-a633461aa490</uuid>
<memory unit="KiB">16777216</memory>
<currentMemory unit="KiB">16777216</currentMemory>
<vcpu placement="static">64</vcpu>
<os>
<type arch="x86_64" machine="pc-q35-4.2">hvm</type>
<loader readonly="yes" type="pflash">/home/macos/ultimate-macOS-KVM/ovmf/OVMF_CODE.fd</loader>
<nvram>/home/macos/ultimate-macOS-KVM/ovmf/OVMF_VARS.fd</nvram>
<boot dev="hd"/>
</os>
<features>
<acpi/>
<apic/>
</features>
<cpu mode="host-passthrough" check="none" migratable="on">
<topology sockets="1" dies="1" cores="8" threads="8"/>
</cpu>
<clock offset="utc">
<timer name="rtc" tickpolicy="catchup"/>
<timer name="pit" tickpolicy="delay"/>
<timer name="hpet" present="no"/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/home/macos/ultimate-macOS-KVM/boot/OpenCore.qcow2"/>
<target dev="sda" bus="sata"/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</disk>
<disk type="file" device="disk"> <!-- HDD HEADER -->
<driver name="qemu" type="qcow2"/>
<source file="/home/macos/ultimate-macOS-KVM/HDD.qcow2"/>
<target dev="sdb" bus="sata" rotation_rate="1"/>
<address type="drive" controller="0" bus="0" target="0" unit="1"/>
</disk> <!-- HDD FOOTER -->
<!--############# REMOVE THESE LINES AFTER MACOS INSTALLATION #############-->
<disk type="file" device="disk">
<driver name="qemu" type="raw"/>
<source file="/home/macos/ultimate-macOS-KVM/BaseSystem.img"/>
<target dev="sdc" bus="sata"/>
<address type="drive" controller="0" bus="0" target="0" unit="2"/>
</disk>
<!--#######################################################################-->
<controller type="sata" index="0">
<address type="pci" domain="0x0000" bus="0x00" slot="0x1f" function="0x2"/>
</controller>
<controller type="pci" index="0" model="pcie-root"/>
<controller type="pci" index="1" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="1" port="0x8"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0" multifunction="on"/>
</controller>
<controller type="pci" index="2" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="2" port="0x9"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x1"/>
</controller>
<controller type="pci" index="3" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="3" port="0xa"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x2"/>
</controller>
<controller type="pci" index="4" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="4" port="0xb"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x3"/>
</controller>
<controller type="pci" index="5" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="5" port="0xc"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x4"/>
</controller>
<controller type="pci" index="6" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="6" port="0xd"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x5"/>
</controller>
<controller type="pci" index="7" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="7" port="0xe"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x6"/>
</controller>
<controller type="pci" index="8" model="pcie-root-port">
<model name="pcie-root-port"/>
<target chassis="8" port="0xf"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x7"/>
</controller>
<controller type="pci" index="9" model="pcie-to-pci-bridge">
<model name="pcie-pci-bridge"/>
<address type="pci" domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>
</controller>
<controller type="usb" index="0" model="ich9-ehci1">
<address type="pci" domain="0x0000" bus="0x00" slot="0x1d" function="0x7"/>
</controller>
<controller type="usb" index="0" model="ich9-uhci1">
<master startport="0"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x1d" function="0x0" multifunction="on"/>
</controller>
<controller type="usb" index="0" model="ich9-uhci2">
<master startport="2"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x1d" function="0x1"/>
</controller>
<controller type="usb" index="0" model="ich9-uhci3">
<master startport="4"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x1d" function="0x2"/>
</controller>
<interface type="network">
<mac address="00:16:cb:00:47:30"/>
<source network="default"/>
<model type="virtio-net"/>
<address type="pci" domain="0x0000" bus="0x09" slot="0x02" function="0x0"/>
</interface>
<serial type="pty">
<target type="isa-serial" port="0">
<model name="isa-serial"/>
</target>
</serial>
<console type="pty">
<target type="serial" port="0"/>
</console>
<input type="mouse" bus="ps2"/>
<input type="keyboard" bus="ps2"/>
<input type="keyboard" bus="usb">
<address type="usb" bus="0" port="3"/>
</input>
<input type="mouse" bus="usb">
<address type="usb" bus="0" port="4"/>
</input>
<graphics type="spice">
<listen type="none"/>
</graphics>
<sound model="ich9">
<address type="pci" domain="0x0000" bus="0x00" slot="0x1b" function="0x0"/>
</sound>
<audio id="1" type="none"/>
<video>
<model type="vga" vram="16384" heads="1" primary="yes"/>
<address type="pci" domain="0x0000" bus="0x09" slot="0x01" function="0x0"/>
</video>
<!-- VFIO-PCI HEADER -->
<!-- USB HEADER -->
<!--<watchdog model="itco" action="reset"/> -->
<memballoon model="none"/>
</devices>
<qemu:commandline>
<qemu:arg value="-global"/>
<qemu:arg value="ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off"/>
<qemu:arg value="-device"/>
<qemu:arg value="isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"/>
<qemu:arg value="-smbios"/>
<qemu:arg value="type=2"/>
<qemu:arg value="-cpu"/>
<qemu:arg value="Haswell-noTSX,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"/>
<qemu:arg value="-global"/>
<qemu:arg value="nec-usb-xhci.msi=off"/>
<!-- NVME HEADER -->
</qemu:commandline>
</domain>Generated Log File
ULTMOS AUTOPILOT LOG 15-07-2025 22:52:43
───────────────────────────────────────────────────────────────────
[22:52:43.270][ INFO ]: ULTMOS v0.13.3
[22:52:43.270][ INFO ]:
[22:52:43.270][ INFO ]: Name : AutoPilot
[22:52:43.270][ INFO ]: File : autopilot.py
[22:52:43.270][ INFO ]: Identifier : APC
[22:52:43.270][ INFO ]: Vendor : Coopydood
[22:52:43.270][ INFO ]:
[22:52:43.270][ INFO ]: Logging to ./logs/APC_RUN_15-07-2025_22-52-43.log
[22:52:43.271][ OK ]: The NRS folder structure was not detected, will not use NRS
[22:52:43.271][ INFO ]: Downloading notice list
[22:52:43.514][ OK ]: Notice list downloaded
[22:52:43.514][ INFO ]: Checking notice list
[22:52:43.514][ OK ]: Notice list loaded
[22:52:43.514][ INFO ]: Marking spark timestamp
[22:52:43.514][ INFO ]: Displaying menu
[22:52:43.514][ OK ]: Menu displayed
[22:52:43.514][ WAIT ]: Waiting on user input
[22:52:46.727][ OK ]: User input received
[22:52:46.727][ OK ]: ───────────────── STARTING INTERROGATION SEQUENCE ─────────────────
[22:52:46.727][ INFO ]: FEATURE LEVEL 10
[22:52:46.727][ OK ]: Stage 1 sequence initiated
[22:52:46.727][ OK ]: Removing stale blobs
[22:53:00.117][ OK ]: Using default value of boot.sh
[22:53:00.117][ WARN ]: Notice hook has been hit
[22:53:00.117][ WARN ]: Arming notice selection trigger
[22:53:00.117][ OK ]: Stage 2 sequence initiated
[22:53:04.445][ WARN ]: Notice hook has been hit
[22:53:04.446][ WARN ]: Arming notice selection trigger
[22:53:04.446][ OK ]: Stage 2 sequence initiated
[22:53:04.446][ INFO ]: Custom value requested, setting up
[22:53:14.502][ WARN ]: Selection notice trap has been triggered
[22:53:14.504][ INFO ]: Disarming notice selection trigger
[22:53:14.504][ INFO ]: Requesting notice display
[22:53:14.504][ WARN ]: A notice condition has been triggered
[22:53:14.504][ INFO ]: Showing notice
[22:53:14.504][ WARN ]: Non-critical notice, user can continue
[22:53:52.931][ OK ]: Custom value was set to 15
[22:53:52.932][ OK ]: Stage 3 sequence initiated
[22:53:55.711][ OK ]: Stage 3 sequence initiated
[22:53:55.712][ INFO ]: Custom value requested, setting up
[22:53:59.430][ OK ]: Custom value was set to 8
[22:53:59.430][ OK ]: Stage 4 sequence initiated
[22:54:01.823][ OK ]: Stage 4 sequence initiated
[22:54:01.823][ INFO ]: Custom value requested, setting up
[22:54:02.707][ OK ]: Custom value was set to 8
[22:54:02.707][ OK ]: Stage 5 sequence initiated
[22:54:06.295][ OK ]: Using default value of Haswell-noTSX
[22:54:06.295][ OK ]: Stage 6 sequence initiated
[22:54:07.695][ OK ]: Using default value of +ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check
[22:54:07.695][ OK ]: Stage 7 sequence initiated
[22:54:09.326][ OK ]: Stage 7 sequence initiated
[22:54:09.327][ INFO ]: Custom value requested, setting up
[22:54:09.327][ WAIT ]: Waiting for user input
[22:54:16.103][ OK ]: User input received
[22:54:16.103][ OK ]: Custom value was set to 16G
[22:54:16.103][ OK ]: Stage 8 sequence initiated
[22:54:19.198][ OK ]: Stage 8 sequence initiated
[22:54:19.198][ INFO ]: Custom value requested, setting up
[22:54:19.198][ WAIT ]: Waiting for user input
[22:54:23.017][ OK ]: User input received
[22:54:23.017][ OK ]: Custom value was set to 500G
[22:54:23.018][ WARN ]: Notice hook has been hit
[22:54:23.018][ WARN ]: Arming notice selection trigger
[22:54:23.018][ OK ]: Stage 9 sequence initiated
[22:54:25.434][ OK ]: Will set disk up as an SSD
[22:54:25.434][ OK ]: Stage 10 sequence initiated
[22:54:27.542][ OK ]: Using default value of virtio-net
[22:54:27.542][ OK ]: Stage 11 sequence initiated
[22:54:30.790][ INFO ]: Generating compatible MAC address
[22:54:30.790][ OK ]: Generated MAC address with value 00:16:cb:00:47:30
[22:54:30.790][ INFO ]: Setting generated MAC address as live variable
[22:54:30.791][ OK ]: Stage 12 sequence initiated
[22:54:33.793][ INFO ]: Arming download mechanism
[22:54:33.793][ OK ]: Downloader armed, will be triggered by AP flow
[22:54:33.794][ OK ]: Stage 13 sequence initiated
[22:54:45.388][ OK ]: Using default value of 1280x720
[22:54:45.389][ OK ]: Stage 14 sequence initiated
[22:54:47.622][ OK ]: Using default value of True
[22:54:49.625][ OK ]: Interrogation complete, displaying summary and AP autoflow sliproad
[22:54:53.004][ INFO ]: Handoff started, user preferences saved
[22:54:53.004][ OK ]: ───────────────── STARTING AUTOPILOT AUTOFLOW ─────────────────
[22:54:53.004][ INFO ]: Here we go!
[22:54:55.005][ OK ]: Updating status UI
[22:54:58.006][ INFO ]: STARTING PREPARE PHASE
[22:54:58.007][ OK ]: Updating status UI
[22:54:58.007][ INFO ]: Setting up environment
[22:54:58.011][ OK ]: Copied baseConfig into live working file
[22:54:59.012][ INFO ]: Setting up OpenCore image
[22:54:59.012][ WARN ]: Existing OpenCore image found
[22:54:59.012][ INFO ]: Backing up existing image to ./boot/15-07-2025_22-54-59
[22:54:59.020][ OK ]: Existing image backed up to ./boot/15-07-2025_22-54-59
[22:55:01.020][ INFO ]: Selecting appropriate OpenCore image
[22:55:01.021][ OK ]: Selected NEW OpenCore image
[22:55:01.021][ INFO ]: Copying OpenCore image in place
[22:55:01.038][ OK ]: OpenCore image copied
[22:55:01.038][ INFO ]: Copying OVMF code into place
[22:55:01.047][ INFO ]: Copying OVMF vars for resolution 1280x720
[22:55:01.166][ OK ]: OVMF files copied
[22:55:01.166][ INFO ]: Creating local OVMF variable store
[22:55:01.170][ INFO ]: Performing integrity check
[22:55:01.671][ OK ]: Integrity check PASSED
[22:55:01.672][ OK ]: Updated stage status, handing off to next stage
[22:55:02.673][ OK ]: Updating status UI
[22:55:02.673][ INFO ]: STARTING INTEGRITY PHASE
[22:55:02.674][ OK ]: Updating status UI
[22:55:06.675][ OK ]: Integrity check PASSED
[22:55:06.675][ OK ]: Updated stage status, handing off to next stage
[22:55:07.675][ OK ]: Updating status UI
[22:55:07.676][ INFO ]: STARTING GENERATION PHASE
[22:55:07.676][ INFO ]: Working directory was captured as /home/macos/ultimate-macOS-KVM
[22:55:07.676][ OK ]: Updating status UI
[22:55:07.676][ INFO ]: Scanning for file conflict
[22:55:10.677][ WARN ]: Existing file with name boot.sh detected, asking the user
[22:55:21.981][ WARN ]: Overwriting boot.sh
[22:55:21.981][ OK ]: Updating status UI
[22:55:21.982][ INFO ]: Beginning variable injection
[22:55:21.982][ INFO ]: Checking disk type
[22:55:21.982][ WARN ]: Disk type is SSD, modifying rotation rate
[22:55:21.982][ OK ]: Rotation rate updated
[22:55:21.982][ INFO ]: Enabling experimental audio support
[22:55:21.982][ OK ]: Variable injection complete
[22:55:21.982][ INFO ]: Stamping with ULTMOS version
[22:55:21.982][ OK ]: Marked working script as using ULTMOS v0.13.3
[22:55:21.982][ INFO ]: Stamping with feature level
[22:55:21.982][ OK ]: Marked working script as feature level 10
[22:55:21.982][ INFO ]: Checking if Discord rich presence is available
[22:55:21.982][ OK ]: Discord rich presence is available, will enable in script
[22:55:21.982][ OK ]: Updating status UI
[22:55:21.982][ INFO ]: Adding OS ID marker
[22:55:21.982][ INFO ]: Setting up BaseSystem image attachment
[22:55:21.982][ INFO ]: Writing changes
[22:55:21.982][ OK ]: Changes written to file
[22:55:21.983][ INFO ]: Performing integrity check
[22:55:21.983][ OK ]: Integrity check PASSED
[22:55:22.483][ OK ]: Updated stage status, handing off to next stage
[22:55:22.684][ OK ]: Updating status UI
[22:55:23.685][ OK ]: User requested a new macOS recovery image, arming downloader
[22:55:23.685][ INFO ]: STARTING REMOTE RECOVERY PHASE
[22:55:23.686][ OK ]: Updating status UI
[22:55:25.686][ INFO ]: Setting target OS to 15
[22:55:25.687][ OK ]: OS ID is valid, sending to dlosx script
[23:00:10.731][ INFO ]: Checking BaseSystem with a size of 3220066304
[23:00:10.731][ OK ]: Integrity check PASSED
[23:00:10.731][ OK ]: Updated stage status, handing off to next stage
[23:00:10.731][ OK ]: Updating status UI
[23:00:13.732][ OK ]: User requested a new HDD file, generation will go ahead
[23:00:13.732][ INFO ]: STARTING HARDDISK PHASE
[23:00:13.733][ OK ]: Updating status UI
[23:00:15.733][ INFO ]: Scanning for file conflict
[23:00:15.734][ WARN ]: Existing file with name HDD.qcow2 detected, asking the user
[23:00:15.734][ WAIT ]: Waiting for user input
[23:00:28.237][ OK ]: User input received
[23:00:28.238][ WARN ]: Deleting HDD.qcow2
[23:00:28.242][ INFO ]: STARTING HARDDISK PHASE
[23:00:28.242][ OK ]: Updating status UI
[23:00:30.243][ INFO ]: Scanning for file conflict
[23:00:30.243][ INFO ]: Generating hard disk image file
[23:00:33.272][ OK ]: Hard disk image file generation verified
[23:00:33.273][ OK ]: Updated stage status, handing off to next stage
[23:00:33.673][ OK ]: Updating status UI
[23:00:35.674][ OK ]: Hard disk image file generation verified
[23:00:35.674][ OK ]: Updated stage status, handing off to next stage
[23:00:36.075][ OK ]: Updating status UI
[23:00:38.076][ INFO ]: STARTING APPLY PHASE
[23:00:38.077][ OK ]: Updating status UI
[23:00:40.077][ OK ]: Integrity check PASSED
[23:00:40.078][ INFO ]: Dumping contents of baseConfig to memory
[23:00:40.078][ INFO ]: Stripping warning headers
[23:00:40.078][ INFO ]: Generating epoch timestamp
[23:00:40.078][ OK ]: Epoch timestamped as 1752613240
[23:00:40.078][ INFO ]: Writing to file
[23:00:40.078][ OK ]: Header verification complete
[23:00:40.079][ INFO ]: Moving working file into place
[23:00:40.082][ OK ]: Moved working file into boot.sh successfully
[23:00:40.683][ OK ]: Updated stage status, handing off to next stage
[23:00:40.683][ OK ]: Updating status UI
[23:00:42.684][ INFO ]: Checking XML creation preferences
[23:00:42.684][ OK ]: XML creation requested, WILL be generating XML
[23:00:42.685][ OK ]: Updating status UI
[23:00:42.685][ INFO ]: Copying current session blobs into user backdir
[23:00:43.692][ OK ]: Handing off to XMLC and waiting for result
[23:00:50.739][ INFO ]: Got exit signal from XMLC, checking integrity
[23:00:50.740][ OK ]: XML file was successfully generated at boot.xml
[23:00:51.140][ OK ]: Updating status UI
[23:00:53.141][ INFO ]: STARTING PERMISSIONS PHASE
[23:00:53.142][ OK ]: Updating status UI
[23:00:55.143][ INFO ]: Setting execute permissions
[23:00:55.147][ INFO ]: Setting readwrite permissions
[23:00:55.152][ OK ]: Permissons set for new user files
[23:00:55.152][ OK ]: Updated stage status, handing off to next stage
[23:00:55.453][ OK ]: Updating status UI
[23:00:57.498][ OK ]: Updating status UI
[23:00:57.499][ INFO ]: STARTING CLEANUP PHASE
[23:00:58.499][ INFO ]: Copying current session blobs into user backdir
[23:00:58.505][ INFO ]: Marking blobs as stale
[23:00:58.505][ INFO ]: Moving blobs into stale folder
[23:00:58.509][ OK ]: Blob cleanup complete
[23:00:58.509][ OK ]: Updated stage status, handing off to next stage
[23:00:58.710][ OK ]: Updating status UI
[23:00:59.711][ INFO ]: Stopping timer
[23:01:01.712][ INFO ]: Updating variable definition
[23:01:01.712][ OK ]: Timer was stopped with a recorded time of 367 seconds in live mode
[23:01:01.712][ OK ]: AutoPilot stages complete, displaying user summary screen
[23:01:01.713][ OK ]: ───────────────── AUTOPILOT COMPLETE! SESSION TIME WAS 367 SEC ─────────────────
[23:01:01.713][ INFO ]: XML generation was part of AP flow, offering import experience
[23:01:01.713][ WAIT ]: Waiting for user input
[23:01:22.506][ OK ]: User input received
[23:01:22.506][ INFO ]: Handing off to XML importer experience flow
[23:01:22.506][ FATAL ]: bye
[23:01:22.506][ FATAL ]: ───────────────── END OF LOGFILE ─────────────────Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingPendingThe issue or pull request is being reviewedThe issue or pull request is being reviewed