![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
x86 64-bit Users For the discussion of Ubuntu on the AMD 64 platform. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 32
|
GFX Boot on x86_64
Has anyone been able to get grub to use gfx (see: Howto : GfxBoot ( Grub like suse )) using 64 bit? I tried following the instructions listed there, but the .deb is for 32 bit machines, and --force-architecture didn't help it.
Last edited by jcfisher; September 2nd, 2007 at 12:15 PM.. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 32
|
Re: GFX Boot on x86_64
For those who are interested, I figured out how to do it. The answer can be found on this page, but I will summarize it here:
Code:
#Download gfxboot $ wget http://quasarfreak.googlepages.com/grub-gfxboot_0.97-5_i386.deb #Remove old grub $ sudo apt-get remove grub #Install the .deb $ sudo dpkg -i --force-architecture grub-gfxboot_0.97-5_i386.deb #Copy theme to boot directory - note that you must first download #the theme from the beginning of the thread listed above $ sudo cp message.suse /boot/grub/ #Back up your menu.lst $ sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup #Add a line to menu.lst which says gfxmenu /boot/grub/message.suse $ gksudo gedit /boot/grub/menu.lst Code:
$ sudo grub grub> find /boot/grub/stage1 # This output will give you the numbers you use instead of x and y grub> root (hdx,y) grub> setup (hdx) grub> quit $ sudo grub-install hdx,y |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 8
|
Re: GFX Boot on x86_64
After removing grub and installing grub-gfxboot, i cant run grub. it says no grub at /sbin/.
![]() |
|
|
|
|
|
#4 |
|
64bit Ubuntu Power
![]() Join Date: Mar 2006
Location: cyberspace
Beans: 6,161
Ubuntu 9.10 Karmic Koala
|
Re: GFX Boot on x86_64
If you have your install disk, put it in, reboot, slect rescue a broken system. Eventualy after testing it will offer a list, select reinstall grub.
__________________
I trust Microsoft as far as I could comfortably spit a dead rat Theres no place like home, since I keep coming back, this must be it |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 8
|
Re: GFX Boot on x86_64
So, the grub-gfxboot will work, if I install grub from rescue disk over it?
|
|
|
|
|
|
#6 |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Jan 2007
Beans: 1,860
|
Re: GFX Boot on x86_64
These screens look nice -- I didn't know about gfx boot. I wonder if you can make your own splash screen, similar to what you can do with the bootsplash thing?
http://ruslug.rutgers.edu/~mcgrof/grub-images/
__________________
Intel Core 2 Extreme @3.4GHz on Intel D975XBX2, Nvidia GTX260, Kubuntu Karmic / KDE4.3 64-bit on ext4, sidux 2009-02 KDE4.3 64-bit on jfs |
|
|
|
|
|
#7 | |
|
64bit Ubuntu Power
![]() Join Date: Mar 2006
Location: cyberspace
Beans: 6,161
Ubuntu 9.10 Karmic Koala
|
Re: GFX Boot on x86_64
Quote:
"After removing grub and installing grub-gfxboot, i cant run grub. it says no grub at /sbin/." problem.
__________________
I trust Microsoft as far as I could comfortably spit a dead rat Theres no place like home, since I keep coming back, this must be it |
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Beans: 9
|
Re: GFX Boot on x86_64
Download a 64 bits package from http://kanotix.com/debian/pool/main/...7-11_amd64.deb
install it and then edit /sbin/update-grub change the first line: #!/bin/sh for #!/bin/bash it works perfect for me. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|