bug-xorriso
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-xorriso] About run xorriso under Win32


From: gary jiang
Subject: Re: [Bug-xorriso] About run xorriso under Win32
Date: Fri, 21 Nov 2014 15:56:39 +0800
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Hi Thomas,

What happens about EFI booting if you leave out the BIOS
boot options in your xorriso run ? I.e.:

..\xorriso -as mkisofs -U -A centos65 -V centos65 -volset centos65 -J -joliet-long -r -v -T -o ../centos65.iso -c isolinux/boot.cat -e boot/grub/efi.img -no-emul-boot .

(No -boot-info-table causes no read attempt for patching. So
  the code part which throws the error will not be executed.
  The lfs_read() calls for copying file content into the
  emerging ISO image request smaller chunk sizes than the
  call for patching the BIOS boot image.)
Thanks for suggestion, the iso generated with only efi boot option still can't boot efi machine, and seems it has some relationship with the libisofs/util.c since I did the
following change:

//tzoffset = ( - timezone / 60 / 15 ) + 4 * tm.tm_isdst;
    fprintf(stderr, "here is the second compile error\n");

And the debug info is displayed lots of time when generate iso, please help
to fix the compile errors if possible, thanks a lot.
Additional info, I tried to generate iso without efi boot option as follows:

..\xorriso -as mkisofs -U -A centos65 -V centos65 -volset centos65 -J -joliet-long -r -v -T -o ../centos65.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot .

But the generated iso can't boot bios machine too.

Thanks,
Gary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]