Displaying 8 results from an estimated 8 matches for "de_boot".
2013 Oct 31
2
isohybrid fails with: seek error - 3
...catalogue offset: 561
ve[0]: 1, cs: 1
ve[1]: 0, cs: 1
ve[2]: 0, cs: 1
ve[3]: 0, cs: 1
ve[4]: 0, cs: 1
ve[5]: 0, cs: 1
ve[6]: 0, cs: 1
ve[7]: 0, cs: 1
ve[8]: 0, cs: 1
ve[9]: 0, cs: 1
ve[10]: 0, cs: 1
ve[11]: 0, cs: 1
ve[12]: 0, cs: 1
ve[13]: 0, cs: 1
ve[14]: 21930, cs: 21931
ve[15]: 43605, cs: 65536
de_boot: 136
de_media: 0
de_seg: 0
de_sys: 0
de_mbz1: 0
de_count: 4
de_lba: 1206548
de_mbz2: 0
isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
in ishybrid.c I see:
if (fseek(fp, (de_lba * 2048 + 0x40), SEEK_SET))
err(1, "%s: seek error - 3", argv[0]...
2013 Nov 01
2
isohybrid fails with: seek error - 3
...t; ve[5]: 0, cs: 1
>> ve[6]: 0, cs: 1
>> ve[7]: 0, cs: 1
>> ve[8]: 0, cs: 1
>> ve[9]: 0, cs: 1
>> ve[10]: 0, cs: 1
>> ve[11]: 0, cs: 1
>> ve[12]: 0, cs: 1
>> ve[13]: 0, cs: 1
>> ve[14]: 21930, cs: 21931
>> ve[15]: 43605, cs: 65536
>> de_boot: 136
>> de_media: 0
>> de_seg: 0
>> de_sys: 0
>> de_mbz1: 0
>> de_count: 4
>> de_lba: 1206548
>> de_mbz2: 0
>> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
>>
>> in ishybrid.c I see:
>>
>>...
2014 Jun 21
1
isohybrid has 2 variants
Op 2014-06-20 om 15:56 schreef Ady:
>
> The Perl variant, isohybrid.in, seems to be getting left behind
> regarding several patches. I don't recall whether there is at least
> some mention in the isohybrid docs about the existence of 2 variants
> included in Syslinux (and that is in addition to other isohybrid
> methods outside Syslinux). Is there any reference?
>
2013 Nov 01
0
isohybrid fails with: seek error - 3
...> ve[3]: 0, cs: 1
> ve[4]: 0, cs: 1
> ve[5]: 0, cs: 1
> ve[6]: 0, cs: 1
> ve[7]: 0, cs: 1
> ve[8]: 0, cs: 1
> ve[9]: 0, cs: 1
> ve[10]: 0, cs: 1
> ve[11]: 0, cs: 1
> ve[12]: 0, cs: 1
> ve[13]: 0, cs: 1
> ve[14]: 21930, cs: 21931
> ve[15]: 43605, cs: 65536
> de_boot: 136
> de_media: 0
> de_seg: 0
> de_sys: 0
> de_mbz1: 0
> de_count: 4
> de_lba: 1206548
> de_mbz2: 0
> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
>
> in ishybrid.c I see:
>
> if (fseek(fp, (de_lba * 2048 + 0x40), SEEK_S...
2013 Nov 01
0
isohybrid fails with: seek error - 3
...: 1
>>> ve[7]: 0, cs: 1
>>> ve[8]: 0, cs: 1
>>> ve[9]: 0, cs: 1
>>> ve[10]: 0, cs: 1
>>> ve[11]: 0, cs: 1
>>> ve[12]: 0, cs: 1
>>> ve[13]: 0, cs: 1
>>> ve[14]: 21930, cs: 21931
>>> ve[15]: 43605, cs: 65536
>>> de_boot: 136
>>> de_media: 0
>>> de_seg: 0
>>> de_sys: 0
>>> de_mbz1: 0
>>> de_count: 4
>>> de_lba: 1206548
>>> de_mbz2: 0
>>> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
>>>
>>> in...
2010 Sep 13
5
isohybrid: seek error - 6: Invalid argument
...ve[4]: 25714, cs: 76588
ve[5]: 8303, cs: 84891
ve[6]: 30789, cs: 115680
ve[7]: 29029, cs: 144709
ve[8]: 26997, cs: 171706
ve[9]: 27749, cs: 199455
ve[10]: 20512, cs: 219967
ve[11]: 31343, cs: 251310
ve[12]: 27002, cs: 278312
ve[13]: 32, cs: 278344
ve[14]: 5731, cs: 284075
ve[15]: 43605, cs: 327680
de_boot: 136
de_media: 0
de_seg: 0
de_sys: 0
de_mbz1: 0
de_count: 4
de_lba: 327
de_mbz2: 0
imgsize: 2265417728, padding: 555008
isohybrid: Warning: more than 1024 cylinders: 2161
isohybrid: Not all BIOSes will be able to boot this device
id: 281396446
sizeof(MBR): 512 bytes
...
0432 1c 05 00 00 00 00 00 0...
2016 Dec 21
2
syslinux mkisofs hard-disk-boot isohybrid
> Hi,
>
> Pascal wrote:
> > mkisofs -o core.iso -b boot/core.img -c boot/boot.cat -hard-disk-boot core/
> > my iso image is ok with qemu on bios and uefi,
>
> Astounding. As CD-ROM this is not supposed to work with UEFI unless the
> firmware emulates BIOS. What particular UEFI firmware did you use ?
>
> > and with qemu as hard disk on uefi but not on
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
...head = 64; /* 1 <= head <= 256 */
@@ -61,10 +66,150 @@ uint16_t ve[16];
uint32_t catoffset = 0;
uint32_t c = 0, cc = 0, cs = 0;
+uint32_t psize = 0, isosize = 0;
+
/* boot catalogue parameters */
uint32_t de_lba = 0;
uint16_t de_seg = 0, de_count = 0, de_mbz2 = 0;
uint8_t de_boot = 0, de_media = 0, de_sys = 0, de_mbz1 = 0;
+uint32_t efi_lba = 0, mac_lba = 0;
+uint16_t efi_count = 0, mac_count = 0;
+uint8_t efi_boot = 0, efi_media = 0, efi_sys = 0;
+
+int apm_parts = 3;
+
+uint8_t afp_header[] = { 0x45, 0x52, 0x08, 0x00, 0x00, 0x00, 0x90, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00,...