Re: [Install] Problema con installazione Ubuntu su Windows 7
Inviato: martedì 19 aprile 2011, 16:17
facendo un sudo fdisk -lgiulux ha scritto: probabilmente hai messo il grub nel posto sbagliato: deve stare nel hd che parte per primo dal BIOS (generalmente sda).
hai queste alternative:
1 rifare l'installazione mettendo il grub nel posto giusto
2 seguire questa procedura: http://wiki.ubuntu-it.org/Amministrazio ... istinoGrub
3 dal bios cambiare l'ordine di avvio mettendo per primo l'hard disk dove hai messo grub
fai un po' tu
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 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: 0x00073c11
Device Boot Start End Blocks Id System
/dev/sda1 * 1 65422 525498368 7 HPFS/NTFS
/dev/sda2 65422 120872 445403136 83 Linux
/dev/sda3 120872 121602 5858305 5 Extended
/dev/sda5 120872 121602 5858304 82 Linux swap / Solaris
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 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: 0xf464df31
Device Boot Start End Blocks Id System
/dev/sdb1 1 182402 1465137152 7 HPFS/NTFS
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 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: 0xc36168f7
Device Boot Start End Blocks Id System
/dev/sdc1 1 97768 785316832+ 7 HPFS/NTFS
/dev/sdc2 97768 118408 165791744 7 HPFS/NTFS
ubuntu@ubuntu:~$
quindi nella parte dell'installazione in cui mi diceva:
"Boot loader
device for boot loader installation:"
con il menù a tendina dove ho i miei 3 hard disk e le varie partizioni che hanno.
non dovevo selezionare /dev/sda2 ma /dev/sda ATA SAMSUNG HD.....?
giusto?