Page 16 of 26 FirstFirst ... 61415161718 ... LastLast
Results 151 to 160 of 258

Thread: SCRIPT: GrubED - GUI Grub editing

  1. #151
    Join Date
    Apr 2006
    Beans
    1,979
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: SCRIPT: GrubED - GUI Grub editing

    Ok, here's the instructions:

    1) Download the grubed.zip file.
    2) Extract this file, you should be left with a folder called 'grubed'.
    3) Open up a terminal, and change to this grubed directory. If you've never used the terminal before, the command to change directory is 'cd' (just like in the Windows command line). The command to list the contents of a directory is 'ls' (it's essentially the same as 'dir' on Windows).
    4) Once inside the grubed directory, type the following command:
    Code:
    sudo sh ./install
    You will be asked for your password. Type it in (although you won't see it being typed, so make sure you spell it correctly!), and the install script will begin installing everything. If there are any problems, the install script will tell you what you need to do, but there shouldn't be any if you're using an ordinary Ubuntu install.

    Once grubed is installed, you should be able to launch it using the launcher provided (you can just copy and paste it onto your desktop / panel / whatever). You can also run it from the command line by typing 'gksudo grubed'.
    Good luck!

    EDIT:

    A normal Ubuntu install should already have everything in place for the install script to function properly. Kubuntu and Xubuntu may require you to manually install zenity (the installer script will inform you if zenity is not installed). Zenity is available in the repositories, so just use Add/Remove or Synaptic to install it.
    Last edited by Tomosaur; May 24th, 2007 at 03:16 PM.

  2. #152
    Join Date
    Mar 2007
    Beans
    14
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: SCRIPT: GrubED - GUI Grub editing

    yay! awesome script! expecting a full fledged GUI with better navigation options and data collection methods to replace the current one. thanks a lot mate!

  3. #153
    Join Date
    Jul 2006
    Beans
    46

    Re: SCRIPT: GrubED - GUI Grub editing

    I am having trouble getting the splash screen to work. I do not have the custom color enabled. I get an error of cannot read the xxx file.

    Any suggestions?

  4. #154
    Join Date
    Sep 2006
    Location
    MI, USA
    Beans
    272
    Distro
    Fluxbuntu

    Re: SCRIPT: GrubED - GUI Grub editing

    Looks good. Didn't have a chance to test it, will more this weekend.
    1 question, I skimmed the thread, but didn't catch anything on it.
    What's the requirements on Grub background images again?
    Thy soul shall find itself alone ‘Mid dark thoughts of gray tombstone – Not one, of all the crowd, to pry Into thine hour of secrecy. ~Poe

    Ubuntu User # 8993 - Linux User # 433735

  5. #155
    Join Date
    Apr 2006
    Beans
    1,979
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: SCRIPT: GrubED - GUI Grub editing

    The requirements for background images can be found in the help file, which you can access via the main grubed menu.

    @ Hillbilly -
    The script will only recognise .xpm.gz extensions on images. This is not a REAL grub restriction (ie, it's only the script which enforces this), but it tends to save a lot of headaches. Again, the help file should tell you all you need to know.

  6. #156
    Join Date
    Apr 2006
    Location
    usa
    Beans
    377
    Distro
    Ubuntu Gnome 14.10 Utopic Unicorn

    Re: SCRIPT: GrubED - GUI Grub editing

    slpash screen isent working giving me cant find eror

  7. #157
    Join Date
    Jul 2006
    Beans
    46

    Re: SCRIPT: GrubED - GUI Grub editing

    I have tried using images with that extension with the correct resolution as stated in the help file...Still nothing, getting the same error. I cannot even get the supplied image file to display.

  8. #158
    Join Date
    Apr 2006
    Beans
    1,979
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: SCRIPT: GrubED - GUI Grub editing

    Strange. Choose the direct edit option from the GrubEd menu, and copy and paste the displayed file here please.

  9. #159
    Join Date
    Jul 2006
    Beans
    46

    Re: SCRIPT: GrubED - GUI Grub editing

    Here is what shows up in my direct edit option
    Code:
    splashimage (hd1,1)/boot/grub/images/splash.xpm.gz
    # menu.lst - See: grub(8), info grub, update-grub(8)
    #            grub-install(8), grub-floppy(8),
    #            grub-md5-crypt, /usr/share/doc/grub
    #            and /usr/share/doc/grub-doc/.
    
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    #
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not change this entry to 'saved' or your
    # array will desync and will not let you boot your system.
    default		0
    
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout		15
    
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    #hiddenmenu
    
    # Pretty colours
    #color cyan/blue white/blue
    
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line)  and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    #      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    
    #
    # examples
    #
    # title		Windows 95/98/NT/2000
    # root		(hd0,0)
    # makeactive
    # chainloader	+1
    #
    # title		Linux
    # root		(hd0,1)
    # kernel	/vmlinuz root=/dev/hda2 ro
    #
    
    #
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ##      kopt_2_6_8=root=/dev/hdc1 ro
    ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=cc407a27-2e85-4332-ac1e-b4126ad03587 ro
    
    ## Setup crashdump menu entries
    ## e.g. crashdump=1
    # crashdump=0
    
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd1,1)
    
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ##      alternative=false
    # alternative=true
    
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ##      lockalternative=false
    # lockalternative=false
    
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ##      lockold=true
    # lockold=false
    
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ##      altoptions=(recovery) single
    # altoptions=(recovery mode) single
    
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ##      howmany=7
    # howmany=all
    
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ##      memtest86=false
    # memtest86=false
    
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    
    ## ## End Default Options ##
    
    title		Ubuntu, kernel 2.6.20-16-generic
    root		(hd1,1)
    kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=cc407a27-2e85-4332-ac1e-b4126ad03587 ro quiet splash
    initrd		/boot/initrd.img-2.6.20-16-generic
    quiet
    savedefault
    
    title		Ubuntu, kernel 2.6.20-16-generic (recovery mode)
    root		(hd1,1)
    kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=cc407a27-2e85-4332-ac1e-b4126ad03587 ro single
    initrd		/boot/initrd.img-2.6.20-16-generic
    
    title		Ubuntu, kernel 2.6.20-15-generic
    root		(hd1,1)
    kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=cc407a27-2e85-4332-ac1e-b4126ad03587 ro quiet splash
    initrd		/boot/initrd.img-2.6.20-15-generic
    quiet
    savedefault
    
    title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
    root		(hd1,1)
    kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=cc407a27-2e85-4332-ac1e-b4126ad03587 ro single
    initrd		/boot/initrd.img-2.6.20-15-generic
    
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    
    # This is a divider, added to separate the menu items below from the Debian
    # ones.
    title		Other operating systems:
    root
    
    
    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/sda1
    title		Windows XP Media Center Edition
    root		(hd0,0)
    savedefault
    makeactive
    chainloader	+1

  10. #160
    Join Date
    Apr 2006
    Beans
    1,979
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: SCRIPT: GrubED - GUI Grub editing

    When you receive the error message, is this an error message given by GrubEd, or is it an error message you receive when you boot your computer?

    Sorry for the questions, I'm in the process of moving and my own computer is packed away for the time being, so it's difficult to test stuff. Added to this I'm going to be living on a boat all next week so I can't really help you out during that time.

    From the information you just gave, it looks like everything should just work. Did you use the installer script to install GrubEd?

Page 16 of 26 FirstFirst ... 61415161718 ... LastLast

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
  •