[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Should firmware='/usr/share/edk2/xen/OVMF.fd' work?
- To: xen-users@xxxxxxxxxxxxxxxxxxxx
- From: Michael Young <m.a.young@xxxxxxxxxxxx>
- Date: Tue, 3 Dec 2024 22:26:25 +0000 (GMT)
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=durham.ac.uk; dmarc=pass action=none header.from=durham.ac.uk; dkim=pass header.d=durham.ac.uk; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WpA55lsaZ1mj0uRDRpcGUF63E7093ArlZpmL40IZZ7o=; b=rh/KoWhojLPcjlGXMNfo7wswGDmzrrMRoLRYpTvkM0BfRRVXqWU92MEi6W5WI/UhggRMyUGgYF6ZCVZFvs3o2PgO71z2ZTO/wJwiVFSXHi2783dZ007AQzluLtsY0Qr1qMTwEvXigBVwRDS5mNDfJoFk6+4h79Glpv7DYQQZ/UadU/X2V/ZPlw63vIQj6oqbFH3sb2NVhZcdAXjH2LEFAJnOV4+4PbfiIqlKqloHZ5etvgGVqrqactwfa6mKt1u8dJHFhmK8mWheKlseZGJTWzMJfZkNIpQaDeimM7amzCqaEOdEmm2FdbVgFsdVo3s+Ump8Rbj05Kh0wa3H8HBGFg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=J/m6N2Bx1MuowMK65jYFhucTo3Z5oaMXJttIvAjNRolXJeIyS3qs6X9/nmZJ+ZC8OT6BN/uqz21KPPgwlF+PzHAQN9JjTi3Hp12SbryF+7Ean1NTJiyKNyngT9MlJUDZl3gmCN/GTqTIwGXXo1C/Phw0VRq+S6M+iuXCDHmHp3z43uskexz4DycOPaZfesXz/eQdH5chmp7fuIgnpFFMmUqNwZqnwRB/DNDPYNbIWCv8o+GmojgyRaaOL0VepwRAfFy9vHN7f18S6OxTS1OUjp9LDeYkJuWlgWgatnERmhyeOXSRrR76AAmITbJZYd9GSA9j2O+z5w/IReUDzWAzQA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=durham.ac.uk;
- Delivery-date: Tue, 03 Dec 2024 22:27:13 +0000
- List-id: Xen user discussion <xen-users.lists.xenproject.org>
I have been testing an issue Fedora bug report
https://bugzilla.redhat.com/show_bug.cgi?id=2312032
and if I boot a guest with the configuration
type = "hvm"
name = "uefitest"
memory = 1024
vcpus = 1
disk = [ 'file:/usr/share/edk2/ovmf/UefiShell.iso,sda,r' ]
vnc = 1
bios = 'ovmf'
serial='pty'
I get the UEFI Interactive Shell v2.2 as expected, whereas if I boot
with configuration
type = "hvm"
name = "uefitest"
memory = 1024
vcpus = 1
disk = [ 'file:/usr/share/edk2/ovmf/UefiShell.iso,sda,r' ]
vnc = 1
firmware = '/usr/share/edk2/xen/OVMF.fd'
serial='pty'
I don't get any output. So is the latter configuration expected to work?
/usr/share/edk2/ovmf/UefiShell.iso is from the edk2-ovmf-20241117-5.fc41
fedora package and /usr/share/edk2/xen/OVMF.fd is from the
edk2-ovmf-xen-20241117-5.fc41 package. xen on fedora is built with the
--with-system-ovmf=/usr/share/edk2/xen/OVMF.fd option.
Michael Young
|