Page 2 of 76 FirstFirst 12341252 ... LastLast
Results 11 to 20 of 757

Thread: Howto : GfxBoot ( Grub like suse )

  1. #11
    Join Date
    Apr 2005
    Location
    ks
    Beans
    43
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto : GfxBoot ( Grub like suse )

    Then edit your menu.lst
    Code:
    sudo gedit /boot/grub/menu.lst
    and make it use gfxboot
    Code:
    gfxmenu /boot/grub/message.suse
    ok how do I do that?

    tlaloc@aztlan:~$ gfxmenu /boot/grub/message.suse
    bash: gfxmenu: command not found
    tlaloc@aztlan:~$

    do I missing something here?
    I can only show you the door... UBUNTU

    =D> =D>

  2. #12
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Howto : GfxBoot ( Grub like suse )

    If it could help someone, herewith my configuration :
    http://rapidsharing.com/download.php?id=87DFE506

  3. #13
    Join Date
    Oct 2005
    Location
    Netherlands
    Beans
    31
    Distro
    Dapper Drake Testing/

    Re: Howto : GfxBoot ( Grub like suse )

    Just copy paste line for line of the quote in a terminal
    It should work for everyone.

    wget http://quasarfreak.googlepages.com/g....97-5_i386.deb

    wget http://quasarfreak.googlepages.com/message.suse

    sudo apt-get remove grub

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

    sudo cp message.suse /boot/grub/

    sudo echo gfxmenu /boot/grub/message.suse > /boot/grub/menu.lst

    grub-install /dev/hda

  4. #14
    Join Date
    Jun 2006
    Location
    Leicester, UK
    Beans
    215
    Distro
    Ubuntu 6.06

    Re: Howto : GfxBoot ( Grub like suse )

    Tried your message.gobo file, still no joy.

    Our files are the same, has the gfxmenu line at the top.

    Any ideas?

  5. #15
    Join Date
    Oct 2005
    Location
    Netherlands
    Beans
    31
    Distro
    Dapper Drake Testing/

    Re: Howto : GfxBoot ( Grub like suse )

    Quote Originally Posted by bohboh
    Tried your message.gobo file, still no joy.

    Our files are the same, has the gfxmenu line at the top.

    Any ideas?
    Did you try with the theme provided in this howto?

    If you did EXACTLY as was explained the most logical explanation would be that your theme is corrupted.

  6. #16
    Join Date
    Jun 2006
    Location
    Leicester, UK
    Beans
    215
    Distro
    Ubuntu 6.06

    Re: Howto : GfxBoot ( Grub like suse )

    Downloaded both files again and went through the entire guide EXACTLY.

    Still the same.

  7. #17
    Join Date
    Jun 2006
    Location
    Leicester, UK
    Beans
    215
    Distro
    Ubuntu 6.06

    Re: Howto : GfxBoot ( Grub like suse )

    One thing, doing

    Code:
    sudo echo gfxmenu /boot/grub/message.suse > /boot/grub/menu.lst
    gave me a permission denied error.

    but i can edit it using gedit ok.

  8. #18
    Join Date
    Oct 2005
    Location
    Netherlands
    Beans
    31
    Distro
    Dapper Drake Testing/

    Re: Howto : GfxBoot ( Grub like suse )

    Quote Originally Posted by bohboh
    One thing, doing

    Code:
    sudo echo gfxmenu /boot/grub/message.suse > /boot/grub/menu.lst
    gave me a permission denied error.
    Ack, just screw sudo
    su to root like a real man.

    edit to bohboh

    I found your problem. Instead of :
    grub-install /dev/hda
    try
    grub-install /dev/hdc
    Last edited by scenestar; July 4th, 2006 at 11:29 PM.

  9. #19
    Join Date
    Jun 2006
    Location
    Leicester, UK
    Beans
    215
    Distro
    Ubuntu 6.06

    Re: Howto : GfxBoot ( Grub like suse )

    Many thanks, that sorted it.

    For future reference, Can you explain how, by looking at my fdisk output, you knew it was hdc?

    So all i need to do to change themes is to place the message.blah file in /boot/grub and to change the line in menu.lst?

    Again, Thanks

  10. #20
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Howto : GfxBoot ( Grub like suse )

    Quote Originally Posted by bohboh
    Many thanks, that sorted it.

    For future reference, Can you explain how, by looking at my fdisk output, you knew it was hdc?
    Quote Originally Posted by bohboh
    Device Boot Start End Blocks Id System
    /dev/hdc1 * 1 9351 75111876 83 Linux
    /dev/hdc2 9352 9729 3036285 f W95 Ext'd (LBA)
    /dev/hdc5 9352 9729 3036253+ 82 Linux swap / Solaris
    It's hdc because grub is setup on /dev/hdc1 (your 3rd hdd) with Ubuntu
    So all i need to do to change themes is to place the message.blah file in /boot/grub and to change the line in menu.lst?
    Yes, but I don't find many message.xyz on the net...

Page 2 of 76 FirstFirst 12341252 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •