> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
