How I have installed FreeBSD 7.0-RELEASE in t…

2009-05-13 15:02:30来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


                Source:  
http://www.unixarea.de/installEeePC.txt
$Id: installEeePC.txt,v 1.8 2008/08/06 09:13:36 guru Exp $
   How I have installed FreeBSD 7.0-RELEASE in the Asus eeePC 900
                     
1.  Installing the system itself
    First prepare an USB key with:
   
    - a booting FreeBSD 7.0R
    - the tree of the disk1 below /disk1, as minimum:
      disk1/7.0-RELEASE
      disk1/packages
   
    How to do this is documented on Internet already, see for example:
    http://groups.google.com/group/lucky.freebsd.questions/msg/5c759b1c87376b22
   
    The eeePC 900 comes with two separate SSD's which will show up
    in FreeBSD as
   
    /dev/ad2 (4 GByte)
    /dev/ad3 (16 GByte)
   
    even if you can boot /dev/ad3 from the boot-monitor (press ESC after power-on),
    it seems that the BIOS by its own can only boot from the first SSD, the
    so called OB (on board) SSD; so we will install the system in /dev/ad2;
   
    create a new partition table on /dev/ad2 with a default slice 1 and make it
    boot-able:
   
    # fdisk -BI /dev/ad2
   
    (ignore any errors)
   
    label it for booting freebsd:
   
    # bsdlabel -wB /dev/ad2s1
   
    edit the disk label and change partition a from "unused" to "4.2BSD"
    as partition type:
   
    # setenv EDITOR /usr/bin/vi
    # bsdlabel -e /dev/ad2s1
   
    create the future root-filesystem on it and mount it to /mnt for the
    installation:
   
    # newfs -m 0 -o space /dev/ad2s1a
    # mount /dev/ad2s1a /mnt
   
    install freebsd into /mnt; this assumes that you have copied the FreeBSD
    distribution into your USB key below /disk1/7.0-RELEASE:
   
    # setenv DESTDIR /mnt
    # cd /disk1/7.0-RELEASE
    # cd base
    # ./install.sh
    You are about to extract the base distribution into /mnt - are you SURE
    you want to do this over your installed system (y/n): y
   
    # cd ../manpages
    # ./install.sh
    # cd ../catpages

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:we provide the characteristics of services

下一篇:Bootable FreeBSD 6.1-BETA4 on USB-Flash-Drive