[转载]开机就有好心情──ubuntu新手Grub简单美化教程 2008-03-29 23:58
| 引用: |
| Requirements for GRUB splashimages:
1.xpm.gz file type 2. 640x480 3. 14 colors only |



| 代码: |
| sudo cp ~/桌面/xxx.xpm.gz /boot/grub |
| 代码: |
| sudo gedit /boot/grub/menu.lst |
| 代码: |
| splashimage=(hd0,2)/boot/grub/xxx.xpm.gz |
| 引用: |
| title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=960bab17-f3e9-4e6f-b356-65eea41046e5 ro quiet splash initrd /boot/initrd.img-2.6.22-14-generic quiet title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode) root (hd0,2) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=960bab17-f3e9-4e6f-b356-65eea41046e5 ro single initrd /boot/initrd.img-2.6.22-14-generic title Ubuntu 7.10, memtest86+ root (hd0,2) kernel /boot/memtest86+.bin quiet title Other operating systems: root title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1 |
| 引用: |
| title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2) |