+ -
当前位置:首页 → 问答吧 → 安装的时候grub问题,进不了系统.

安装的时候grub问题,进不了系统.

时间:2005-02-02

来源:互联网

小弟弟初装gentoo,安装的时候对着手册grub root (hd0,0) setup (hd0) quit

装完重启之后就进了grub设置...

后来看的好象要设置 kernel /vmlinuz...我不知道kernel的版本号``怎么办

怎么才算设置完进系统?

作者: 轰隆轰隆   发布时间: 2005-02-02

You need to configure your grub.conf.

Usually, your kernel image is installed in /boot. You may also find the initrd with the same version no. as your kernel image. If you have this file, you also need to define it in grub.conf.

Your installation instruction should already provide you the information on how to setup grub.conf. In addition, you may do a search in this forum because the question on grub setup was asked many many times.

作者: d00m3d   发布时间: 2005-02-03

版本号不用管嘛~~
你把make后的内核COPY到/BOOT里面,
然后在GRUB里面指向就行了~~

作者: cmb   发布时间: 2005-02-03

make后的内核.在那里啊。。

作者: 轰隆轰隆   发布时间: 2005-02-03

一般是 /usr/src/linux/arch/i386/boot/bzImage 是内核,把它 cp 到 /boot/ 就行,改名为 kernel-2.*.** ,
如果不清楚你的核心版本,看一下 ls -l /usr/src/linux ,一般都是指向带内核版本的文件夹,

作者: cmb   发布时间: 2005-02-03