From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5BFCC7507E for ; Tue, 12 Oct 2021 15:51:37 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 52A172D5CC for ; Tue, 12 Oct 2021 15:51:37 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id E76FB2D5BC for ; Tue, 12 Oct 2021 15:51:33 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id B6E2845D62 for ; Tue, 12 Oct 2021 15:51:33 +0200 (CEST) Message-ID: <54905ea8-87f9-6cdb-17c1-de312aece9ec@proxmox.com> Date: Tue, 12 Oct 2021 15:51:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Content-Language: en-US To: Proxmox VE development discussion , Stefan Reiter References: <20211011125520.1124937-1-s.reiter@proxmox.com> From: Aaron Lauterer In-Reply-To: <20211011125520.1124937-1-s.reiter@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.242 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.001 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [qemuserver.pm] Subject: Re: [pve-devel] [PATCH 0/3] Windows 11 OS type and UI improvements X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2021 13:51:37 -0000 Works. As discussed off list, we should make it clearer in the "System" panel, that the TPM and EFI disk settings (Storage selection and such) belong to those "Checkboxes". While it is somewhat clear if enabled manually, it is quite confusing with them already enabled because one chose Win11 as guest OS in the previous step. Additionally, setting the RAM to a default of 4096 for Win11 guests might be a good idea, as the Win11 installer will refuse to install because the requirements are not met if there is not enough RAM. A too small disk (<52GiB) will cause a warning in the Disk selection dialog of the installer, but it will still install. Besides that: Tested-By: Aaron Lauterer On 10/11/21 14:55, Stefan Reiter wrote: > Add a specific 'win11' ostype for Windows 11 and Server 2022, with currently no > change on the backend, but enable q35, secure boot and a TPM in the wizard by > default if selected. > > > qemu-server: Stefan Reiter (1): > ostype: support Windows 11/Server 2022 > > PVE/QemuServer.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > manager: Stefan Reiter (2): > ui: SystemEdit: promote advanced settings to normal > ui: add 'win11' ostype and set defaults in wizard > > www/manager6/Utils.js | 1 + > www/manager6/qemu/SystemEdit.js | 66 +++++++++++++++++++-------------- > 2 files changed, 39 insertions(+), 28 deletions(-) >