search for: ac04bfd

Displaying 1 result from an estimated 1 matches for "ac04bfd".

2012 Feb 15
2
[PATCH] isohybrid: Generate MBR even when in EFI mode
...the non-EFI partitions is set to 0 to skip the firmware bailing because of overlapping partitions. --- utils/isohybrid.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 49 insertions(+), 5 deletions(-) diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 1dcbaa1..ac04bfd 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -54,7 +54,7 @@ enum { VERBOSE = 1 , EFI = 2 , MAC = 4}; uint16_t head = 64; /* 1 <= head <= 256 */ uint8_t sector = 32; /* 1 <= sector <= 63 */ -uint8_t entry = 1; /* partition number: 1 &...