Difference between revisions of "Burn an ISO File"

Added about create Isohybrid
imported>Ste74
imported>Tele
(Added about create Isohybrid)
Line 61: Line 61:


  fdisk -l
  fdisk -l
'''Warning:'''
: Not all ISO is isohybrid !  However you can create isohybrid ISO.
: If you use very old hardware and rare, may not support isohybrid.
: Isohybrid created for UEFI should work with "Legacy mode", without support UEFI not will work on UEFI.
: Before use USB stick check Bios/UEFI settings, USB should start first.
: If isohybrid not working for you with uefi, try create isohybrid for own use without this option.
===How you can check ISO===
fdisk -l
: Example:
$ fdisk -l manjaro-mate-15.12-x86_64.iso
Dysk manjaro-mate-15.12-x86_64.iso: 7,5 GiB, bajtów: 8006074368, sektorów: 15636864
Jednostki: sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Typ etykiety dysku: dos
Identyfikator dysku: 0x00000000
$ fdisk -l manjaro-xfce-16.08-x86_64.iso
Dysk manjaro-xfce-16.08-x86_64.iso: 1,5 GiB, bajtów: 1561657344, sektorów: 3050112
Jednostki: sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Typ etykiety dysku: dos
Identyfikator dysku: 0x06c2dccb
.
Urządzenie                    Rozruch Początek  Koniec Sektory Rozmiar Id Typ
manjaro-xfce-16.08-x86_64.iso1 *              0 3050111 3050112    1,5G  0 Brak
manjaro-xfce-16.08-x86_64.iso2              224  63711  63488    31M ef EFI (FA
: Isohybrid have 2 partitions, you can check also with gparted after burn the iso on an usb stick.
===How create isohybrid===
isohybrid -v /path/to/name.iso
: or for UEFI
isohybrid --uefi -v output.iso
: More in http://www.syslinux.org/wiki/index.php?title=Isohybrid




Anonymous user