Freebsddesktop
老文档 已作废
base 安装os not gui 0. 安装xorg and desktop (mate) 1.# set time ntpdate cn.pool.ntp.org 2. 使用本地化语言 方法一:Class Definitions # vim /etc/login.conf chinese:Chinese Users Account:\ :charset=UTF-8:\ :lang=zh_CN.UTF-8:\ :tc=default: :wq # cap_mkdb /etc/login.conf (rebuilds the database file /etc/login.conf.db) pw usermod evan -L chinese (修改 jacky 的 语言环境) pw useradd evan -L chinese # (添加 jacky 并使用中文) # pw usershow evan root@home:~ # pw usershow evan evan:$6$waoGw9Mv9agn4ip5$Uk2vMgCzjhDRyH8rPxIiYJ56.ISU.Z8Pbrjx6NI0N4DEq2BxePB9hivsghD8zizQs4HbGG3sHR1jMYIQgCSoW1:1001:1001:chinese:0:0:User &:/home/evan:/bin/tcsh # su - evan evan@home:~ % locale LANG=zh_CN.UTF-8 LC_CTYPE="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_ALL= ##20170214 not ok now evan@home:~ % locale LANG=zh_CN.UTF-8 LC_CTYPE=en_US.UTF-8 LC_COLLATE="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES=en_US.UTF-8 LC_ALL= 3. Message from chromium-56.0.2924.87_1: For correct operation, shared memory support has to be enabled in Chromium by performing the following command as root : sysctl kern.ipc.shm_allow_removed=1 To preserve this setting across reboots, append the following to /etc/sysctl.conf : kern.ipc.shm_allow_removed=1 4. pkg install mate gdm can login to mate ************************************************************************** Message from mate-1.12.0: ************************************************************************** 5. cat /etc/rc.conf clear_tmp_enable="YES" sendmail_enable="NONE" hostname="home" ifconfig_re0="DHCP" sshd_enable="YES" ntpd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" dbus_enable="YES" hald_enable="YES" gdm_enable="YES" #slim_enable=yes gnome_enable="YES" #enlightenment_enable="YES"
值得注意的是,安装的时候在引导器那一项一定要安装Boot manager,否则windows无法启动。 https://www.freebsd.org/doc/zh_CN/books/handbook/install-steps.html#sysinstall-fdisk1
使用grub2就行了
http://tieba.baidu.com/p/3702954976
Root On ZFS https://wiki.freebsd.org/RootOnZFS
Windows7中安装FreeBSD方法
1. 使用分区工具或Win7自带的分区管理, 从当前硬盘中分离出一部分空间, 用于安装FreeBSD
2. 使用FreeBSD安装光盘安装系统, 到分区那步骤, 不要使用整个ada0(这样会把Win7给覆盖掉),
在ada0下一级新建一个主分区,它的名字通常是ada0s4之类的, 再在ada0s4下创建FreeBSD要用的 根目录分区/, 交换分区/swap, 用户分区/usr, 临时目录分区/tmp, 继续安装.
3. FreeBSD安装完了, 先别重启电脑, 直接进入shell命令窗口, 执行命令: # boot0cfg -B /dev/ada0 4. 重启电脑, 进入一个选择操作系统的黑白界面, 输入对应的数字启动相应的系统.
比如, 屏幕显示F1 Win F2 FreeBSD, 就是说按下1键启动Win7, 按下2键启动FreeBSD
5. 测试环境: Win7 FreeBSD-9.0-release Thinkpad E430 6. 参考:http://forums.freebsd.org/showthread.php?t=29099
7. 注意: FreeBSD的分区若用GPT格式, 此方法不行,可参考6中的BCD操作.
good [FreeBSD] Basic FreeBSD Setup as Desktop (FreeBSD占有率99.8% ^_^) 参考: http://bbs.chinaunix.NET/thread-3751834-1-1.html http://blog.csdn.net/jiankangshiye/article/details/8810054
如何在ThinkPad上win7系统上,安装一个FreeBSD系统,两系统互不影响?
俺在Win7里面使用"管理"->"磁盘管理", 压缩出了一块100G的分区, 用光盘安装FreeBSD9.0, 安装过程中在这个100G的分区上制作FreeBSD的分区, 安装下去就行了. FreeBSD安装完了, 先别重启电脑, 直接进入shell命令窗口, 执行命令: # boot0cfg -B /dev/ada0 这一步是为了电脑可以正常启动Win7服务的. 因为ada0分区是Win7霸占了的.
作者:王毛磊 链接:https://www.zhihu.com/question/20850005/answer/16943044 https://www.zhihu.com/question/20850005 http://tieba.baidu.com/p/1138786986
FreeBSD+Windows双系统安装 http://www.linuxidc.com/Linux/2014-02/97063.htm 安装 XP 修改 BIOS,把 USB 设为第一启动设备或者启动后按F12选择加载项。将 B 盘插入,进入到 PE 系统后,先分区。 我为 XP 分了三个区:SYSTEM(C 盘 30G), software(D 盘,NTFS 格式,用于 XP软件安装,15G), Document(E 盘,FAT32 格式,用作 XP 和 FB 之间的数据交换,120G)。 F盘名字为BSD为FB预留300G,注意一定是主分区,否则无法安装,可设置为Fat32或者Ntfs都可以,后面安装的时候会被删除。
ada0 466G
ada0s1 30G !12 #C盘
ada0s2 136G EBR #D、E盘的逻辑空间
ada0s5 16G ntfs #D
ada0s6 120G fat32 #E
ada0s3 300G BSD
ada0s3a 286G / freebsd-ufs #根目录,改空间分配过小,下一步会跳出一个错误(名字记不清了)
ada0s3b 4G swap #交换目录
problem
freebsd not bootable on this system
U(优)盘安装FreeBSD-9.0+GNOME_lite桌面
http://www.cnblogs.com/myqiao/archive/2012/10/26/2741832.html