wayne128 wrote:
1. boot and run Linux DVD in Live mode
2. on terminal, type a few commands and check partitions as well as other possible grub2 installation:
sudo fdisk -l
sudo parted -l
sudo os-prober
For sudo fdisk -l it results
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x3848b8ff
Device Boot Start End Blocks Id System
/dev/sda1 2048 32770047 16384000 27 Hidden NTFS WinRE
/dev/sda2 * 32770048 32974847 102400 7 HPFS/NTFS/exFAT
/dev/sda3 32974848 512328973 239677063 7 HPFS/NTFS/exFAT
/dev/sda4 512328974 976768064 232219545+ f W95 Ext'd (LBA)
/dev/sda5 512328976 711583109 99627067 7 HPFS/NTFS/exFAT
/dev/sda6 711583173 968382134 128399481 83 Linux
/dev/sda7 968382198 976768064 4192933+ 82 Linux swap / Solaris
For sudo parted -l it's
Model: ATA Hitachi HTS54505 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 16.8GB 16.8GB primary ntfs diag
2 16.8GB 16.9GB 105MB primary ntfs boot
3 16.9GB 262GB 245GB primary ntfs
4 262GB 500GB 238GB extended lba
5 262GB 364GB 102GB logical ntfs
6 364GB 496GB 131GB logical ext4
7 496GB 500GB 4294MB logical linux-swap(v1)
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: Invalid partition table - recursive partition on /dev/sr0.
Ignore/Cancel? ignore
Model: Optiarc DVD RW AD-7585H (scsi)
Disk /dev/sr0: 4700MB
Sector size (logical/physical): 2048B/2048B
Partition Table: msdos
Number Start End Size Type File system Flags
for sudo os-prober
/dev/sda1:Windows Recovery Environment (loader):Windows:chain
/dev/sda2:Windows 7 (loader):Windows1:chain
/dev/sda6:Linux Mint 13 Maya (13):LinuxMint:linux
mint@mint ~ $
I do not understand anything about it, but there is a partition that on windows is invisible (the sda5)... and also during the installation what it was sda5 now it is sda6. Bah, I am getting really confused