LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-27-2018, 06:55 AM   #1
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Rep: Reputation: 28
How do you make a bootable iso?


I have almost got it working with https://www.syslinux.org/wiki/index.php?title=ISOLINUX

but found it does not work on 64 bit machines and only works on 32 bit machines.

I followed everything and appeared to work but in the end it did not produce boot.cat as it said it should.

Still working on it.

Any answers to why it will not make boot.cat please?
 
Old 09-27-2018, 08:46 AM   #2
jamesthomas11
LQ Newbie
 
Registered: Sep 2018
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by bscho View Post
I have almost got it working with https://www.syslinux.org/wiki/index.php?title=ISOLINUXtv

but found it does not work on 64 bit machines and only works on 32 bit machines.

I followed everything and appeared to work but in the end it did not produce boot.cat as it said it should.

Still working on it.

Any answers to why it will not make boot.cat please?
Hello,
Same question on my mind. Please, someone helps me too for this.
I have also 64bit system and it's not working with them.

Thanks & Regards,
James
 
Old 09-27-2018, 09:07 AM   #3
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Quote:
Originally Posted by jamesthomas11 View Post
Hello,
Same question on my mind. Please, someone helps me too for this.
I have also 64bit system and it's not working with them.

Thanks & Regards,
James
I now have it working on Linux mint 19 Tara 32 bit.

Unfortunately it says file to large it only does up to 4 GB

I am thinking of fooling it by only using 4GB of the file and putting it on a RW disk then will add the missing directories.

I have been working three weeks on this and will keep trying.

Unless someone else knows an easier solution. Please let all of us know.
 
Old 10-05-2018, 10:26 PM   #4
Steve R.
Member
 
Registered: Jun 2009
Location: Morehead City, NC
Distribution: Mint 20.3
Posts: 521

Rep: Reputation: 98
I hope that this is not useless advice, but have you guys looked here: Create a bootable USB stick on Ubuntu?

I suspect, but I can't confirm, that this technique would work with non-Ubuntu ISO images.

Last edited by Steve R.; 10-05-2018 at 10:28 PM.
 
Old 10-06-2018, 04:02 AM   #5
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
[QUOTE=Steve R.;5911631]I hope that this is not useless advice, but have you guys looked here: Create a bootable USB stick on Ubuntu?

Thanks tried the Linux Mint version of it usb-creator-gtk,but will only work for Linux iso . The problem is it is a Windows iso. Presume the Ubuntu one works the same.
 
Old 10-06-2018, 06:10 AM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,355

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
did you get the yumi to iso to work that you was trying to do from your other thread? https://www.linuxquestions.org/quest...ly-4175639376/

Quote:
The problem is it is a Windows iso.
Is this an iso you created or Downloaded. What version of windows and did you try windows instructions for putting on usb stick?

Last edited by colorpurple21859; 10-06-2018 at 06:15 AM.
 
Old 10-07-2018, 01:30 AM   #7
Powaahhclocking
LQ Newbie
 
Registered: Oct 2018
Distribution: Antergos, switching to arch in some time
Posts: 3

Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by bscho View Post
I now have it working on Linux mint 19 Tara 32 bit.

Unfortunately it says file to large it only does up to 4 GB

I am thinking of fooling it by only using 4GB of the file and putting it on a RW disk then will add the missing directories.

I have been working three weeks on this and will keep trying.

Unless someone else knows an easier solution. Please let all of us know.
Looks like its a fat32 format, try exfat/ntfs. Fat32 doesnt support files larger than 4gb....

And woeusb seems to work
 
Old 10-08-2018, 08:14 PM   #8
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Take a known bootable iso and image it with 'dd'. Use the 'genisoimage' program to create your new bootable iso, and feed the known bootable image to the command with the -b option. It will grab all the boot information off of the dd imaged iso.
 
Old 10-14-2018, 03:43 AM   #9
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Quote:
Originally Posted by AwesomeMachine View Post
Take a known bootable iso and image it with 'dd'. Use the 'genisoimage' program to create your new bootable iso, and feed the known bootable image to the command with the -b option. It will grab all the boot information off of the dd imaged iso.
No dd does not make a bootable iso. Hve now found a solution.
 
Old 10-14-2018, 03:47 AM   #10
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Have found a solution that makes a bootable iso.

It is so simple.

click on the usb in discs then the three bars at the top.

there is the option that creates a bootable iso

I then use anything to make dvd's or multicd's or Multiboot by Yumi.
 
Old 10-14-2018, 02:06 PM   #11
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,140
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
Quote:
No dd does not make a bootable iso.
Well, @AwesomeMachine did say..
Quote:
Take a known bootable iso and image it with 'dd'.
dd is a bitstream duplicator and will clone anything. OS or filesystem, not relevant.
Quote:
The problem is it is a Windows iso.
Then it should already be a bootable image. Ever see a windows install disk that was not bootable?
I am going to take a guess that you haven't told what you have.
Code:
dd if=/dev/sr0 of=myiso.iso bs=2048
Will make an exact image, bit by bit, of a disk, errors and all, that's why it's not a great backup solution.
Code:
growisofs -dvd-compat -speed=8 -use-the-force-luke=tty -Z /dev/sr0=/path/myiso.iso
Will make an exact clone of the first disk to a new disk.

Examples:
https://wiki.archlinux.org/index.php/Disk_Cloning
https://wiki.archlinux.org/index.php...allation_Media
https://bbs.archlinux.org/viewtopic.php?id=106087
https://unix.stackexchange.com/quest...e-usb-from-iso
 
Old 10-15-2018, 12:08 AM   #12
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Quote:
Originally Posted by teckk View Post
Well, @AwesomeMachine did say..

dd is a bitstream duplicator and will clone anything. OS or filesystem, not relevant.

Then it should already be a bootable image. Ever see a windows install disk that was not bootable?
I am going to take a guess that you haven't told what you have.
Code:
dd if=/dev/sr0 of=myiso.iso bs=2048
Will make an exact image, bit by bit, of a disk, errors and all, that's why it's not a great backup solution.
Code:
growisofs -dvd-compat -speed=8 -use-the-force-luke=tty -Z /dev/sr0=/path/myiso.iso
Will make an exact clone of the first disk to a new disk.

Examples:
https://wiki.archlinux.org/index.php/Disk_Cloning
https://wiki.archlinux.org/index.php...allation_Media
https://bbs.archlinux.org/viewtopic.php?id=106087
https://unix.stackexchange.com/quest...e-usb-from-iso
Thanks for that. In my case the USB did not have a bootable image on it in the first place.

Had tried growiofs before and it didn't make it bootable.

Thanks.
 
Old 12-18-2018, 09:32 AM   #13
rosewhitworth
LQ Newbie
 
Registered: Dec 2018
Posts: 2

Rep: Reputation: Disabled
How do you make a bootable iso?

Thanks.
 
Old 08-25-2019, 09:25 AM   #14
rosewhitworth
LQ Newbie
 
Registered: Dec 2018
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by bscho View Post
Have found a solution that makes a bootable iso.

It is so simple.

click on the usb in discs then the three bars at the top.

there is the option that creates a bootable iso

I then use anything to make dvd's or multicd's or Multiboot by Yumi.

youtuber

Last edited by jefro; 08-26-2019 at 03:15 PM.
 
Old 08-25-2019, 10:57 AM   #15
rontarrances
LQ Newbie
 
Registered: Aug 2019
Posts: 2

Rep: Reputation: 0
thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do you make a bootable ISO from a bootable USB stick? bt101 Linux - Newbie 20 09-27-2018 09:09 AM
Make bootable ISO tpalmerstudios Linux - Kernel 3 04-23-2016 05:36 AM
how to make non bootable iso file and iso via linux command line?? npubudu Linux - Newbie 2 02-01-2009 11:31 PM
How to make a bootable .iso CD Gins Linux - General 4 09-14-2007 04:13 AM
How do you make an ISO bootable?? linuxhippy Slackware 3 05-01-2006 12:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration