blob: f598aada1bc23f91b38a4709e3e8d14827d071d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
boot: 0.854
device: 0.823
instruction: 0.723
graphic: 0.709
other: 0.457
semantic: 0.372
mistranslation: 0.359
socket: 0.333
vnc: 0.244
network: 0.137
assembly: 0.077
KVM: 0.020
Feature: Emulate GRUB2's initrd16 newc: feature for dynamic initrd generation
Additional information:
This feature is used in boot environments like WINPE, where GRUB2 leverages `initrd16` with `newc:` to load `wimboot` and then dynamically create an initrd containing necessary files for booting a Windows PE environment from a WIM image. Emulating this in QEMU would greatly improve the ability to test and debug such setups.
|