分页: 1 / 1
安装8.04出现的问题
发表于 : 2009-03-22 19:33
由 funnyleung
我的笔记本是华硕的,上面已经装了个XP SP3,想再装个ubuntu8.04。之前也在台式机上用硬盘装过ubuntu8.04。这次安装前面也都还挺顺利的,不过到后面分区的时候就出现问题了。
进入到ubuntu的安装界面的分区时,如图
选择了manual后就出现问题了,这里并没有显示我的机子的分区情况
按理来说,这步应该显示分区情况,然后选择预先划好的空闲分区
当我双击/dev/sda/时,出来下面画面
按continue后,就直接是显示250G整个硬盘的空间
这之后我就不敢继续下去,因为他直接在我的250G硬盘下让我分区,这不是要把我XP的系统都格了吗
不知道有没有人知道这是什么错误,在XP下我想用PM对硬盘重新分区,可老提示117错误,打不开PM,不知道与这有没有关系
或者说是分区表损坏了?
希望大家能够帮我来解决这个问题,谢谢了!
Re: 安装8.04出现的问题
发表于 : 2009-03-22 20:59
由 billbear
是的,分区表错误
sudo fdisk -l
和
sudo parted /dev/sda print
会告诉你错误的细节。
Re: 安装8.04出现的问题
发表于 : 2009-03-22 21:20
由 funnyleung
那请问下怎样改啊?
Re: 安装8.04出现的问题
发表于 : 2009-03-22 21:27
由 photor
分区表错误在双系统的情形实在太常见了,官方应该给一个解决的方案才对

Re: 安装8.04出现的问题
发表于 : 2009-03-22 21:34
由 funnyleung
ubuntu@ubuntu:~$ sudo parted /dev/sda print
Error: Can't have overlapping partitions.
Information: Don't forget to update /etc/fstab, if necessary.
Re: 安装8.04出现的问题
发表于 : 2009-03-22 21:35
由 funnyleung
ubuntu@ubuntu:~$ sudo fdisk -l
omitting empty partition (5)
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe806c90d
Device Boot Start End Blocks Id System
/dev/sda1 1 1275 10240000 1c Hidden W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 1275 8883 61105216 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 8883 16476 60992632 7 HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda4 16476 30402 111858688 f W95 Ext'd (LBA)
Partition 4 does not end on cylinder boundary.
/dev/sda5 16476 21575 40960168 7 HPFS/NTFS
/dev/sda6 21575 28205 53248072+ 7 HPFS/NTFS
/dev/sda7 28205 29224 8191984+ b W95 FAT32
Re: 安装8.04出现的问题
发表于 : 2009-03-23 0:31
由 billbear
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
/dev/sda4 16476 30402 111858688 f W95 Ext'd (LBA)
你的扩展分区 sda4 超出了磁盘的边界。 不存在第 30402 柱面。