wayne128 wrote:
Probably happened around an hour ago, followed a guide on installing Linux Mint, rebooted my computer and it booted into Linux Mint. I checked the GRUB menu and Winows 7 wasn't listed.[/quote]
If you can handle some typing on terminal, what you can do is
1. boot with Linux DVD and run in Live mode
2. open a terminal, type a few commands, post their results, these commands would check for you your hard disk partitions and whether Win OS still exists
3. sudo os-prober
4. sudo fdisk -l
5. sudo parted -l[/quote]
mint@mint ~ $ sudo os-prober
/dev/sda5:Linux Mint 13 Maya (13):LinuxMint:linux
mint@mint ~ $ sudo fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x000780aa
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 999423 498688 82 Linux swap / Solaris
/dev/sda2 1001470 16769023 7883777 5 Extended
/dev/sda5 1001472 11741183 5369856 83 Linux
/dev/sda6 11743232 16769023 2512896 83 Linux
mint@mint ~ $ sudo parted -l
Model: ATA ST31000528AS (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 512MB 511MB primary linux-swap(v1) boot
2 513MB 8586MB 8073MB extended
5 513MB 6011MB 5499MB logical ext3
6 6013MB 8586MB 2573MB logical ext3
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? ^C
This is what I see when I type the commands into the terminal
@everready Tried this, nothing happned