
Gfxboot Grub theme ubuntu ultimate
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
daimadoshi85
13 years ago
Report
njal
13 years ago
Report
cjorge
13 years ago
go to the console and then
# su
[password]
# apt-get remove grub
#wget -c http://www.guiaubuntupt.org/files/gfxboot/grub-gfxboot_0.97-5_i386.deb
# dpkg -i grub-gfxboot_0.97-5_i386.deb
# apt-get -f install
then you should unpack the file you'd downloaded and copy the "message.ultimate" to /boot/grub/
after copy the 'message.ultimate' return to the console
# kedit /boot/grub/menu.lst (kedit, gedit, any editor)
and then you sud add the following sentende on the menu.lst
gfxmenu /boot/grub/message.ultimate
go back to the console again
# grub
appears a new kind of terminal, u sud type
grub> find /boot/grub/stage1
(hdx,y) <- the terminal will return this to u, x and y are values you need)
now in the same terminal you type
grub>root (hdx,y)
grub>setup (hdx)
grub>quit
now u are on your normal console again, just type
# grub-install /dev/hda
(presuming your HD is the hda it may be the sda or other.)
hope it can help you :)
Report
AlexOK
13 years ago
Keep up the good work
:)
Report
cjorge
13 years ago
Report
jithu2k1
13 years ago
Report
cjorge
13 years ago
Report