|
|
第 1 帖 | |
|
|
标题: 开机之后不出现grub引导菜单 我在修改过grub.cfg之后准备重
启,但这时机子等了很久都不重 启,于是我就强制关机。但我一 开机我就蒙了,那不是我熟悉的 引导菜单,而是以下内容: [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB list posible device/file completions. ] sh:grub> 请教高手该怎么解决? |
|
|
|
|
|
|
|
第 2 帖 | ||
|
|
引用:
确定没有格式化装grub基本文件的那个分区。。。 手动进入试试,例如root (hd0,3) linux /boot/vmlinuz-xxx root=/dev/sda3 initrd /boot/initrd-xx boot 如果提示没有linux命令。。。。。试试insmod 实例: insmod (hd0,3)/boot/grub/_linux.mod ls (hd0,3)/boot/grub/ 可以显示mod文件..... 相信你捣鼓一会儿就明白怎么回事了。。。。
__________________
# uname -a Bad Boy Version X # man woman # cd target # ./configure CC=love --prefix=/you/heart # make love # mv /myheart/you /dev/null |
||
|
|
|
||
|
|
第 3 帖 | |
|
|
grub 2 现在还没有太多文档,。。。。。那啥有.但我英文太差也看不了.......
|
|
|
|
|
|
|
|
第 4 帖 | |
|
|
和bash几乎一样,也可以用[tab]补全,差不多是个只读操作系统。。。
__________________
编译内核三原则 1.文件系统要进内核 2.SCSI DISK要进内核 3.SATA 要进内核 个人认为Gentoo安装时不要换profile(服务器除外),不要用MAKEOPTS="-j3" 个人认为应该像老老实实加USE标志,而不要贪图懒惰用desktop的profile 个人认为可以使用ccache断点续编,但不要希望他能加快你编译。 个人认为编译内核时应该source /etc/make.conf好让内核也变快 |
|
|
|
|
|