Howto: GfxBoot (Grub like suse) 安装suse那样的grub启动画面。

参与到Ubuntu的翻译中来
回复
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

Howto: GfxBoot (Grub like suse) 安装suse那样的grub启动画面。

#1

帖子 内存不足 » 2006-07-25 9:44

Default Howto : GfxBoot ( Grub like suse )
Gfxboot makes grub look nicer but with the same features
Gfxboot 可以让grub启动时,更加好看,只是带有一些特殊的东西。
In this howto you will install gfxboot and a suse theme for it, soon I'll make an ubuntu one
Ok, let's start
这个文章里,说明了gfxboot和一个配套的suse的主题。明天我也作一个ubuntu的主题。
Download the grub-gfxboot.deb
And the message.suse

First remove your old grub
首先,卸载你以前的grub。

代码: 全选

sudo apt-get remove grub


Then Install the gfxboot-grub
安装。。。。

代码: 全选

sudo dpkg -i grub-gfxboot_0.97-5_i386.deb


then we're going to move the message
移动message文件。

代码: 全选

sudo cp message.suse /boot/grub/ # the suse can be replaced by the one you downloaded
 
Then edit your menu.lst
编辑menu.list

代码: 全选

sudo gedit /boot/grub/menu.lst

and make it use gfxboot
让它使用gfxboot

代码: 全选

gfxmenu /boot/grub/message.suse # the suse can be replaced



Then do :
接着:重新配置grub

代码: 全选

sudo grub grub> find /boot/grub/stage1 (hdx,y) # this will be the output grub> root (hdx,y) grub> setup (hdx)


-- Howto make you own theme --
如何做自己的主题图片。

代码: 全选

mkdir /home/name/whatever cpio -i < /boot/grub/message.suse # replace it by the name of you message edit the pictures sudo ls . |cpio -o > /boot/grub/message.new


Reboot and enjoy
Thanks to Quasar_freak and kno

here are some themes posted in this thread ( ty )
内存。你这些烂图片地址都不对的。

Light Green generic theme [message.gobo] | Link | Screenshot
Dark Brown (Dapper look) generic theme [message.new] | Link | Screenshot
Medium blue kubuntu theme [message.kubuntu] | Link | Screenshot
Dark grey ubuntu theme [message.ubugrey] | Link | Screenshot
Medium brown ubuntu theme [message.ububrown] | Link | Screenshot
Light orange ubuntu theme [message.ubu] | Link | Screenshot
Red ubuntu theme [message.new] | Link | Screenshot
Fuzzy blue and black ubuntu theme [message.bluspash] | Link | Screenshot
White / Grey Snowish generic theme [message.snow] | Link | Screenshot
Linspire-style blue kubuntu theme [message.kubu] | Link | Screenshot
Old- Grub style dark blue and light blue [message.kubu] | Link | Screenshot
Light blue / grey Xubuntu theme [message.xubu] | Link | Screenshot[
上次由 内存不足 在 2006-07-28 9:25,总共编辑 1 次。
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2006-07-27 23:46

翻译了。
附件
blusplashscreenie.png
screenshot_message_napo.png
● 鸣学
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#3

帖子 内存不足 » 2006-07-28 9:26

地址修复了 不过要注册用户才能看
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
firstddf
帖子: 36
注册时间: 2006-10-19 18:55

谁能提供gxfboot背景的相关标准

#4

帖子 firstddf » 2006-10-19 19:04

比如图片格式及大小和色深,图片名是布局在什么位置?
语言的设定及其他
thunder_wcl
帖子: 33
注册时间: 2006-10-10 17:05

#5

帖子 thunder_wcl » 2006-10-20 2:10

我照着做
为什么还是老样子呢?
请教一下高手,谢谢!
Hi, I am here!
引火虫
帖子: 758
注册时间: 2006-08-28 9:08
来自: 安徽/安庆

#6

帖子 引火虫 » 2006-11-10 8:36

thunder_wcl 写了:我照着做
为什么还是老样子呢?
请教一下高手,谢谢!
我也是。
头像
yangjinchao
帖子: 119
注册时间: 2006-04-18 21:08
联系:

#7

帖子 yangjinchao » 2007-12-19 15:10

对楼主安装方法的补充

Default Howto : GfxBoot ( Grub like suse )

Gfxboot makes grub look nicer but with the same features
Gfxboot 可以让grub启动时,更加好看,只是带有一些特殊的东西。
In this howto you will install gfxboot and a suse theme for it, soon I'll make an ubuntu one
Ok, let's start
这个文章里,说明了gfxboot和一个配套的suse的主题。明天我也作一个ubuntu的主题。
Download the grub-gfxboot.deb
And the message.suse

First remove your old grub
首先,卸载你以前的grub。
代码:
sudo apt-get remove grub



Then Install the gfxboot-grub
安装。。。。
代码:
sudo dpkg -i grub-gfxboot_0.97-5_i386.deb



then we're going to move the message
移动message文件。
代码:
sudo cp message.suse /boot/grub/ # the suse can be replaced by the one you downloaded



Then edit your menu.lst
编辑menu.list
代码:
sudo gedit /boot/grub/menu.lst


and make it use gfxboot
让它使用gfxboot
代码:
gfxmenu /boot/grub/message.suse # the suse can be replaced
这一句加到/boot/grub/menu.lst里的任何地方都可以,我是加在timeout 下面的




Then do :
接着:重新配置grub
代码:
sudo grub grub> find /boot/grub/stage1 (hdx,y) # this will be the output
sudo grub> root (hdx,y)
grub> setup (hdx)
这下步最重要的
楼上的朋友发现安装后了还是原样。可要仔细读下面的了
你第一步卸了grub并没将你的引导删掉,再写一次的目的就是覆盖你原先的grub,
如果你知道你的grub安装在那个分区,你可直接sudo grub (hdaX)通常是hda1
依楼主说的我应sudo grub进入grub命令行后输入setup (hd0). [ 因为通过上面的检测发现我的根目录是在(hd0,7)也就是在hda8上,可我的grub不是安装在hda8上,所以如果你输入setup (hda0)是没覆盖掉你的grub]
我输入setup (hda1)才成功的,因为我的grub是安装在hda1上的,注意你必须你sudo,没用的话可能会出错 。
还有你的grub不能设有密码,[它会在启动画面上显示提示的]。要是有密码它只会显示原先的效果



-- Howto make you own theme --
如何做自己的主题图片。
头像
forrid
帖子: 659
注册时间: 2007-04-23 17:40

#8

帖子 forrid » 2008-01-07 19:29

好,别乱搞

吾生也有涯,而知也无涯,以有涯随无涯,SB啊~~~~~~~~~~
回复