martes, 24 de julio de 2012

How to create a bootable USB stick on OS X

We would encourage Mac users to download Ubuntu Desktop Edition by burning a CD. But if you prefer to use a USB stick, please follow the instructions below.
Note: this procedure requires that you create an .img file from the .iso file you download.
Tip: Drag and drop a file from Finder to Terminal to 'paste' the full path without risking typing errors.
  1. 1
  2. 2
    Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight).
  3. 3
    Convert the .iso file to .img using the convert option of hdiutil (e.g.,hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)
    Note: OS X tends to put the .dmg ending on the output file automatically.
  4. 4
    Run diskutil list to get the current list of devices.
  5. 5
    Insert your flash media.
  6. 6
    Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2).
  7. 7
    Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2).
  8. 8
    Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.imgor ./ubuntu.dmg).
    • Using /dev/rdisk instead of /dev/disk may be faster
    • If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M
    • If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the 'Disk Utility.app' and unmount (don't eject) the drive
  9. 9
    Run diskutil eject /dev/diskN and remove your flash media when the command completes.
  10. 10
    Restart your Mac and press alt/option key while the Mac is restarting to choose the USB stick.

    Link: www.ubuntu.com

Actualizar a Mountain Lion

Como ya se había mencionado en varios medios Apple acaba de liberar la última versión de su sistema Mac OS X, para obtenerlo solo tendrás que seguir los siguientes pasos:

Cómo actualizar a OS X Mountain Lion

  1. Paso 1:

    Asegúrate de que tu Mac pueda ejecutar Mountain Lion.

    Tu Mac debe ser alguno de los siguientes modelos:
    • iMac (de mediados de 2007 o posterior)
    • MacBook (de aluminio de finales de 2008 o principios de 2009, o posterior)
    • MacBook Pro (de mediados/finales de 2007 o posterior)
    • MacBook Air (finales de 2008 o o posterior)
    • Mac mini (de principios de 2009 o posterior)
    • Mac Pro (de principios de 2008 o posterior)
    • Xserve (de principios de 2009)
    Si estás ejecutando Lion, puedes averiguar si tu Mac es compatible haciendo clic en el ícono de Apple en la parte superior izquierda de la pantalla. Selecciona Acerca de este Mac, y luego haz clic en Más información.
  2. Paso 2:

    Asegúrate de que tienes Lion, o la última versión de Snow Leopard.

    Con la ventana Acerca de este Mac abierta, verifica qué versión de OS X está ejecutando tu Mac.
    Si estás ejecutando Lion (10.7.x), ya estás listo para actualizar a Mountain Lion. Ir al paso 3. Si estás ejecutando Snow Leopard (10.6.x), actualiza a la última versión de OS X Snow Leopard, antes de comprar OS X Mountain Lion en el Mac App Store. Haz clic en el ícono de Apple, y selecciona Actualización de software para instalar Snow Leopard v10.6.8, la última versión.
  3. Paso 3:

    Descarga OS X Mountain Lion en el Mac App Store, cuando esté disponible en julio.

    Abre el Mac App Store desde tu Dock para comprar y descargar Mountain Lion. Luego, sigue las instrucciones en pantalla para instalarlo.

    Fuente: http://www.apple.com/mx/osx/how-to-upgrade/

Clima