
Tux vs. msn animated gfxboot theme
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
thuban
12 years ago
I really love it! :D
Report
toxin2
12 years ago
Install openSuSE grub to MBR:
1. Download this live install cd (70MB):
http://roxen.integrity.hu/pub/opensuse/distribution/11.0/iso/cd/openSUSE-11.0-NET-i386.iso
2. Write to cdrom disk.
3. Booting the cdrom, select rescue system.
4. Login: root, enter.
5. Type: grub
6. grub> root (hd0,0)
# if ubuntu on /dev/sda1
7. setup (hd0)
# install openSuSE grub to MBR
8. grub> quit
9. reboot
10. Copy message8 file to /boot directory on ubuntu
11. Edit /boot/grub/menu.lst on ubuntu, write code:
gfxmenu (hd0,0)/boot/message8
I'm sorry my badly english. :)
Report