BTX 停止。当我尝试在笔记本上安装 freeBSD 10.3 时,我收到以下消息:

BTX 停止。当我尝试在笔记本上安装 freeBSD 10.3 时,我收到以下消息:

我正在尝试安装 FreeBSD-10.3 (FreeBSD-10.3-RELEASE-amd64-dvd1.iso) 它在 vmware 虚拟机(带有 Windows 10 主机)上完美完成,但是当我尝试将其安装在我的笔记本上时(ACER 5738z、2GB DDR3 RAM、250GB HDD、英特尔奔腾双核 14200) 从刻录的 DVD 中,我看到以下消息:

SATA 模式 = IDE

 CD Loader 1.2

 Building the boot loader arguments Looking up /BOOT/LOADER... Found
 Relocating the loader and BTX Starting the BTX loader

 BTX loader 1.00 BTX version is 1.02 Console: internal video/keyboard
 BIOS CD is cd0 BIOS drive C: is disk0 BIOS 629kB/2020996kB available
 memory

 int=0000000d    err=00000000    efl=00010286    eip=0002d257
 eax=ffffff98    ebx=00000002    ecx=00035bc2    edx=ffffffff
 esi=00035bc2    edi=ffffffff    ebp=00092340    esp=00092324
 cs=002b   ds=003    es=0033    fs=0033   gs=0033   ss=0033
 cs:eip=8b 07 89 74 24 04 89 04-24 e8 ab 25 00 00 85 c0
        75 e7 8b 4f 0c 85 c9 0f-84 da 00 00 00 89 d8 83
ss:esp=ff ff ff ff c2 5b 03 00-70 0d 03 00 00 00 00 00
       c2 5b 03 00 8c 23 09 00-00 cc 0e 00 64 23 09 00
BTX halted

当 SATA 模式 = AHCI 时

CD Loader 1.2
Building the boot loader arguments
Looking up /BOOT/LOADER... Found
Relocating the loader and BTX
Starting the BTX loader

BTX loader 1.00 BTX version is 1.02
Console: internal video/keyboard
BIOS CD is cd0
BIOS drive C: is disk0
BIOS 629kB/2020996kB available memory

FreeBSD/x86 bootstrap loader, Revision 1.1
([email protected], Fri Mar 25 02:04:04:38 UTC 2016)
panic: zfree(0x7b3b7c30, 1056): wild pointer
--> Press a key on console to reboot <--

我已经在这台笔记本上安装了 Ubuntu 15.10 x64,我每天都在使用它。知道发生了什么事吗?

答案1

请检查 DVD/CD 映像是否正确刻录。我过去在刻录过程中出现问题时也遇到过类似的错误。首先,检查下载的 ISO 映像的校验和。

您还可以使用以下命令检查 CD/DVD-R 上刻录的数据(FreeBSD 示例):

dd if=/dev/cd0 bs=2048 | sha256

相关内容