Difference between revisions of "Burn an ISO File/fr"

Updating to match new version of source page
(Created page with "===Graver un CD/DVD sur Windows=== Sur Windows 7 ou autres versions plus récentes, la possibilité de graver un ISO sur un DVD est pré-installé. Il suffit donc simple de fa...")
Tags: Mobile web edit Mobile edit
(Updating to match new version of source page)
 
Line 47: Line 47:




<div lang="en" dir="ltr" class="mw-content-ltr">
{{BoxWarning|Warning|Not all ISO are 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.}}
{{BoxWarning|Warning|Not all ISO are 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.}}
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
===How you can check ISO===
===How you can check ISO===
{{UserCmd|command=fdisk -l}}
{{UserCmd|command=fdisk -l}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
: Example:
: Example:
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
{{UserCmd|command=fdisk -l manjaro-mate-15.12-x86_64.iso
{{UserCmd|command=fdisk -l manjaro-mate-15.12-x86_64.iso
Disk manjaro-mate-15.12-x86_64.iso: 7,5 GiB, 8006074368 bytes, 15636864 sectors
Disk manjaro-mate-15.12-x86_64.iso: 7,5 GiB, 8006074368 bytes, 15636864 sectors
Line 62: Line 69:
Disklabel type: dos
Disklabel type: dos
Disk identifier: 0x00000000}}
Disk identifier: 0x00000000}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
{{UserCmd|command=fdisk -l manjaro-xfce-16.08-x86_64.iso  
{{UserCmd|command=fdisk -l manjaro-xfce-16.08-x86_64.iso  
Disk manjaro-xfce-16.08-x86_64.iso: 1,5 GiB, 1561657344 bytes, 3050112 sectors
Disk manjaro-xfce-16.08-x86_64.iso: 1,5 GiB, 1561657344 bytes, 3050112 sectors
Line 74: Line 83:
manjaro-xfce-16.08-x86_64.iso1 *        0 3050111 3050112  1,5G  0 Empty
manjaro-xfce-16.08-x86_64.iso1 *        0 3050111 3050112  1,5G  0 Empty
manjaro-xfce-16.08-x86_64.iso2        224  63711  63488  31M ef EFI (FAT-12/16/32)}}
manjaro-xfce-16.08-x86_64.iso2        224  63711  63488  31M ef EFI (FAT-12/16/32)}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
: Isohybrid have 2 partitions, you can check also with gparted after burn the iso on an usb stick.
: Isohybrid have 2 partitions, you can check also with gparted after burn the iso on an usb stick.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===How create isohybrid===
===How create isohybrid===
{{UserCmd|command=isohybrid -v /path/to/name.iso}}
{{UserCmd|command=isohybrid -v /path/to/name.iso}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
: or for UEFI
: or for UEFI
{{UserCmd|command=isohybrid --uefi -v output.iso}}
{{UserCmd|command=isohybrid --uefi -v output.iso}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
: More in http://www.syslinux.org/wiki/index.php?title=Isohybrid
: More in http://www.syslinux.org/wiki/index.php?title=Isohybrid
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Using a Burning Application===
===Using a Burning Application===
====ImageWriter====
====ImageWriter====
ImageWriter should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it.
ImageWriter should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
A brief guide to writing the Manjaro .ISO image has been provided:
A brief guide to writing the Manjaro .ISO image has been provided:
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
'''1.''' Click on the centre icon
'''1.''' Click on the centre icon
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
'''2.''' Navigate to where the ISO image has been saved and select it
'''2.''' Navigate to where the ISO image has been saved and select it
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
'''3.''' Ensure that your USB device has been selected from the drop-down menu
'''3.''' Ensure that your USB device has been selected from the drop-down menu
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
'''4.''' Click on the '''Write''' button
'''4.''' Click on the '''Write''' button
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
'''5.''' After the '''Write''' process has finished, reboot your system
'''5.''' After the '''Write''' process has finished, reboot your system
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Writing to a USB Stick in Windows===
===Writing to a USB Stick in Windows===
====Using Rufus====
====Using Rufus====
[http://rufus.ie/ Rufus] Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
[http://rufus.ie/ Rufus] Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
When you use Rufus to write a Manjaro Live ISO to USB you must select DD mode when prompted to use standard or DD mode.
When you use Rufus to write a Manjaro Live ISO to USB you must select DD mode when prompted to use standard or DD mode.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
See its website for more details: [http://rufus.ie/]
See its website for more details: [http://rufus.ie/]
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Writing to a USB Stick on a Macintosh===
===Writing to a USB Stick on a Macintosh===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
As a Unix variant, macOS uses a similar approach to Linux. All commands below should be run in the '''Terminal''' application. Commands using '''sudo''' may prompt for your password; this is expected.
As a Unix variant, macOS uses a similar approach to Linux. All commands below should be run in the '''Terminal''' application. Commands using '''sudo''' may prompt for your password; this is expected.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
After you've inserted your USB drive, identify it using '''diskutil''':
After you've inserted your USB drive, identify it using '''diskutil''':
{{UserCmd|command=diskutil list}}
{{UserCmd|command=diskutil list}}
Line 124: Line 167:
       0:    FDisk_partition_scheme                        *7.8 GB    disk3
       0:    FDisk_partition_scheme                        *7.8 GB    disk3
       1:              Windows_NTFS MYUSBDRIVE              7.8 GB    disk3s1
       1:              Windows_NTFS MYUSBDRIVE              7.8 GB    disk3s1
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Note the identifier '''disk3s1''' in this example.
Note the identifier '''disk3s1''' in this example.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Unmount the drive with the command:
Unmount the drive with the command:
{{UserCmd|command=sudo diskutil unmount /dev/disk3s1}}
{{UserCmd|command=sudo diskutil unmount /dev/disk3s1}}
   Volume MYUSBDRIVE on disk3s1 unmounted
   Volume MYUSBDRIVE on disk3s1 unmounted
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Now you can use '''dd''' to write to the raw device:
Now you can use '''dd''' to write to the raw device:
{{UserCmd|command=sudo dd bs=4m if=Desktop/manjaro-i3-21.2.3-220205-linux515.iso of=/dev/disk3}}
{{UserCmd|command=sudo dd bs=4M if=Desktop/manjaro-i3-21.2.3-220205-linux515.iso of=/dev/disk3}}
   787+1 records in
   787+1 records in
   787+1 records out
   787+1 records out
   3303161856 bytes transferred in 2470.782563 secs (1336889 bytes/sec)
   3303161856 bytes transferred in 2470.782563 secs (1336889 bytes/sec)
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
The USB drive can now be removed from the computer and used to boot Manjaro.
The USB drive can now be removed from the computer and used to boot Manjaro.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
==See Also==
==See Also==
* '''[[Special:MyLanguage/Download Manjaro| Download Manjaro]]'''
* '''[[Special:MyLanguage/Download Manjaro| Download Manjaro]]'''
* '''[[Special:MyLanguage/Check a Downloaded ISO Image For Errors| Check a Downloaded ISO Image For Errors]]'''
* '''[[Special:MyLanguage/Check a Downloaded ISO Image For Errors| Check a Downloaded ISO Image For Errors]]'''
* '''[[Special:MyLanguage/Installation Guides| Installation Guide]]'''
* '''[[Special:MyLanguage/Installation Guides| Installation Guide]]'''
</div>
[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
[[Category:ISO{{#translation:}}]]
[[Category:ISO{{#translation:}}]]
8,138

edits