How to find virtual machine ID and machine type in SCALE?

  1. Create the Windows 11 VM and start it.
  2. Go to the VM options and click Serial Shell.
  3. Note the # in front of the VM name.
  4. Go to System Settings > Shell.
  5. Paste [Shift]-[Insert] the line below and change the X to the #, then [Enter].

cli -c “service vm update id=X machine_type=q35 arch_type=x86_64 trusted_platform_module=true”

  1. Start up the VM and Windows 11 will install.
1 Like