
Gfxboot Grub theme ubuntustudio
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
CheneyTiod
13 years ago
Report
theamy
13 years ago
We must change the file "menu.lst" in boot directory?
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 my file and copy the "message.ubuntu" to /boot/grub/
after copy the 'message.ubuntu' 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.studio
go back to the console again
# grub
appears a new kind of terminal you 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 this help
Report
LForce
12 years ago
i pasted it in the top section but wen im in the grub> and i "find /boot/grub/stage1"
i get "Error 15: File not found"
why is this? please help me out.
thanks
Report
LForce
12 years ago
i pasted it in the top section but wen im in the grub> and i "find /boot/grub/stage1"
i get "Error 15: File not found"
why is this? please help me out.
thanks
Report
gngs0419
13 years ago
Report
cjorge
13 years ago
Report
gngs0419
13 years ago
I am logged in via the Terminal as "su" and I am at the root. I can't figure it out.
Help me once more please.
Geoff
Report
cjorge
13 years ago
to unpack:
#tar -zxvf 68029-gfxbootstudio.tar
to copy for /boot/grub:
#cp message.studio /boot/grub
(in SU mode)
another way (not the command line way):
1.you unpack the file by pressing the right mouse button on the archive and select the 'unpack here'
2.[ALT]+F2 (it brings up a command line), type 'gksu nautilus'
3.Now u navigate to the /boot/grub directory and simply drag and drop the 'message.studio' file on the directory.
i hope it can help u...
Report
cjorge
13 years ago
to unpack:
#tar -zxvf 68029-gfxbootstudio.tar
to copy for /boot/grub:
#cp message.studio /boot/grub
(in SU mode)
hope it help...
Report
gngs0419
13 years ago
I am logged in via the Terminal as "su" and I am at the root. I can't figure it out.
Help me once more please.
Geoff
Report
theamy
13 years ago
Report
Stemp
13 years ago
Report
cjorge
13 years ago
Report