LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: Hooong

Grub2 主题问题

[复制链接]
 楼主| 发表于 2012-1-4 19:27:14 | 显示全部楼层
过了这么久,问题还是依旧,感谢大家关心。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-1-4 19:30:56 | 显示全部楼层
Post by smqt;2156967
这个是grub2吗?还是burg?
如果是grub2,可否把grub.cfg传给我下?


我用的是GRUB2,配置文件如下:
$ cat /etc/grub.d/40_custom

  1. #!/bin/sh
  2.   exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries.  Simply type the
  4. # menu entries you want to add after this comment.  Be careful not to change
  5. # the 'exec tail' line above.
  6. # /etc/grub.d/40_custom
  7. # grub2 启动管理器设置文件
  8. # Gentoo Hooong 2011.09.10。

  9. # 1.Grub2运行设置。

  10.   insmod png
  11.   insmod font
  12.   loadfont /usr/share/grub/unicode.pf2
  13.   loadfont /usr/share/grub/edges.pf2
  14.   loadfont /usr/share/grub/gelly.pf2
  15.   loadfont /usr/share/grub/Helvetica-10.pf2
  16.   loadfont /usr/share/grub/Helvetica-12.pf2
  17.   loadfont /usr/share/grub/Helvetica-Bold-12.pf2
  18.   loadfont /usr/share/grub/Helvetica-Bold-14.pf2
  19.   loadfont /usr/share/grub/lime.pf2
  20.   loadfont /usr/share/grub/smoothansi.pf2
  21.   set gfxpayload=1280x800x32

  22. # 2.内核镜像 Tuxonice
  23.   menuentry "Tuxonice 3.0.13 generic" {
  24.         set root=(hd0,1)
  25.         linux /boot/3.0.13-tuxonice root=/dev/sda1 resume=swap:/dev/sda1:0x44180 i915.modeset=1 acpi_sleep=s3_bios,s3_mode \
  26.                 processor.max_cstate=2 fbcon=scrollback:128K splash=silent,fadein,theme:gentoo-blue quiet CONSOLE=/dev/tty1
  27.         initrd /boot/fbsplash-tuxonice-gentoo-blue-1280x800
  28.   }

  29. # 3.内核镜像 Tuxonice
  30.   menuentry "Tuxonice 3.0.9 generic" {
  31.         set root=(hd0,1)
  32.         linux /boot/3.0.9-tuxonice root=/dev/sda1 i915.modeset=1 acpi_sleep=s3_bios,s3_mode \
  33.                 processor.max_cstate=2 fbcon=scrollback:128K splash=silent,fadein,theme:gentoo-blue quiet CONSOLE=/dev/tty1
  34.         initrd /boot/fbsplash-gentoo-blue-1280x800
  35.   }

  36. # 4.内核镜像 Tuxonice
  37.   menuentry "Tuxonice 3.0.9 (recovery mode)" {
  38.         set root=(hd0,1)
  39.         linux /boot/3.0.9-tuxonice root=/dev/sda1 acpi_sleep=s3_bios,s3_mode resume=off
  40.   }

  41. # 5.内存测试命令。
  42.   menuentry "Memtest86+" {
  43.         linux16 /boot/memtest86plus/memtest.bin
  44.   }

  45. # 6.启动Windows设置,本例中Windows系统位于/dev/sdb1。
  46. # menuentry "Windows7 Ultimate" {
  47. #       insmod chain
  48. #       set root=(hd0,1)
  49. #       drivemap -s hd0 hd1
  50. #       chainloader +1
  51. # }

复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-1-4 19:38:56 | 显示全部楼层
回7楼、8楼、9楼、10楼!

我开了kms,没有用VGA参数,quiet已加上,见我的GRUB配置文件!

1楼的图是我从网上借用作个说明,我不会在GRUB下截图,所以1楼GRUB的输出信息不是我的,大家不要误会!

问题的重点是8楼所说的那个box!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表