免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12345
最近访问板块 发新帖
楼主: anhu

[Server 2012] 【求助】FreeBSD启动问题?和X Windows启动问题?  关闭 [复制链接]

论坛徽章:
0
发表于 2006-05-05 11:17 |显示全部楼层
http://cnsnap.cn.freebsd.org/doc ... handbook/index.html

另,freebsdchina.org还有这里的BSD版置顶的精华有整理过的大量的问题解答,你这些基本问题都能找得到答案,没事多翻翻。

论坛徽章:
0
发表于 2006-05-05 11:31 |显示全部楼层
我的硬盘情况和楼主一样, 不过我只是在开机的时候按F8选择从IDE1启动,哈哈,这样也很方便.

论坛徽章:
0
发表于 2006-05-05 13:53 |显示全部楼层
没用过freebsd, 不过我也是两块硬盘,接一根IDE线一主一从,最扯的是我装XP的硬盘是从盘,装linux的盘是主盘,所以就在BIOS里设的从HD1启动,这样进dos和windows时跟XP所在盘是主盘无异,要进linux就用grub for dos,指定kernel时得用hd1而指定root=时又得用hda, 还好自己分得清楚,用这种方法启动linux和netbsd都没有问题

论坛徽章:
0
发表于 2006-05-08 08:15 |显示全部楼层
将 freebsd 中 /boot/boot1 文件 拷贝到 C:\
用记事本打开C:Boot.ini文件,加入一行:
c:\oot1="FreeBSD"

我以前就是这样成功的~~用dd 也不行,不知道为什么

[ 本帖最后由 kevinwu 于 2006-5-8 08:17 编辑 ]

论坛徽章:
0
发表于 2006-05-08 11:17 |显示全部楼层
简单些 用GRUB 吧把 GRUB 装在MASTER 利用GRUB 做多重引导

论坛徽章:
0
发表于 2006-05-08 11:50 |显示全部楼层

论坛徽章:
0
发表于 2006-05-14 14:05 |显示全部楼层
请在帮我看看。。。我的两个文件
我新装了6.1版,还是无法启动X windows

另外我想加载KDE是不是在.xinitrc文件里面加入下面的命令啊?
  1. % echo "exec startkde" > ~/.xinitrc[/PHP]
  2. xorg.conf
  3. [PHP]Section "ServerLayout"
  4.         Identifier     "X.org Configured"
  5.         Screen      0  "Screen0" 0 0
  6.         InputDevice    "Mouse0" "CorePointer"
  7.         InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection

  9. Section "Files"
  10.         RgbPath      "/usr/X11R6/lib/X11/rgb"
  11.         ModulePath   "/usr/X11R6/lib/modules"
  12.         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
  13.         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
  14.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  15.         FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
  16.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
  17.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
  18. EndSection

  19. Section "Module"
  20.         Load  "dbe"
  21.         Load  "dri"
  22.         Load  "extmod"
  23.         Load  "glx"
  24.         Load  "record"
  25.         Load  "xtrap"
  26.         Load  "freetype"
  27.         Load  "type1"
  28. EndSection

  29. Section "InputDevice"
  30.         Identifier  "Keyboard0"
  31.         Driver      "kbd"
  32. EndSection

  33. Section "InputDevice"
  34.         Identifier  "Mouse0"
  35.         Driver      "mouse"
  36.         Option            "Protocol" "auto"
  37.         Option            "Device" "/dev/sysmouse"
  38.         Option            "ZAxisMapping" "4 5 6 7"
  39. EndSection

  40. Section "Monitor"
  41.         #DisplaySize          330   240        # mm
  42.         Identifier   "Monitor0"
  43.         VendorName   "SNY"
  44.         ModelName    "CPD-G200"
  45. ### Comment all HorizSync and VertSync values to use DDC:
  46.         HorizSync    30.0 - 96.0
  47.         VertRefresh  48.0 - 120.0
  48.         Option            "DPMS"
  49. EndSection

  50. Section "Device"
  51.         ### Available Driver options are:-
  52.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  54.         ### [arg]: arg optional
  55.         #Option     "SWcursor"                   # [<bool>]
  56.         #Option     "HWcursor"                   # [<bool>]
  57.         #Option     "NoAccel"                    # [<bool>]
  58.         #Option     "ShadowFB"                   # [<bool>]
  59.         #Option     "UseFBDev"                   # [<bool>]
  60.         #Option     "Rotate"                     # [<str>]
  61.         #Option     "VideoKey"                   # <i>
  62.         #Option     "FlatPanel"                  # [<bool>]
  63.         #Option     "FPDither"                   # [<bool>]
  64.         #Option     "CrtcNumber"                 # <i>
  65.         #Option     "FPScale"                    # [<bool>]
  66.         #Option     "FPTweak"                    # <i>
  67.         Identifier  "Card0"
  68.         Driver      "nv"
  69.         VendorName  "nVidia Corporation"
  70.         BoardName   "NV11 [GeForce2 MX/MX 400]"
  71.         BusID       "PCI:3:0:0"
  72. EndSection

  73. Section "Screen"
  74.         Identifier "Screen0"
  75.         Device     "Card0"
  76.         Monitor    "Monitor0"
  77.         SubSection "Display"
  78.                 Viewport   0 0
  79.                 Depth     1
  80.         EndSubSection
  81.         SubSection "Display"
  82.                 Viewport   0 0
  83.                 Depth     4
  84.         EndSubSection
  85.         SubSection "Display"
  86.                 Viewport   0 0
  87.                 Depth     8
  88.         EndSubSection
  89.         SubSection "Display"
  90.                 Viewport   0 0
  91.                 Depth     15
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Viewport   0 0
  95.                 Depth     16
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Viewport   0 0
  99.                 Depth     24
  100.         EndSubSection
  101. EndSection
复制代码

Xorg.0.log.rar

7.92 KB, 下载次数: 33

论坛徽章:
0
发表于 2006-05-14 17:58 |显示全部楼层
原帖由 kevinwu 于 2006-5-8 08:15 发表
将 freebsd 中 /boot/boot1 文件 拷贝到 C:\
用记事本打开C:Boot.ini文件,加入一行:
c:\oot1="FreeBSD"

我以前就是这样成功的~~用dd 也不行,不知道为什么


这个方法我试了,不成功啊。。。

论坛徽章:
2
IT运维版块每日发帖之星
日期:2015-10-05 06:20:00操作系统版块每日发帖之星
日期:2015-10-05 06:20:00
发表于 2006-05-14 21:20 |显示全部楼层
几句话送LZ:

1、你的这个问题比较好解决,我的建议是不要使用系统包括2K或FB的引导程序来行多系统引导,使用主板自带的那个启动菜单来引导系统是个比较聪明的选择,这样的话即便你的FB或2K重装之后也不会影响到另外的系统,你的主板是否带有些功能,请查阅主板说明书。

2、你问的问题属于很基础很基础的问题,网上和顶置贴里如牛毛,请学会查资料再来发问。小时候老师怎么教育我们来的?说字典是你不说话的朋友和老师。那么,现在Handbook和http://www.google.com就是你不说话的朋友和老师,有问题前请先问过他们再说。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP