| View previous topic :: View next topic |
| Author |
Message |
olliegab
Joined: Mon Feb 06, 2012 8:18 pm Posts: 5 Location: Jersey
|
Posted: Mon Mar 05, 2012 9:14 pm Post subject: dvd2usb as described on the DVD; problems! |
|
|
I was trying to use the script 'dvd2usb.sh' as described on the DVD (and in the magazine). The idea is to make an existing ISO file (not located on the DVD, but on my HD) to an IMG file, and then copy it over to a USB stick.
When trying to execute the script nothing happens; and I don't get any error messages. If I try to click on the file icon from the GUI a windows appears but closes down again, in a fraction of a second....as if it tried to start but didn't managed.
I'm using Mint 12, 64 bit.
Any suggestions of what may have happened...or happens?
Cheers |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 7996 Location: Warrington, UK
|
Posted: Mon Mar 05, 2012 10:51 pm Post subject: |
|
|
That script is only for converting the LXFDVD on which it resides to a USB-bootable image. If you want to make an existing ISO image USB-bootable, you need the isohybrid program from the syslinux package. Install syslinux and then run
| Code: | | isohybrid /path/to/file.iso |
and it will convert the ISO imaqge in place, ready to be copied to a USB drive with dd. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
olliegab
Joined: Mon Feb 06, 2012 8:18 pm Posts: 5 Location: Jersey
|
Posted: Tue Mar 06, 2012 5:55 pm Post subject: |
|
|
Thanks for your suggestions!
I tried it but got the following messages:
isohybrid: Warning: more than 1024 cylinders: 3716
isohybrid: Not all BIOSes will be able to boot this device
and it didn't give me "solution". It doesn't state that it won't be able to work...or at least that's how I interpret it!
The ISO file is the Gentoo 12 DVD download, which is a fairly large file!
Or...? |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 7996 Location: Warrington, UK
|
Posted: Tue Mar 06, 2012 9:20 pm Post subject: |
|
|
That's a warning, not an error. It is not stating that the procedure failed, only that some older BIOSes cannot boot from such a device. Since this depends on the computer and not the ISO file, the only way to test it is to dd the file to a USB device an try it.
AFAIK the Gentoo discs are already hybrids, but running isohybrid again shouldn't do any harm. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|