Ken Smith wrote:

The amd64 and i386 architectures include a file named:

        8.0-BETA1-<arch>-memstick.img

If you copy that to a USB memory stick newer machines should be able to
boot from it and use it to install from.  Note that you need to
overwrite the contents of the memory stick completely, not copy it into
an existing filesystem on the memory stick.  Exactly how you do that
depends on your machine but just to give you an example this works on
the machine I tested it with:

  dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

Be careful if you have SCSI drives, more USB disks than just the memory
stick, etc - make sure /dev/da0 (or whatever you use) is the memory
stick.  Using this image for livefs based rescue mode is known to not
work, that is one of the things still being worked on.

Unfortunately my biggest mem stick has only 512MB. So I tried to dd to an usb drive. (Will get a bigger stick tomorrow)

I was successful in installing the image, although, a few packages did not install. I did a kern developer package. I guess the packages are missing on the .img?

Right now I'm installing the other things via net.

Is this method equal to an usb stick install at all?

Below the top of dmesg.

TIA,
Andreas

---
Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.0-BETA1 #0: Sat Jul  4 03:55:14 UTC 2009
    r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
WARNING: WITNESS option enabled, expect reduced performance.
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf29  Stepping = 9

Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNXT-ID,xTPR>
real memory  = 536870912 (512 MB)
avail memory = 473395200 (451 MB)
---
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to