|
发表于 2006-3-4 19:56:07
|
显示全部楼层
MD,方向确实搞错了。问题出在DMA上了,看下面。
I'm trying to install FreeBSD 6.0 i386 on my 9 year old Compaq laptop
that currently has on FAT (or FAT32) partition with Win 98 SE on it.
I try installing, no matter whether it's a standard or quick
installation, and in the FDISK partition, I press A then Q to take up
the whole disk. then no matter which option I choose for the
bootmgr/mbr the outcome is the same. Then in Disklabel I press again A
and Q, then I choose my packages, and it displays the following (I
install from a CD btw) : "Writing partition information to drive ad0"
while at this time on VTY1 I get this :
DEBUG: ioctl(3, TIOCCONS, NULL) = 0 (success)
DEBUG: Can't open USB controller.
DEBUG: Add mapping for /dev/cuad0 to sl0
DEBUG: Scanning disk ad0 for root filesystem
DEBUG: Scanning disk ad0 for swap partitions
ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad0: FAILURE - READ_DMA timed out LBA=0
ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad0: FAILURE - READ_DMA timed out LBA=0
ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=1
ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=1
ad0: FAILURE - READ_DMA timed out LBA=1
ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad0: FAILURE - READ_DMA timed out LBA=0
ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad0: FAILURE - READ_DMA timed out LBA=0
Then a dialog says "ERROR: Unable to write data to disk ad0!" and then
another says "Couldn't make filesystems preperly. Aborting."
And then it says the installation completed with some errors. I have no
idea what can be wrong or what I can do to fix this. I looked for other
messages with the same problem as me, but couldn't find any being just
the same as my problem nor even mentioning the "Couldn't make
filesystems properly. Aborting." message.
回复 Rate this post: Text for clearing space
发件人: Michel Rouzic - 查看个人资料
日期: 2006年2月28日(星期二) 下午4时11分
电子邮件: "Michel Rouzic" <[email protected]>
论坛: comp.unix.bsd.freebsd.misc
Not yet rated
评级:
显示选项
回复 | 答复作者 | 转发 | 打印 | 显示个别帖子 | 显示原始邮件 | 报告滥用行为 | 查找此作者的帖子
- 隐藏被引用文字 -
- 显示引用的文字 -
Michel Rouzic wrote:
> I'm trying to install FreeBSD 6.0 i386 on my 9 year old Compaq laptop
> that currently has on FAT (or FAT32) partition with Win 98 SE on it.
> I try installing, no matter whether it's a standard or quick
> installation, and in the FDISK partition, I press A then Q to take up
> the whole disk. then no matter which option I choose for the
> bootmgr/mbr the outcome is the same. Then in Disklabel I press again A
> and Q, then I choose my packages, and it displays the following (I
> install from a CD btw) : "Writing partition information to drive ad0"
> while at this time on VTY1 I get this :
> DEBUG: ioctl(3, TIOCCONS, NULL) = 0 (success)
> DEBUG: Can't open USB controller.
> DEBUG: Add mapping for /dev/cuad0 to sl0
> DEBUG: Scanning disk ad0 for root filesystem
> DEBUG: Scanning disk ad0 for swap partitions
> ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
> ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
> ad0: FAILURE - READ_DMA timed out LBA=0
> ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
> ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
> ad0: FAILURE - READ_DMA timed out LBA=0
> ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=1
> ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=1
> ad0: FAILURE - READ_DMA timed out LBA=1
> ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
> ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
> ad0: FAILURE - READ_DMA timed out LBA=0
> ad0: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
> ad0: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
> ad0: FAILURE - READ_DMA timed out LBA=0
> Then a dialog says "ERROR: Unable to write data to disk ad0!" and then
> another says "Couldn't make filesystems preperly. Aborting."
> And then it says the installation completed with some errors. I have no
> idea what can be wrong or what I can do to fix this. I looked for other
> messages with the same problem as me, but couldn't find any being just
> the same as my problem nor even mentioning the "Couldn't make
> filesystems properly. Aborting." message.
Nevermind. Apparently my laptop has trouble supporting DMA. Booting the
install CD in safe mode works since it uses some nodma option. |
|