From other questions raised, I read that if Ubuntu Live USB boots in UEFI mode then it should detect Windows 8 during installation. During installation, I only see two options, Erase disk and install Ubuntu and Something else. I don't want to Erase disk and install Ubuntu but Install Ubuntu alongside windows 8. How can I enable the Ubuntu 12.04 Live CD/USB to detect the existing Windows 8? Thanks.
Sorry the latest response.
@Rod here are the screenshots as requested:
@Paddy here's the result from running sudo parted --list:
ubuntu@ubuntu:~$ sudo parted --list
Model: ATA TOSHIBA MQ01ABD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 473MB 472MB ntfs Basic data partition hidden, diag
2 473MB 746MB 273MB fat32 Basic data partition boot
3 746MB 880MB 134MB ntfs Basic data partition msftres
4 880MB 990GB 989GB ntfs Basic data partition
5 990GB 1000GB 10.4GB ntfs Basic data partition hidden, diag
Model: WD 1600BEV External (scsi)
Disk /dev/sdb: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 160GB 160GB primary ntfs
Model: TOSHIBA TOSHIBA USB DRV (scsi)
Disk /dev/sdc: 8011MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 4129kB 8011MB 8007MB primary fat32 boot, lba
Thanks!
Ctrl
+T
), and enter the commandsudo parted --list
. Paste the results here. – Paddy Landau Dec 10 '12 at 10:05