Install problem to external usb hard drive

Gary Newcombe gary at pattersonsoftware.com
Fri Apr 25 01:22:31 UTC 2008


On Thu, 24 Apr 2008 16:31:33 -0500, "Steve P."
<terlingua at texas.usa.com> wrote:

> Greetings,
> 
> If this issue is resolved on another thread, pls direct me to it.

This is a known issue, refer to:

http://lists.freebsd.org/pipermail/freebsd-stable/2008-March/041112.html

> 
> I am trying to install fbsd 7.0 on my laptop connected to a usb external
> hard drive. My objective is to leave my internal hd Vista install alone,
> booting the external install only. My laptop allows me to hit ESC on
> bootup and choose the external drive.
> 
> My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64 x2,
> internal hd with Vista, dvd/cd, usb external hard drive(not flash) with
> primary partition type 165.
> 
> My attempts so far:
> 
> 1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
> 2. booted cd fine, install works great.
> 3. During install, on external usb drve, deleted existing partition and
> created a new one type 165.
> 4. Sliced it up using defaults.
> 5. Installed the loader, standard to the external drive.
> 6. Choose minimum install.
> 7. Completed install.
> 8. Rebooted, used laptop ESC to boot external drive.
> 9. Attempt to book external drive results in a fast scrolling screen of
> zeros.

If you want to use your existing installation, one route would be to
get hold of the BTXTEST livefs that Dimitry Andric created (see thread
above) as a useful tool until the bootloader code is fixed (I'm not
sure if it's fixed in stable yet, I don't think so).

Mount the cd and replace /boot/boot, /boot/boot2, and /boot/loader on
your external hard drive with the ones from the cd.

Then you could replace the mbr using fdisk and the bootblocks using
bsdlabel.

Boot from the livefs, go into fixit mode, then do something like:

fdisk -B /dev/da0
bsdlabel -B /dev/da0s1

I think that should do the trick.

> 
> Second attempt:
> Lines 1-8 the same, except on 5, installed the boot manager.
> 9. Attempt to boot external drive results in identical fast scrolling
> screen of zeros
> 
> Questions:
> 1. How do you install fbsd to an external usb hard drive leaving internal
> drive untouched? Is this possible?
> 2. Or if it is impossible, do I need to install the loader on the
> internal normally booting hard drive?

I suppose you could just install from the BTXTEST disk too. That would
be easy.


> 
> Any tips or url's appreciated in advance.
> Steve.
> 
> -- 
> Want an e-mail address like mine?
> Get a free e-mail account today at www.mail.com!
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list