não é capaz de inicializar o sda

0

Eu estava usando o Ubuntu 12.04.1 64bit, mas não consigo inicializar / dev / sda. Eu tentei instalar o grub, mas não consegui.

Minhas perguntas são

  1. Preciso reinstalar.
  2. Posso corrigir o "/ dev / sda" como antes que eu usei.

Eu coloquei cat e fdisk -l

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x0004c895

   Device Boot      Start         End      Blocks   Id  System

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
81 heads, 63 sectors/track, 765633 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0000bee1

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048  3907029167  1953513560   83  Linux

Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
81 heads, 63 sectors/track, 765633 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0c1b08eb

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1            2048  3907029167  1953513560   83  Linux
ubuntu@ubuntu:~$ 
    
por user133570 19.02.2013 / 18:05

1 resposta

0

Pode acontecer quando o GRUB não pode carregar corretamente ou alguns arquivos estão faltando ou não podem acessar no tempo de carregamento, então tente reparar o seu GRUB pelo Boot Repair: -

$ grub-install -v (para checar a versão GRUB do ubuntu e aqui está o arquivo GRUB: - /boot/grub/grub.cfg)

$ sudo add-apt-repositório ppa: yannubuntu / boot-repair

$ sudo apt-get update

$ sudo apt-get install -y boot-repair

$ boot-repair (inicie o reparo da inicialização) e veja opções avançadas em: - link

Ele irá reinstalar e reparar seu GRUB.

    
por Gaurav Sharma 19.02.2013 / 18:51