Ubuntu 14.04 Falha na instalação em 2012 MBP - Sistema Operacional Ausente

1

todos. Esta é a minha primeira vez postando no AskUbuntu, e estou realmente esperando que eu possa obter alguma ajuda.

Histórico: Eu tinha uma partição de inicialização dupla do OS X Mavericks e do Windows 8 no meu Macbook Pro 2012. Eu tenho vontade de mudar para o Ubuntu por um tempo agora, então eu fiz um live CD e testei no hardware. Tudo funcionou bem testando o CD ao vivo (na verdade, como estou postando essa mensagem), então presumi que a instalação também funcionaria.

Eu executei o processo de instalação e, quando terminou, ele me reinicializou. Quando fiz isso, recebi uma tela preta com apenas a mensagem: "Sistema operacional ausente". Quando eu reiniciar e segure a tecla Option para selecionar um local de inicialização, tudo o que vejo é uma opção do Windows, não Ubuntu. Tentei instalar novamente com os mesmos resultados.

Algumas pesquisas on-line informaram que o problema que estou tendo pode estar relacionado ao resultado da execução do seguinte no terminal:

sudo parted -l

Eu tentei isso e meus resultados foram:

ubuntu@ubuntu:~$ sudo parted -l
Model: ATA OWC Mercury EXTR (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End    Size   File system  Name                  Flags
 1      1049kB  538MB  537MB  fat32        EFI System Partition  boot
 2      538MB   794MB  256MB  ext2
 3      794MB   240GB  239GB                                     lvm


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 8493MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End     Size    File system     Flags
 1      0.00B  8493MB  8493MB  linux-swap(v1)


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 231GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End    Size   File system  Flags
 1      0.00B  231GB  231GB  ext4


Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.
Error: Can't have a partition outside the disk! 

Espero que isso ajude, e agradeço antecipadamente!

edit: outro thread mostra que o resultado do seguinte comando pode ajudar:

sudo fdisk -l

então aqui estão os meus resultados:

ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x95c21503

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1     1050623      525311+  ee  GPT
/dev/sda2   *     1050624     1550335      249856   83  Linux
/dev/sda3         1550336   468860927   233655296   da  Non-FS data

Disk /dev/mapper/ubuntu--vg-root: 230.8 GB, 230766411776 bytes
255 heads, 63 sectors/track, 28055 cylinders, total 450715648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table

Disk /dev/mapper/ubuntu--vg-swap_1: 8493 MB, 8493465600 bytes
255 heads, 63 sectors/track, 1032 cylinders, total 16588800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
ubuntu@ubuntu:~$ clear

ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x95c21503

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1     1050623      525311+  ee  GPT
/dev/sda2   *     1050624     1550335      249856   83  Linux
/dev/sda3         1550336   468860927   233655296   da  Non-FS data

Disk /dev/mapper/ubuntu--vg-root: 230.8 GB, 230766411776 bytes
255 heads, 63 sectors/track, 28055 cylinders, total 450715648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table

Disk /dev/mapper/ubuntu--vg-swap_1: 8493 MB, 8493465600 bytes
255 heads, 63 sectors/track, 1032 cylinders, total 16588800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
ubuntu@ubuntu:~$ 
    
por Ryder Huggins 28.09.2014 / 11:10

1 resposta

0

Aqui está um tópico que pode ajudar link

Basicamente, o OP precisou instalar o rEFInd ao invés do GRUB para fazê-lo funcionar.

    
por autra 28.09.2014 / 21:38