-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian bookwrom support #68
Comments
Tested it a little bit more and after downgrading kernel from 6.1 to 5.10 after fresh setup, I manged to finish both steps and get normal resolutions and multiple screen working again. I did not get a vm to recognize gpu yet but will try to check that later. |
Further testing unfortunately did not allow to get working vm with gpu. Set up went as followed:
After last step first there was blue screen then after restart or two graphic card disappeared and did not work anymore. Last detail that came to my mind is that when shutting down VM when msg "INFO: Installing to base kernel" appeared I waited a few minutes then ctrl+c to stop it cause even when i left it for few hours it did not completed. Logs from terminal - arcd create~ arcd create VmWinGeneric.yaml ./Downloads/Win10_22H2_EnglishInternational_x64.iso 200 Logs from terminal - arcd start~ arcd start VmWinGeneric.yaml --safe-mode VmWinGeneric.yaml%YAML 1.2
%TAG !n! tag:nimyaml.org,2016:
--- !n!custom:Config
name: "Win Generic VM"
startintro: true
startapp: false
installOs: "none"
nographics: true
spice: true
showhypervisor: false
introspect: "looking-glass"
shareddir: !!null ~
spicePort: 5900
sshPort: 2222
connectivity:
exposedPorts: []
container:
kernel: windows.arc
state: []
initialSize: 20
iso: !!null ~
cpus:
cores: 4
sockets: 1
threads: 1
ramAlloc: 8192
gpus:
-
-
maxVRam: 4000
-
minVRam: 1000
-
gpuType: sysfsdev
-
mdevType: "nvidia-1"
-
parentPort: !!null ~
-
devId: hostdev0
nics: []
root: ~/.local/libvf.io
sudo: false
commands: []
startupCommands: []
teardownCommands: []
installCommands: []
appCommands: []
|
Targets #68, Removed qemu package from debian deps
Tried following setup guide on clean installation of Debian 12 Bookworm RC 1 and did not go as planned. I manage to start VM but display driver seams to not work.
First think I needed to change was to remove qemu package from apt install cause its no longer available in newer sources but since its dummy package I do not think it causes any problems (but its needs to be done other wise installation of other packages also fails)
Then first step went as expected after restart got small res screen. Starting again got prompts as mentioned in guide (plus telemetry prompt from choosonim) but after restarting display was still in small res (and could not be changed). Creating vm works but do not shows nvidia graphic device in windows Device Manager.
Are there any additional requirements from host to make it work?
If you think it can help I can re run those steps to get full logs from installation.
Hardware:
Intel i9-9900K
Nvidia Gefroce RTX 2080
The text was updated successfully, but these errors were encountered: