Displaying 20 results from an estimated 40000 matches similar to: "Bootable ISO with extra data outside the ISO?"
2017 Aug 04
2
Bootable ISO with extra data outside the ISO?
Sorry if this is a total noob question... I've searched the archives and
haven't turned up much. Not turning up much on the web in general, either.
I'm working on a project and I'd like to create a Linux bootable ISO disc
with an extra chunk of data **outside** the ISO space. This chunk of data
might be a 10MB tar/zip. The goal would be to boot into Linux in RAM off
the disc
2016 May 10
2
Trying to build bootable iso but very confused by syslinux documentation
On 05/03/2016 02:31 AM, Thomas Schmitt via Syslinux wrote:
> Hi,
>
> John Lewis wrote:
>> https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
>>
>> The show stopper for me was the mkisofs because the closest command I
>> had available was xorrisofs and I think a switch was different.
> If you have questions about xorrisofs, then just ask me. :))
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 17:04, Bret Schuhmacher wrote:
> This is kind of related to my other question about putting extra data
> on the disc after the bootable ISO image... I want to write a bootable
> ISO and include some extra stuff on it... the hash and some customer
> data. The idea is that when the disc is booted from, this preboot
> program calculates the hash of the ISO *only*,
2016 May 10
0
Trying to build bootable iso but very confused by syslinux documentation
Hi,
> I only have the vaguest
> understand of what the flags in the man page of xorrisofs and xorriso are.
The options reflect a long tradition of program mkisofs and the
winded road of boot firmware entry points in ISO 9660 filesystems.
So one cannot expect to find much of a common system in them.
> there doesn't seem to
> exist a hello word like exercise that is simple and
2017 Aug 04
4
Verify contents before boot?
I see there's a memtest on the Linux discs I've created... would it be
possible to put another program in place (a module, perhaps?) that can
calculate a hash using a certain algorithm (i.e. SHA512 or similar) to
validate and print out the hash of the boot ISO before booting it? The
integrity of the ISO is absolutely critical.
Thanks,
Bret
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 12:44, Bret Schuhmacher via Syslinux wrote:
> I see there's a memtest on the Linux discs I've created... would it be
> possible to put another program in place (a module, perhaps?) that can
> calculate a hash using a certain algorithm (i.e. SHA512 or similar) to
> validate and print out the hash of the boot ISO before booting it? The
> integrity of the ISO is
2008 Oct 07
7
Looking for testers and advise about ISOLINUX within ISO 9660
Hi,
we are the developers of an alternative to mkisofs:
program xorriso from libburnia-project.org .
The current development cycle is about support for
creating bootable CDs, DVDs, BDs. So we look for
testers and for advise about ISOLINUX specifics.
The example from the ISOLINUX wiki is supposed to
work if you replace "mkisofs" by "xorriso -as mkisofs".
I.e:
xorriso -as
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.
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi,
is it possible to convert a bootable raw hdd image including grub
(originally created with grml-debootstrap) to a bootable iso somehow?
Cheers,
adrelanos
2014 Oct 10
1
turn bootable USB into bootable iso image
Hello List
I have a Bootable USB stick that we use to Boot our servers and then install CentOS,
PostgreSQL and our SW thru a Kickstart script.
It works like a charm but now we are thinking of going Virtual and prepping Virtual CentOS servers under VMware ESXi.
However, to have the same "Boot and Install" functionality I see no other solution than Booting a VMware machine from an ISO.
2014 Oct 10
2
答复: turn bootable USB into bootable iso image
ctrl-d to settings?than you can see the CDROM, choose to use the ISO image file.
Sent from my Windows Phone
________________________________
???: Steve Clark<mailto:sclark at netwolves.com>
????: ?2014/?10/?10 21:42
???: CentOS mailing list<mailto:centos at centos.org>
??: [CentOS] turn bootable USB into bootable iso image
Hello List
I have a Bootable USB stick that we use to Boot
2002 Jun 29
1
syslinux/ioslinux direct support for bootable iso images
Hi all,
Is there some way of syslinux or isolinux providing direct support for boot iso bootable images? I can use syslinux/isolinux to boot different ramdisks and floppy disks images fine on a single CD-ROM disk. But I want to use syslinux/isolinux to boot different bootable iso images from a single CDROM disk.
Any ideas?
Thanks in advance.
New! Give your email a serious boost ...
2014 Nov 05
2
Making a bootable Win7 DVD from an ISO
I would like to create a bootable DVD containing Win7 from an official
Microsoft ISO that I have on a CentOS-6.5 box. Is this even possible? If so
then how is it done using CentOS?
If I must create a Win7 repair disk on a Windows machine then this will be
possible, but somewhat logistically challenging. I would much rather just get
it done with the tools I have to hand.
--
***
2007 Jun 25
2
Howto make a bootable drive partition img of an iso to be used with memdisk
Hello, I am trying to make a usb stick full of utilities. However some of
the utilities do not use syslinux, and are iso's. Is there any method
available for turning the iso into a bootable drive img to be used with
memdisk?
--
Dimeneira aka Dime
2014 Dec 03
0
Creating a USB bootable modified netinstall ISO image
On 12/03/2014 09:51 AM, Alfred von Campe wrote:
> I?ve been creating slightly modified CentOS netinstall ISO images using the following steps:
>
> Copy contents of CentOS netinstall ISO image to a temporary directory
> Edit isolunux/isolinux.cfg file
> Create new ISO image using the following command: mkisofs -o new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
2006 Apr 04
1
modifying isolinux.cfg of a given, bootable iso
Hello,
I want to modify isolinux.cfg of a given, bootable iso
(of Linux CentOs installation) according to my needs.
The things is :
I copy the contents of that iso to a different directory.
I modify the isolinux.cfg according to my needs.
Then what?
I had of course googled for it.
I had tried afterwards:
mkisofs -o centos1.iso -b isolinux/isolinux.bin -no-emul-boot
-boot-load-size 4 -boot-i
But
2016 May 03
0
Trying to build bootable iso but very confused by syslinux documentation
On Mon, May 02, 2016 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
2014 Dec 03
1
Creating a USB bootable modified netinstall ISO image
On Dec 3, 2014, at 12:01, Greg Bailey wrote:
> I think you'd need to use the "isohybrid" command that's included in the syslinux package.
BING! BING! BING! We have a winner! Thanks for that info, it makes
the USB stick bootable. This will make kickstart installations so much
easier, especially for systems that don?t have a CD-ROM (we used to
have to scrounge for an
2014 Dec 03
2
Creating a USB bootable modified netinstall ISO image
I?ve been creating slightly modified CentOS netinstall ISO images using the following steps:
Copy contents of CentOS netinstall ISO image to a temporary directory
Edit isolunux/isolinux.cfg file
Create new ISO image using the following command: mkisofs -o new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T /tmp/iso
I?ve been using
2016 May 03
1
Trying to build bootable iso but very confused by syslinux documentation
On 05/03/2016 12:27 AM, Geert Stappers via Syslinux wrote:
> On Mon, May 02, 2016 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