How to make a bootable ISO file from a LiveOS USB?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I've been trying to convert a bootable live OS 'multiboot' USB to ISO for burning to DVD.
The USB boots fine and was made using multibootUSB - which has a bootloader with options to load various different Live OS - all work fine
Have tried to create an IMG file (which mounts fine with Ubuntu Disk Image mounter) but converting to an ISO:
mkisofs -o <iso output file name> <mountpoint>
results in an ISO that reports
boot failed could not read from cdrom
boot failed could not read the boot disk
no bootable device
all this tested using QEMU and also Virtualbox
Anyone know how to create a bootable ISO file that will work...? Thanks
boot iso livedvd
 |Â
show 1 more comment
up vote
1
down vote
favorite
I've been trying to convert a bootable live OS 'multiboot' USB to ISO for burning to DVD.
The USB boots fine and was made using multibootUSB - which has a bootloader with options to load various different Live OS - all work fine
Have tried to create an IMG file (which mounts fine with Ubuntu Disk Image mounter) but converting to an ISO:
mkisofs -o <iso output file name> <mountpoint>
results in an ISO that reports
boot failed could not read from cdrom
boot failed could not read the boot disk
no bootable device
all this tested using QEMU and also Virtualbox
Anyone know how to create a bootable ISO file that will work...? Thanks
boot iso livedvd
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
1
Example, create bootable DVD, any 'Linux OS' :mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I've been trying to convert a bootable live OS 'multiboot' USB to ISO for burning to DVD.
The USB boots fine and was made using multibootUSB - which has a bootloader with options to load various different Live OS - all work fine
Have tried to create an IMG file (which mounts fine with Ubuntu Disk Image mounter) but converting to an ISO:
mkisofs -o <iso output file name> <mountpoint>
results in an ISO that reports
boot failed could not read from cdrom
boot failed could not read the boot disk
no bootable device
all this tested using QEMU and also Virtualbox
Anyone know how to create a bootable ISO file that will work...? Thanks
boot iso livedvd
I've been trying to convert a bootable live OS 'multiboot' USB to ISO for burning to DVD.
The USB boots fine and was made using multibootUSB - which has a bootloader with options to load various different Live OS - all work fine
Have tried to create an IMG file (which mounts fine with Ubuntu Disk Image mounter) but converting to an ISO:
mkisofs -o <iso output file name> <mountpoint>
results in an ISO that reports
boot failed could not read from cdrom
boot failed could not read the boot disk
no bootable device
all this tested using QEMU and also Virtualbox
Anyone know how to create a bootable ISO file that will work...? Thanks
boot iso livedvd
boot iso livedvd
asked Mar 8 at 15:31
JW8888
214
214
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
1
Example, create bootable DVD, any 'Linux OS' :mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24
 |Â
show 1 more comment
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
1
Example, create bootable DVD, any 'Linux OS' :mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
1
1
Example, create bootable DVD, any 'Linux OS' :
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
Example, create bootable DVD, any 'Linux OS' :
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
0
down vote
The code given by Knud Larsen was useful to create a bootable DVD:
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
I could boot into a menu, but I couldn't get the multi OS aspects to work, no matter how much I played around with isolinux/syslinux. In the end, MultiCD was the best solution, works well, easy to use.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The code given by Knud Larsen was useful to create a bootable DVD:
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
I could boot into a menu, but I couldn't get the multi OS aspects to work, no matter how much I played around with isolinux/syslinux. In the end, MultiCD was the best solution, works well, easy to use.
add a comment |Â
up vote
0
down vote
The code given by Knud Larsen was useful to create a bootable DVD:
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
I could boot into a menu, but I couldn't get the multi OS aspects to work, no matter how much I played around with isolinux/syslinux. In the end, MultiCD was the best solution, works well, easy to use.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The code given by Knud Larsen was useful to create a bootable DVD:
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
I could boot into a menu, but I couldn't get the multi OS aspects to work, no matter how much I played around with isolinux/syslinux. In the end, MultiCD was the best solution, works well, easy to use.
The code given by Knud Larsen was useful to create a bootable DVD:
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
I could boot into a menu, but I couldn't get the multi OS aspects to work, no matter how much I played around with isolinux/syslinux. In the end, MultiCD was the best solution, works well, easy to use.
answered Mar 16 at 1:04
JW8888
214
214
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013124%2fhow-to-make-a-bootable-iso-file-from-a-liveos-usb%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why do you want to convert your 'multiboot' USB to ISO for burning to DVD? Is the problem, that you cannot boot an old computer from USB? In that case maybe you can boot from a Plop CD and chainload to your working USB boot drive, PLoP Boot Manager
â sudodus
Mar 8 at 15:53
1
Example, create bootable DVD, any 'Linux OS' :
mkisofs -o [path-to]/new.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V disks ./
â Knud Larsen
Mar 8 at 20:26
@sudodus - the nature of the OS means it that it should be on a non writeable medium such as DVDr
â JW8888
Mar 9 at 23:17
OK. Good luck and please share your solution when you are there :-)
â sudodus
Mar 9 at 23:22
@Knud Larsen - Thanks very much, would you use that command in a terminal with working directory as the USB top directory...? ALso: I think the multibootUSB sets up syslinux as boot loader, so the references in the command like isolinux.bin and boot.cat I'm guessing won't find corresponding files as far as I can see...? unless I misunderstand..? thanks again
â JW8888
Mar 9 at 23:24