⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 grub错误.txt

📁 自己搜集的关于linux的grub引导的文章
💻 TXT
字号:
安装rh 7.2时选择grub而不是lilo。安装完启动,可以进入grub的图形界 
面。可几天后由于误操作,使得开机直接进入其文字界面,而不知如何操 
作.光标一直停在“grub>” 字样后


可以使用tab键, 
假设内核位于: 
/dev/hda3 

>kernel (hd0,2)/boot/vmlinuz-2.4.18-5 ro root=/dev/hda3 

>boot 

开机即进入grub控制台,如下显示: 
GRUB version 0.9 (640K lower/129500K upper memory) 
[Minimal BASH-like line editing is supported.For the first word,TAB...] 
grub> 
由于只有一个硬盘。键入root(hd0,后按TAB,出现: 
Possible partitions are: 
Partition num:0,Filesystem type is fat,partition type 0x6 
Partition num:4,Filesystem type is unknown,partition type 0x7 
Partition num:5,Filesystem type is unknown,partition type 0x7 
Partition num:6,Filesystem type is ext2fs,partition type 0x83 
然后键入: 
grub>root(hd0,6)回车 
Filesystem type is ext2fs,partition type 0x83 
接着再键入: 
grub>kernel /boot/vmlinuz-2.4.7 root=/dev/hda7 ro 
grub>kernel /boot/vmlinuz-2.4.7 root=/dev/hda6 ro 
grub>kernel /boot/vmlinuz-2.4.7 root=/dev/hda5 ro 
请教如何解决? 
提示都是:Error 15:File not Found

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -