安装 install-x86-universal-2005.1.iso碰上提示,请有经验的朋友指教(已解决)
时间:2005-11-02
来源:互联网
INIT :version 2.86 booting
INIT: PANIC:segmentation violation at 0.........(code0! ) sleeping for 30 seconds.
INIT: Entering Runlevel:3
INIT: Id "c2" respawning too fast :disabled for 5 Minutes
INIT: Id "c5" respawning too fast :disabled for 5 Minutes
INIT: Id "c3" respawning too fast :disabled for 5 Minutes
INIT: Id "c4" respawning too fast :disabled for 5 Minutes
INIT: Id "c6" respawning too fast :disabled for 5 Minutes
我采用的安装方式vmware 物理分区安装.硬盘转速为4200转/s
请问是否这么安装有问题?
作者: miaohf 发布时间: 2005-11-02
作者: jyr_king 发布时间: 2005-11-02
http://linux.hiweed.com/node/462
【教程】windows下借用vmware在你的硬盘上真实安装Hiweed-Debian linux
未知是否可行
作者: miaohf 发布时间: 2005-11-02
作者: miaohf 发布时间: 2005-11-02
作者: wangxudong 发布时间: 2005-11-03
作者: wangxudong
Gentoo的文档还不全?GOD!
|
你装的也是2005.1版吧,你是刻盘的还是硬盘安装的?
硬盘安装Gentoo(原创)
[本页面推荐在1024x768分辩率下浏览]
文章类别:其他
网站目录: 网站首页 —> 其他
转载自:http://www.csdn.net
硬盘安装Gentoo
如果你使用Redhat Linux的话,安装肯定不会遇到什么大的问题,
不论是从光盘安装,从硬盘安装,或是利用NFS网络安装都很便捷,
因为Redhat已经为你提供了一套很完善的安装软盘了。
可是如果你没有刻录机,无法进行光盘安装的话,那就比较麻烦,因为Gentoo
并没有提供一套安装软盘。
经过我不断的摸索,我尝试出了一套从硬盘安装Gentoo的方法。现在写出来,
希望能对将要,或者正在进行Gentoo硬盘安装的朋友有些帮助。
1. 下载必要的东东。
Gentoo LiveCD的下载点:
http://mirror.pacific.net.au/gentoo/
GRUB for DOS的下载点:
ftp://ftp.linuxeden.com/tinybit/grub....0pre13.tar.gz
2. 对硬盘进行分区。
最好事先对硬盘做好分区,我是用Redhat的安装盘对硬盘进行分区的。
当然你也可以用其他的分区工具来进行分区,
分区的格式不一定要是ext2/3或者swap格式的,只要大小合适即可,各个分区
的大小可以参考gentoo安装手册中的方案。"/boot"分区不需要很大几十兆就可以了,
"/"要留得大些,如果你想要编译很多软件(比如OpenOffice KDE GNOME)的话,越大约好,呵呵.
当然分区的时候一定要小心,损毁了自己的资料,那可亏大了.
3. 拷贝安装文件,以及GRUB for DOS
用Deamon Tools读出Live CD中的内容,将他拷至某个分区(注意,不能存放在第2步所划的分区).
然后拷贝GRUB for DOS至某个分区(注意,也不能存放在第2步所划分的分区).
为了简单起见,我把GRUB和LiveCD拷贝到了同一个分区下.
我的系统硬盘分布情况简介:
IDE1: hda ST 60G
IDE3: cdrom
IDE4: hdd Quantum Bigfoot 12.7G (我的Gentoo就安装在这个硬盘上)
hdd1 ext3 /boot |
hdd3 ext3 / | -->for Gentoo
hdd4 swap |
hdd2 DOS extended partition
hdd5 fat32 logical partition |-->Gentoo LiveCD以及GRUB for DOS都拷
hdd6 ntfs logical partition 在这个分区里
4. GRUB 常用命令简介:
你可以参考一下GRUB的帮助文档:
http://www.gnu.org/software/grub/manual/grub.html
或者这份:
http://www.yesky.com/20020808/1624211.shtml
5. 编辑 GRUB for DOS 的启动配置文件:menu.lst
我所写的内容
#This is a sample menu.lst file.You should make some changes to it.
color black/cyan yellow/cyan # 设置显示的颜色
timeout 60 # 等待60秒后启动
default 0 # 默认选第一项
title Gentoo Linux on (hd1,4) # 第一个选项,内容随你修改
root (hd1,4) # 由于我的安装文件是放在 第2快硬盘上,所以是hd1,
由于是第5个分区,所以逗号后面跟的是4
kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc acpi=ht
looptype=squashfs loop=/livecd.squashfs udev nodevfs
cdroot=/dev/hdd5 vga=791 dokeymap
splash=silent,theme:livecd-2004.3
initrd =/isolinux/gentoo.igz
# kernel 和 initrd 两句的内容你可以参考LiveCD中的isolinux\isolinux.cfg文件,
内容完全照抄可以了,但有一点需要修改,kernel语句中的 cdroot 后要加上你的LiveCD文件所
处的位置我的是拷贝在hdd5上,所以是 cdroot=/dev/hdd5.
保存,退出.就OK了.
6. 使用GRUB
找一张DOS启动盘,启动机器,切到hdd5上,
a:\g: enter (我的hdd5在dos环境下是g盘)
g:\cd grub (我的grub.exe以及menu.lst存放于 g:\grub下)
g:\grub grub --config-file=(hd1,4)/grub/menu.lst
(启动grub,--config-file指明menu.lst所处的位置).
ok现在GRUB的界面就呈现在你的面前了,选择gentoo linux,然后gentoo就能LiveCD就能启动了.
启动的时候会有一个错误提示,可能是应为把安装文件的位置指为硬盘的缘故(cdroot=/dev/hdd5
所造成的)按Ctrl+D跳过就可以了.
接下来你就可以按照Gentoo Installation Guide的指示安装Gentoo了.
7. 快点动手,享受Gentoo给你带来的乐趣吧,呵呵.
作者: miaohf 发布时间: 2005-11-03
title Gentoo Linux on (hd0,0) #
root (hd0,4) #
#
kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc acpi=ht looptype=squashfs loop=/livecd.squashfs udev nodevfs cdroot=/dev/hda5 vga=791 dokeymap splash=silent,theme:livecd-2005.1
initrd =/isolinux/gentoo.igz
作者: miaohf 发布时间: 2005-11-03
作者: miaohf 发布时间: 2005-11-03
The root block device is unspecified or not detected!
Please specify a device to boot,or "shell" for a shell....
boot()::
这到底是什么原因啊?
下面这是我的grub的menu.lst中的内容:
title Gentoo Linux on (hd0,4)
root (hd0,4)
kernel /gentoo/isolinux/gentoo root=/dev/ram0 init=/linuxrc acpi=ht
looptype=squashfs loop=/livecd.squashfs udev nodevfs
cdroot=/dev/hda5/gentoo vga=791 dokeymap
splash=silent,theme:livecd-2005.1
initrd =/gentoo/isolinux/gentoo.igz
#我的gentoo安装文件是放在D:\gentoo下的
作者: wchwwhw 发布时间: 2006-01-18
我遇到这表问题,但这样就好了。
作者: tigeroar 发布时间: 2006-01-22
接下来你就可以按照Gentoo Installation Guide的指示安装Gentoo了.
...................
怎么安Gentoo Installation Guide的指示?,用什么命令看到这些东西?
作者: -志- 发布时间: 2006-02-23
作者: pluskid 发布时间: 2006-02-28
作者: ztkx 发布时间: 2006-03-06
以上grub设置正确,需要注意的是,gentoo的iso需要解压到fat分区,这样才能找到install CD,这一点跟redhat,debian系统安装不同。
作者: miaohf 发布时间: 2006-03-14
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28