sudo apt-get install build-essential libssl-dev libffi-dev python-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix for kernel 6.15 breaking fedora 42 graphical boot on AMD strix point | |
sudo dracut --regenerate-all --force | |
sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-7feed8b25a |
Getting Hyper-V out of the way
bcdedit /copy {current} /d "Windows Hyper-V disabled"
bcdedit /set {get guid from output of copy command} hypervisorlaunchtype off
restart into it
First error
--------------------------- VirtualBox - Error In supR3HardNtChildPurify --------------------------- <b>supHardenedWinVerifyProcess failed with VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH: (rc=-5618)</b>Please try reinstalling VirtualBox.where: supR3HardNtChildPurify what: 5 VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH (-5618) - Process Verification Failure: Executable file name and process image name does not match up. --------------------------- OK ---------------------------
adb shell
pm grant <package> android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
cmd appops set <package> RUN_IN_BACKGROUND ignore
cmd appops set <package> RUN_ANY_IN_BACKGROUND ignore
cmd appops write-settings