search for: mkisof

Displaying 20 results from an estimated 497 matches for "mkisof".

Did you mean: mkisofs
2016 May 03
4
Trying to build bootable iso but very confused by syslinux documentation
I was trying to follow this tutorial https://help.ubuntu.com/community/LiveCDCustomizationFromScratch. i got confused with the part about Create an isolinux.cfg file. The show stopper for me was the mkisofs because the closest command I had available was xorrisofs and I think a switch was different.
2010 Mar 24
1
mkisofs help?
Hi All, I am following: http://www.linuxinsight.com/how-to-flash-motherboard-bios-from-linux-no-dos-windows-no-floppy-drive.html to make a bootable CD to flash my bios I get to mkisofs step, but what I get is not what I think I want. I dont understand if I unmount /tmp/floppy how the Mkisofs command of: mkisofs -o bootcd.iso -b FDOEM.144 FDOEM.144 how I get everything in /tmp/floppy Here is what I did: wget http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz gunzip FDOEM.144....
2014 Feb 02
2
xorriso or genisoimage syntax assistance
Hi, > # Most linux distros dont have `mkisofs' Or they have genisoimage under the name "mkisofs". (e.g. Debian, Archlinux) > mkisofs \ > -o output.iso \ > -no-emul-boot \ > -boot-info-table \ > -boot-load-size 4 \ > -c isolinux/boot.cat \ > -b isolinux/isolinux.bin \ > ISO_root I would ad...
2003 Mar 10
1
Problem with mkisofs (i guess :-))
Hello! I have a problem with a bootable cd that i'm trying to make .. The problem is that i don't know what all the mkisofs parameters do and because that weird things happen, if the filenames or directorynames contain spaces they do not open and if i'm in windows's safe mode it gives me an error message stating that the file or folder does not exist! Can anyone help with that? I'm a novice in making cd'...
2008 Dec 04
5
Burning DVD with files>4GB from console
My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via smb-link becuase I didn't manage to do this task from FreeBSD console due to 2GB/4GB filesize restrictions (growisofs). I'm using freeware CDBurnerXP to burn my backups (ISO9660/UDF/Joliet), and they
2014 Jan 20
3
[PATCH] Add some man pages.
...kfind.1 diff --git a/man/isohybrid.1 b/man/isohybrid.1 new file mode 100644 index 0000000..21e7a34 --- /dev/null +++ b/man/isohybrid.1 @@ -0,0 +1,61 @@ +.TH isohybrid 1 "17 Jan 2014" "isohybrid" +.SH "NAME" +isohybrid \(em Post-process an ISO 9660 image generated with mkisofs or +genisoimage to allow hybrid booting as a CD-ROM or as a hard disk. +.SH "SYNOPSIS" +.B isohybrid +[\fBOPTIONS\fP] +.I <boot.iso> +.SH "DESCRIPTION" +.PP +The \fBisohybrid\fR utility modifies a an ISO 9660 image generated with +mkisofs, genisoimage, or compatible utili...
2003 Mar 06
1
help about mkisofs then!
Hello again ! I have another problem and now is with mkisofs... I understand that i cannot use nero to make isolinux bootable cd's but can you help me with mkisofs because i don't understand what all his params do ! I need a iso filesystem like nero does ...relaxed restrictions 31 characters in filename and most important nero doesn't convert &q...
2003 Mar 21
1
mkisofs bug ?
...nd i need it for the windows platform not for linux... I need something that does not restrict filenames, it doesn't boder me that are shortnames as long as it let's me access the directory or filename. This is the commandline I use to compile my iso file: %BASEDIR%\isolinux\buildcd\win32\mkisofs -r -log-file log.txt -J -l -relaxed-filenames %CD_VERBOSE% -volid %CD_VOLID% -p %CD_PREPARER% -P %CD_PUBLISHER% -A %CD_APPID% -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -hide boot.catalog -hide-joliet boot.catalog -o bootcd.iso %BASEDIR% Can anyone help please becau...
2004 Jun 14
1
mkisofs /proc/kcore error
hi there, hope this is not too much out of topic here... i give it a try anyway :-) when i try to build the iso with: mkisofs i get the following error: [...] Using TTYX2000.;1 for ./dev/ttyX2 (ttyx2) Using TTYS0000.;1 for ./dev/ttys0 (ttyS0) Using TTYY3000.;1 for ./dev/ttyY3 (ttyy3) Using FD0H360000.;1 for ./dev/fd0H360 (fd0h360) Using TTYX1000.;1 for ./dev/ttyx1 (ttyX1) Size of boot image is 4 sectors -> No e...
2005 Mar 30
0
bug+fix: isolinux, mkisofs - added one directory to the CD => won't boot
...1st-level directory) to the CD prototype directory. I repeatedly invoked and removed the problem by adding and removing this latest addition. Amazing as it may sound, I managed to fix the problem by upgrading CDRtools to the latest Alpha, which is 2.01.01a01. The particular culprit seems to be mkisofs 2.0 - the version of cdrecord doesn't make a difference. See also the snippets of mkisofs output below my signature. So I'm back to my old Teac burner (retired as defunct long ago by my Windows-based colleagues) and burning on. Even my old RW media by Verbatim, scratched and fingerpri...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
> Hi, > > > I don't understand why you say "*But* the El Torito...". I don't see > > a difference with what the mkisofs manual says. > > The manual announces "Mac" for Apple Mac. > The program obviously writes Platform Id 1 in this case. > The El Torito specs say "Platform ID 0 = 80x86 1=Power PC 2=Mac". > In the sum this does not match. > A bug in mkisofs would be the simples...
2006 Dec 26
1
problem with isolinux or mkisofs?
Hello, I'm Jacques living in France. I have a problem when I use isolinux. I'm working on a multiboot cdrom so I make many "mkisofs" for testing. The problem is that when I modify the "isolinux.cfg" file and then build my image with mkisofs it's the previous configuration of my "isolinux.cfg" which appears on my screen (I run the .iso file with qemu...) I don't understand why. Thank you for yo...
2016 May 03
1
Trying to build bootable iso but very confused by syslinux documentation
...016 at 11:21:13PM -0400, John Lewis via Syslinux wrote: >> I was trying to follow this tutorial >> https://help.ubuntu.com/community/LiveCDCustomizationFromScratch. i got >> confused with the part about Create an isolinux.cfg file. >> >> The show stopper for me was the mkisofs because the closest command I >> had available was xorrisofs and I think a switch was different. > At https://help.ubuntu.com/community/LiveCDCustomizationFromScratch is > > | Create the Cd Image Directory and Populate it > | > | There are 4 packages that need to be installed...
2014 Jul 29
3
isohybrid: slint64-14.1.iso: unable to find mac efi image
> Hi, > > Ady wrote: > > cdrtools.sourceforge.net/private/man/cdrtools-3.01axx/mkisofs.8.html > > Mac Boot entries for the Apple Mac platform. > > Interesting feature. But the El Torito specs of Phoenix and > IBM of 1994 state that "Mac" would be Platform Id 2. > http://download.intel.com/support/motherboards/desktop/sb/specscdrom.pdf > Page 9,...
2014 Jul 29
1
isohybrid: slint64-14.1.iso: unable to find mac efi image
> HI, > > On 29/07/2014 22:23, Ady wrote: > > > Even without such "Mac" hardware at hand, it might still be helpful > > to test mkisofs 3.01a24 and then check the resulting ISO image. > > Perhaps Didier can update his current version of mkisofs and retry > > with his current scripts/receipts. > > I will upgrade the cdrtools package from 3.01a17 to 3.01a24 in the > coming days and see what I come up with. If...
2002 Aug 14
2
problem with isolinux
i tried to make a bootable CD with isolinux,but met some problem. the error is as follows. i don't know what cause the problem. anyone met the same problem? thanks for help. ===================================================================================== mkisofs 1.13 (i686-pc-linux-gnu) Scanning . Scanning ./boot Scanning ./isolinux Scanning ./isolinux/help Excluded by match: ./isolinux/eltorito.cat Scanning ./isolinux/kernels Excluded: ./isolinux/kernels/TRANS.TBL Using BOOT000.030 for ./boot/boot.0301 (boot.0300) Using BOOT000.034 for ./boot/boot.0340...
2005 Jan 22
0
mkisofs for Windows and 2 GB limitation
I have some users reporting problems creating isolinux bootable DVD bigger than 2 GB in Windows. The resulting DVD doesn't boot. I've found this problem also mentioned in some forums, but I wasn't able to find a mkisofs binary for Windows without this bug. Please note that this isn't a problem of isolinux. Creating the same DVD with a recent mkisofs in Linux results in a bootable disk. I hope that someone in this mailing list have already addressed this problem. PS. The command used to create the image is...
2013 Nov 15
2
Image checksum error while booting Isolinux
Hi, I am trying to build a custom installer for a popular linux distro on MacOS. Here is how: makehybrid \ -o isos/muaaa.iso temp/ \ -eltorito-boot temp/isolinux/isolinux.bin \ -no-emul-boot \ -iso -joliet -boot-load-size 4 \ -default-volume-name "Custom Installer" \ -eltorito-platform temp/isolinux/boot.cat This happens when I boot up the new image:
2004 Dec 08
3
isolinux needing mkisofs
...dification below to isolinux.asm. I then had to write a small C program to take the .bin file and patch offset 0x14 with the proper checksum info. With that I now have a isolinux.bin file suitable for roxio - and probably other software. Is there any interest in this, or is the dependency on mkisofs there for another reason? Thanks, David 245c245 < bi_pvd: dd 0x00000010 ; LBA of primary volume descriptor ;DEB --- >bi_pvd: dd 0xdeadbeef ; LBA of primary >volume descriptor 247c247 < bi_length: dd size_of...
2016 Dec 21
0
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...