실제로 부팅 가능한 사용자 지정 Windows 10 ISO가 있다고 가정해 보겠습니다. 내 문제는 mkisofs를 사용한다고 가정할 때 UEFI에서 부팅되지 않는다는 것입니다. 도대체 어떻게 해야 합니까? 다음 명령을 사용하여 ISO를 만들었습니다.
mkisofs -allow-limited-size -iso-level 4 -l -R -D -b boot/etfsboot.com -eltorito-platform efi -no-emul-boot -boot-load-size 8 -eltorito-alt-boot -no-emul-boot -b efi/microsoft/boot/efisys.bin -o /home/test.iso`
내 ISO는 다음과 같습니다
Validation Entry:
Header Indicator: 0x01 (Validation Entry)
PlatformId: 0x00 (80x86)
ID: ""
Checksum: 0x55aa
Key bytes: 0x55aa
Boot Catalog Default Entry:
Entry is bootable
Boot Media emulation type: no emulation
Media load segment: 0x0 (0000:7c00)
System type: 0 (0x00)
Load Sectors: 8 (0x0008)
Load LBA: 1526 (0x000005f6)
Section Header Entry:
Header Indicator: 0x91 (Final Section Header Entry)
PlatformId: 0x00 (80x86)
Section Entries: 1
ID: ""
Boot Catalog Section Entry:
Entry is bootable
Boot Media emulation type: no emulation
Media load segment: 0x07c0
System type: 0 (0x00)
Load Sectors: 2880 (0x0b40)
Load LBA: 1528 (0x000005f8)
`
당신의 도움에 감사드립니다