Dual boot sur Mac mini ?

Des problemes avant ou pendant l'installation
Répondre
Minux
Messages : 10
Enregistré le : sam. 2 sept. 2017 08:23

Dual boot sur Mac mini ?

Message par Minux »

Bonjour Mesdames et messieurs,

Voilà, je souhaite installer la version cannellée de LinuxMint sur un Mac mini 2009 qui tourne actuellement sur OS X 10.7.5 Lion. Apparemment pour cela il faut soit un utilitaire dédié pour "faire" une clé USB bootable, soit ... A force de chercher, je suis tombé en arrêt devant cette adresse :
http://www.daveoncode.com/2015/05/26/in ... a-display/" onclick="window.open(this.href);return false;
Mon niveau en anglais est assez basique mais je réussis pourtant à comprendre de quoi il retourne.
Pourtant, "ça" moi pas comprendre :oops:
sudo hdiutil convert -format UDRW -o /path/to/mint.img /path/to/mint.iso
sudo mv /path/to/mint.img.dmg /path/to/mint.img

Car lorsque je copie/colle la première de ces commandes sur le Terminal j'ai la réponse : hdiutil: convert failed - Fichier ou répertoire inexistant :roll:
Comment doit-t-on comprendre ces instructions ? notamment : /path/to/mint.img /path/to/mint.iso
Je pense qu'il faut indiquer l'emplacement de l'image .iso de Sonya sur mon disque dur ... :mrgreen:
Bref, si quelqu'un parmi l'auguste assistance peut m'indiquer comment on traduit "ça" dans les faits ou qui connaît une manière simple accessible au nul que je suis et qui me permette d'installer LinuxMint en dual boot sur mon Mac mini je le-la remercie par avance :l

Salutations respectueuses.
Minux
PS.- Ci-après un extrait des instructions de la page dont l'adresse à été citée plus haut.

4. Create a bootable Linux flash drive

Download the iso from Mint’s website (in my case I downloaded the 64bit Cinnamon edition).
Once downloaded you have to convert the iso into an img.
In the terminal app execute the following commands:

sudo hdiutil convert -format UDRW -o /path/to/mint.img /path/to/mint.iso
sudo mv /path/to/mint.img.dmg /path/to/mint.img

Now you have to write the image to the flash drive. Once the flash drive is plugged into the usb port, run the command:
1

diskutil list

in order to figure to which disk node it has been assigned to (disks “nodes” are in the form /dev/diskN, where N is an incremental number), then run the command:

diskutil unmountDisk /dev/diskN

(where N is the number related to your flash drive).
Now you have to write the image to the flash drive by running the following command:

sudo dd if=/path/to/mint.img of=/dev/rdiskN bs=1m

Note 1: “rdisk” it’s not a typo, but a trick to speed up the write process
Note 2: this command will replace all the data on the flash drive!
Note 3: it may takes some minutes to complete, and no progress input will be displayed, the only visible feedback will be the flashing cursor in the terminal
Note 4: once finished, or during one of the previous step, OSX may show an alert saying something like “disk X is not readable” and offering an option to format it. In this case just press “ignore” (or anyway the button that dismiss the alert without actions)

zeb
Messages : 16473
Enregistré le : ven. 19 juin 2015 22:13
Localisation : plus ici

Re: Comment on fait "ça", s'il vous plaît ?

Message par zeb »

Salut ;)
Modifies ton titre s'il te plaît, il ne veut rien dire (pour ceux qui vont t'aider, mais aussi pour ceux qui cherchent) ;)

Tu as des très bon tutos dans la ligne d'onglet en haut de page, notamment celui "aide sur Linux" , et en plus ils sont français 8-)

Merci ;)

Minux
Messages : 10
Enregistré le : sam. 2 sept. 2017 08:23

Re: Dual boot sur Mac mini ?

Message par Minux »

Désolé :oops: j'ai modifié le titre ...
Je vais me plonger de ce pas dans la lecture d'"aide sur Linux". Merci

zeb
Messages : 16473
Enregistré le : ven. 19 juin 2015 22:13
Localisation : plus ici

Re: Comment on fait "ça", s'il vous plaît ?

Message par zeb »

;)

Répondre