Displaying 11 results from an estimated 11 matches for "de_media".
2013 Oct 31
2
isohybrid fails with: seek error - 3
...set: 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]);
Dose that...
2016 Dec 21
2
syslinux mkisofs hard-disk-boot isohybrid
...gistered
> in the El Torito catalog as "no emulation" images. Your core.img is registered
> (by option -hard-disk-boot) as "hard disk emulation" image.
>
> http://git.zytor.com/syslinux/syslinux.git/tree/utils/isohybrid.c
> bails out in line 526, because variable de_media is 4 and not 0.
>
> For BIOS booting from CD-ROM you need to use "isolinux.bin" as boot image
> which you give to mkisofs via option -b. Instead of
>
@Thomas, please remember that, if we forget for a moment about other
constraints and conditions (e.g. isohybrid, UEFI, w...
2013 Nov 01
2
isohybrid fails with: seek error - 3
...;> 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_lb...
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?
>
2016 Dec 21
4
syslinux mkisofs hard-disk-boot isohybrid
hello every body,
I'm trying to build an isohybrid image based on syslinux able to boot on
bios and uefi with optical disk or usb key.
I've build a 16Mb hard disk image (core.img) with necessary parts for bios
(legacy bootable partition, protective mbr, gptmbr.bin & syslinux
installation) and for uefi (gpt, esp, /efi/boot/bootx64.efi & syslinux
files).
my hard disk image is ok -
2016 Dec 21
0
syslinux mkisofs hard-disk-boot isohybrid
...ary programs which get registered
in the El Torito catalog as "no emulation" images. Your core.img is registered
(by option -hard-disk-boot) as "hard disk emulation" image.
http://git.zytor.com/syslinux/syslinux.git/tree/utils/isohybrid.c
bails out in line 526, because variable de_media is 4 and not 0.
For BIOS booting from CD-ROM you need to use "isolinux.bin" as boot image
which you give to mkisofs via option -b. Instead of
-hard-disk-boot
you have to use
-no-emul-boot -boot-load-size 4 -boot-info-table
See http://www.syslinux.org/wiki/index.php?title=ISOLINU...
2013 Nov 01
0
isohybrid fails with: seek error - 3
...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))
>...
2013 Nov 01
0
isohybrid fails with: seek error - 3
...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:
>>...
2016 Dec 22
0
syslinux mkisofs hard-disk-boot isohybrid
...Torito catalog as "no emulation" images. Your core.img is
> registered
> > (by option -hard-disk-boot) as "hard disk emulation" image.
> >
> > http://git.zytor.com/syslinux/syslinux.git/tree/utils/isohybrid.c
> > bails out in line 526, because variable de_media is 4 and not 0.
rewriting error message ?
> >
> > For BIOS booting from CD-ROM you need to use "isolinux.bin" as boot image
> > which you give to mkisofs via option -b. Instead of
> >
>
>
> @Thomas, please remember that, if we forget for a moment about...
2010 Sep 13
5
isohybrid: seek error - 6: Invalid argument
..., 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 00 de c4 c5 10...
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
.../* 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, 0x00, 0x00, 0x...