loader on Dell INSPIRON 1501: BTX halted

Andrey Zonov andreyz at opanki.ru
Sun Oct 28 01:24:21 PDT 2007



> On Fri, Oct 26, 2007 at 03:29:39PM +0400, Andrey Zonov wrote:
>> Hello,
>> 
>>   I have a problem with my notebook Dell INSPIRON 1501, if install
>> FreeBSD-7.0-BETA1-amd64 to USB-HDD. Loader fails with "BTX halted",
>> but boot from CD 7.0-BETA1-amd64-bootonly.iso - is good.
>> 
>>   Any ideas?
> Take patch from
> http://people.freebsd.org/~kib/realbtx
> (rev. 2). The new loader is at the same location, but it seems that I
> did not saved new boot2. You need to install both boot block and loader
> obtained from the build with the realbtx patch applied, to you USB HDD
> drive.

thx. it's work!

cd /usr/src/sys
fetch http://people.freebsd.org/~kib/realbtx/realbtx.2.patch
patch < realbtx.2.patch
cd boot/i386
make obj TARGET_ARCH=amd64
make depend TARGET_ARCH=amd64
make TARGET_ARCH=amd64
make install TARGET_ARCH=amd64

and install mbr in sysinstall again.
Configure -> Fdisk -> Set Bootable -> w -> Standard

Litle bad thing - loader not boot kernel automatic.




More information about the freebsd-stable mailing list