Come creare un disco di avvio USB Ubuntu in OS X in modo che si avvii su un computer * non-Apple *?

4

Anche se questo sembra un compito semplice, i pochi metodi che ho provato fino ad ora non creano un dispositivo USB che il mio computer Dell riconoscerà come valida unità USB avviabile.

Ecco cosa ho provato fino ad ora (usando una economica pen drive da 2 gb, insieme a Ubuntu Desktop 13.10 ISO 64 bit dal sito web di Ubuntu):

  1. Inserisci l'unità USB e formattala su MS-FAT32 usando Utility Disco; quindi segui questo Come creare una chiavetta USB avviabile su OS X Guida di Ubuntu verbatim ( aggiornamento: non ero così testuale come pensavo! Vedere il commento sotto risposta accettata) .
  2. Inserisci un'unità USB con formattazione esistente; apri Unetbootin , utilizzando lo stesso ISO, crea un disco di installazione USB.

In entrambi i casi, quando dico esplicitamente al mio computer Dell di avviare dal "Dispositivo USB", ricevo un errore sulla falsariga di "Impossibile trovare un disco di avvio valido, premi F1 per riprovare".

Ho finito per creare il disco di avvio con la stessa ISO utilizzando un computer diverso con Ubuntu, utilizzando Startup Disk Creator - quindi ho la certezza che l'ISO va bene - ma sono bloccato chiedendo, come posso fare questo con il mio computer OS X (attualmente con 10.8.5)?

    
posta Dolan Antenucci 23.01.2014 - 17:04
fonte

1 risposta

3

Per me ha sempre funzionato (anche se la costruzione di Mint installa pen drive USB partendo da MBR DOS) usando Terminal e seguendo le istruzioni sul sito Web Linux Mint ( link ), che copio qui di seguito:

Using the Terminal

It is really simple. Go to a Terminal and type:

sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdx oflag=direct bs=1048576 Where '~/Desktop/linuxmint.iso' is the name and location of your downloaded image (located at the desktop in this example) and '/dev/sdx' is the target USB drive. If your system doesn't support 'oflag=direct', you can just leave it out as it is simply intended to speed up the process a bit.

Remember, don't include an integer for the USB drive, e.g. '/dev/sdx1', as it would refer to the existing partition on that drive and not the drive itself.

When the USB has been properly created by 'dd', there should be an output similar to this:

sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb oflag=direct bs=1048576

706+1 records in

706+1 records out

740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s

Spero che aiuti

    
risposta data 23.01.2014 - 17:40
fonte

Leggi altre domande sui tag