ubuntu 14.04 没有安装类型选项 No options of installation type

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
qizhi502
帖子: 6
注册时间: 2008-11-04 15:01

ubuntu 14.04 没有安装类型选项 No options of installation type

#1

帖子 qizhi502 » 2014-09-01 13:43

电脑是DELL L521X, 已有系统是 WIN 8.1. 现在想装个ubuntu成为win8.1 和ubuntu的双系统。
安装前关掉 Intel® Rapid Start Technology,把 boot option 改为 legacy.
但是在 installation types时, 没有任何选项(如图示)
figure 1
figure 1

在 Gparted中可以看到正常的分区(如图示)
figure 2
figure 2

这是什么问题??
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 没有安装类型选项 No options of installation type

#2

帖子 poloshiao » 2014-09-01 14:19

把下面指令 複製 貼進終端機 執行
1-1. sudo fdisk -l
1-2. sudo parted -l print
把結果直接複製 貼上來
qizhi502
帖子: 6
注册时间: 2008-11-04 15:01

Re: ubuntu 14.04 没有安装类型选项 No options of installation type

#3

帖子 qizhi502 » 2014-09-01 18:50

poloshiao 写了:把下面指令 複製 貼進終端機 執行
1-1. sudo fdisk -l
1-2. sudo parted -l print
把結果直接複製 貼上來
信息如下,是不是固态硬盘问题.

ubuntu@ubuntu:~$ 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xc614fa45

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 289236335 144514744 7 HPFS/NTFS/exFAT
/dev/sda3 289236336 1953520064 832141864+ f W95 Ext'd (LBA)
/dev/sda5 289236399 779508592 245136097 7 HPFS/NTFS/exFAT
Partition 5 does not start on physical sector boundary.
/dev/sda6 779509760 1008412671 114451456 7 HPFS/NTFS/exFAT
/dev/sda7 1008414720 1622838311 307211796 7 HPFS/NTFS/exFAT
/dev/sda8 1622838376 1953520063 165340844 7 HPFS/NTFS/exFAT

Disk /dev/sdb: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62533296 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: 0xae000000

Disk /dev/sdb doesn't contain a valid partition table

Disk /dev/sdc: 2072 MB, 2072444928 bytes
58 heads, 57 sectors/track, 1224 cylinders, total 4047744 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: 0xe68f2abb

Device Boot Start End Blocks Id System
/dev/sdc1 * 3504 4047743 2022120 b W95 FAT32
ubuntu@ubuntu:~$ sudo parted -l print
Model: ATA WDC WD10JPVT-75A (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 148GB 148GB primary ntfs
3 148GB 1000GB 852GB extended lba
5 148GB 399GB 251GB logical ntfs
6 399GB 516GB 117GB logical ntfs
7 516GB 831GB 315GB logical ntfs
8 831GB 1000GB 169GB logical ntfs


Error: /dev/sdb: unrecognised disk label

Model: Generic Flash Disk (scsi)
Disk /dev/sdc: 2072MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1794kB 2072MB 2071MB primary fat32 boot
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 没有安装类型选项 No options of installation type

#4

帖子 poloshiao » 2014-09-01 20:59

Disk /dev/sdb: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62533296 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: 0xae000000

Disk /dev/sdb doesn't contain a valid partition table
Error: /dev/sdb: unrecognised disk label
installation types时, 没有任何选项(如图示)
猜測 在等待 辨識 /dev/sdb

如果你沒有打算安裝在 /dev/sdb
把 /dev/sdb 拔除 或者 從 bios 設為 disabled
再試試
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 148GB 148GB primary ntfs
3 148GB 1000GB 852GB extended lba
5 148GB 399GB 251GB logical ntfs
6 399GB 516GB 117GB logical ntfs
7 516GB 831GB 315GB logical ntfs
8 831GB 1000GB 169GB logical ntfs
/dev/sda 所有的分割區 都是 ntfs
要掛載 Ubuntu / 及其它 系統的分割區 需要重新格式化
qizhi502
帖子: 6
注册时间: 2008-11-04 15:01

Re: ubuntu 14.04 没有安装类型选项 No options of installation type

#5

帖子 qizhi502 » 2014-09-03 6:31

poloshiao 写了:
Disk /dev/sdb: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62533296 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: 0xae000000

Disk /dev/sdb doesn't contain a valid partition table
Error: /dev/sdb: unrecognised disk label
installation types时, 没有任何选项(如图示)
猜測 在等待 辨識 /dev/sdb

如果你沒有打算安裝在 /dev/sdb
把 /dev/sdb 拔除 或者 從 bios 設為 disabled
再試試
如果这样的话,这块固态硬盘就没用了。只有将混合硬盘的固化破除,成两个独立硬盘
上次由 qizhi502 在 2014-09-03 10:15,总共编辑 1 次。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 14.04 没有安装类型选项 No options of installation type

#6

帖子 poloshiao » 2014-09-03 8:08

这块固态硬盘就没用了
參考 固态硬盘所附的使用說明書 或 官方網頁
看看 格式化 有何特別限制
參閱
https://wiki.debian.org/SSDOptimization
回复