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, Intel Pentium Dual Core 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

관련 정보