ieri sera ho acceso il pc, e si avviava regolarmente. Non ho toccato nulla, non ho giocato con le partizioni, né installato cose. Non credo di aver nemmeno aggiornato il sistema. Sta di fatto che oggi accendo e mi compare questo errore immediatamente:
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions.
se entro da live e faccio fdisk -l questo è il risultato:
Codice: Seleziona tutto
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: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 77826 625131863+ ee GPT
ubuntu@ubuntu:~$
e la /home della10.10.
Come rimetto a posto il grub? La guida l'ho letta ma dopo aver dato il
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
mount: mount point /mnt/dev does not exist
ubuntu@ubuntu:~$ Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
mount: mount point /mnt/dev does not exist
ubuntu@ubuntu:~$idee? Grazie

