硬盘安装 zenwalk 3.0
时间:2006-10-23
来源:互联网
我的机器情况:
CPU: Celoron III 1.3GHz
主板: 杂牌 815EPT
内存: 128M SDRAM
显卡: GeForce2 MX400
C盘windows98,FAT32格式,其余NTFS格式在windows2k下,还有一个ext3分区安装了 Hiweed 1.0,windows 2k 的 OS Loader 中挂了 Grub for DOS 的菜单项。
安装过程:
先将 zenwalk-3.0.iso 解压复制 zenwalk、isolinux、kernels 目录到 C 盘根目录,编辑 grub for dos 的 menu.lst 文件,加入
title Install zenwalk 3.0 kernel (hd0,0)/kernels/sata/bzImage load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=16384 rw root=/dev/ram SLACK_KERNEL=ide initrd (hd0,0)/isolinux/initrd.img boot
mkdir /install modprobe vfat mount -t vfat /dev/hda1 /install setup
此时根据安装提示分区、挂载、格式化等,在选择安装源时输入 /install,网上所说输入 /install/zenwalk 是错误的,如果你那样做了,会发现不用1秒就告诉你安装完成,你可以重启,你真重启就知道错了。 事实是 zenwalk 的安装程序会在你输入的安装源中搜索 zenwalk 目录,这个目录下所有软件将依次被安装,所以要添加删除某些软件就容易了,把自己的软件包加入,把不需要的删除就可以完成定制了。
安装都后面告诉我lilo安装失败,所以完成暗转后我退出安装,并没有立刻重启,而是手工安装lilo,否则一旦重启系统就不能用了。
mount /dev/hda6 /mnt chroot /mnt vi /etc/lilo.conf lilo -v exit
我的lilo安装错误的原因是内核影像在配置中写错了,检查 /boot 中正确的内核影像,写入正确的配置:
# Linux bootable partition config begins image = /boot/vmlinuz-2.6.17.11 root = /dev/hda6 label = Zenwalk initrd = /boot/initrd.splash read-only # Linux bootable partition config ends
我选择 zh_CN.utf8 locale,所以虽然一进入系统嗯就是熟悉的中文,但字体很差,复制了windows的 msyh, simsun 等字体到 /usr/X11R6/lib/fonts/TTF 目录,执行 /usr/X11R6/bin/fc-cache -v 然后重新登录系统,下个 fcitx 3.4 源码编译安装,就可以很好地应用了。
现在的问题是:
不知道怎么让fcitx在桌面启动的时候自动启动,手工执行 fcitx 有时候会让 xfce 的taskbar消失,一次是让桌面消失。
新装的系统只安装了新的fcitx、mplayer,然后更新了系统,不知道什么时候 thunar 里面挂载的移动设备,点右键,菜单中那个 umount/eject 命令不见了,只好手工执行 umount。
总的来说,新装的 zenwalk 的速度比 win2k、hiweed的速度快不是一点半点,比win98稍微快一些。
作者: holz 发布时间: 2006-10-23
作者: dreamrise 发布时间: 2006-10-23
作者: dreamrise
这个发行版挺好的,我一直在公司用ZENWALK做服务器的OS用,一张光盘,简洁该有的都有了。
|
作者: xiaoarly 发布时间: 2006-10-23
作者: iMouse 发布时间: 2006-10-23
VECTORLINUX is a small, fast, Linux operating system for Intel, AMD and x86 compatible systems, based on one of the original Linux distributions, Slackware.
We have produced a bloat free, easy to install, configure and maintain Slackware based system that is second to none. We include automatic hardware configuration, unique administration tools and easy package management via the Gslapt/slapt-get system. We are also known as the fastest non-source distro on the planet!
// 已经有了基于slackware 11.0的vectorlinux发行版
VectorLinux standard 5.8 is based on the just-released Slackware 11.0.
This release features the latest XFCE4 desktop, kernel 2.6.17,and a myriad of performance, installation and useability enhancements. We have changed the packaging system from tgz to lzma, which allows us to pack a considerable amount of software onto a single CD. We have also revamped our software repository to feature lzma compression resulting in smaller and faster downloads. We still support the standard slackware tgz packages as well. The software packed in the CD was hand picked as best of breed by the Vector community, which results in a very fast and highly functional desktop experience.
Updated software includes the full SeaMonkey browser suite as well as Firefox and Opera. We also include the latest cups software and ntfs-3g for full r/w capability with ntfs (aka Windows XP), the latest Abiword, Gnumeric, Xara-extreme and kernel drivers. We have a full range of games from mario to ppracer. A very unique bootsplash theme and great eye candy on the desktop are offered for your viewing pleasure. There is more - too much to list but we left no stone unturned.
作者: iMouse 发布时间: 2006-10-23
后来在zenwalk论坛看到有人说zenwalk比vector稍微快一些,而他的iso又比较小,化了一个多小时就下来了。
现在就是不知道怎么在启动的时候自动启动fcitx,而且手工执行fcitx常常使得xfce的panel和taskbar消失,也不知道什么原因,着实郁闷。
作者: holz 发布时间: 2006-10-24
作者: dreamrise
这个发行版挺好的,我一直在公司用ZENWALK做服务器的OS用,一张光盘,简洁该有的都有了。
|
那么slackware的第一张盘也可以啊,它包括了用于桌面的基本软件。
作者: terree 发布时间: 2006-10-24
不过现在的 3.0 好像有桌面容易崩溃的毛病,例如图标不见了、桌面不见了、面板不见了、任务栏不见了等,原来我还以为自己遇到这些问题是fcitx的问题,不料国外用户也有这问题。
ati和nvidia显卡都遇到了,装驱动和没装驱动都遇到了,所以应该不是显卡驱动的问题。
作者: holz 发布时间: 2006-10-24
我的和你的差不多。
那我下了zenwalk试试吧。哪里有国内的下载源?
作者: terree 发布时间: 2006-10-24
那个xfce不稳定据说启动x前删除用户目录下 的 .config 就好了,回家要试验一下。
作者: holz 发布时间: 2006-10-24
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28