mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount
the Etherboot partition.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
.space 16
|
.space 16
|
||||||
.space 16
|
.space 16
|
||||||
.byte 0x80, 0x01, 0x01, 0x00
|
.byte 0x80, 0x01, 0x01, 0x00
|
||||||
.byte 0x01, 0x3f, 0x20, 0x01
|
.byte 0xeb, 0x3f, 0x20, 0x01
|
||||||
.long 0x00000020
|
.long 0x00000020
|
||||||
.long 0x00000fe0
|
.long 0x00000fe0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user