Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 11:22:53 +0300
From:      Andrey Zonov <andreyz@opanki.ru>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re[2]: loader on Dell INSPIRON 1501: BTX halted
Message-ID:  <1498325979.20071028112253@opanki.ru>
In-Reply-To: <20071026165151.GC37471@deviant.kiev.zoral.com.ua>
References:  <192440147.20071026152939@opanki.ru> <20071026165151.GC37471@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help


> 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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1498325979.20071028112253>