Ubuntu :: 10.04 - How To Add Image To Grub

Jun 16, 2010

I'm trying to add an image to my grub, I did a clean install of 10.04. I added a grub image successfully in older versions. I followed the directions in Grub2 image. But I can't find the line that needs to be changed. I tried changing other lines with no success. Here is my 05_debian_theme file .....

#!/bin/bash -e
source /usr/lib/grub/grub-mkconfig_lib
# this allows desktop-base to override our settings
f=/usr/share/desktop-base/grub_background.sh
if test -e ${f} ; then
source ${f}
else
WALLPAPER="/usr/share/images/desktop-base/moreblue-orbit-grub.png"
COLOR_NORMAL="black/black"
COLOR_HIGHLIGHT="magenta/black"
fi .....

What line do I change?

View 6 Replies


ADVERTISEMENT

Ubuntu :: Put A Background Image In GRUB?

Dec 27, 2010

I have installed the Ubuntu v10.04 LTD, it has a new version of GRUB that I want o edit, I want to put a Background Image in this GRUB...

I'd like to someone tell me how i can do this...

View 2 Replies View Related

Ubuntu :: Does GRUB Support Booting Off Of A Dd Image?

Oct 13, 2010

I know a dd image represents an entire hard disk, so I would have to specify a partition. Can it be done?

View 2 Replies View Related

Ubuntu :: GRUB Can't Find 9.10 After Restoring Image To New Drive?

Mar 31, 2010

I've been running a dual boot set-up with Win XP and Ubuntu 9.10. The old 40 gb drive was showing signs of impending failure, so I replaced it with a new 120 gb drive, after saving an image of the old setup. After restoring the image from the original drive to the new one, Windows boots fine from the GRUB menu, but Ubuntu doesn't. I briefly see the Ubuntu "circle" then the screen goes blank. If I hit any key, I get a console screen of error messages (I can provide details if needed).

I think the problem is caused by the fact that the restore process scaled the saved image to fit the new, larger drive, with the result that the Ubuntu partition doesn't actually start where GRUB expects to find it. I'd like to recover the Ubuntu installation, but if is too big a deal, I'll just wait until 10.4 is released and do a clean install.

View 9 Replies View Related

Debian :: No Background Image On Grub?

Feb 19, 2011

I've grub2 installed on my debian sid 64bit.

In the grub.cfg file, I have :

insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
set color_normal=light-gray/black
set color_highlight=white/black

[Code]....

View 14 Replies View Related

Fedora :: Splash Image At Grub?

Jun 6, 2010

I wanted to know if the plain blue image of grub screen can be changed to a saved image. that is customize the grub splash screen and how can we do it. I am using Fedora 13 and gnome. though i think gnome should not make a difference since it is after boot.

View 3 Replies View Related

Server :: Splash Image For Grub?

Feb 13, 2011

how to add images to grub window in Ubuntu and how to zip a image that to be used in grub.

View 1 Replies View Related

Debian :: No Grub Background Image When Boot - UGH

May 31, 2011

I've spent a good part of the day wrestling with replacing the grub background image. I did my homework and over the past few days read every thread and suggested link I could find on this forum. I had a clear idea of what needed to be done. Spacefun had quite a laugh at my expense! It was not fun at all. First, I put images in /usr/share/images/desktop-base and made changes in /etc/grub.d/05_debian_theme to point to the image I wanted to use. Yes, I updated grub but spacefun had some sort of deathgrip on the setting.

So I threw an image in /boot/grub. Well, Grub found that and spacefun was gone but there was no background image when it booted - only a black background! At this point, I just surrendered and replaced spacefun-grub.png with the image I wanted and it finally worked. There are links in /usr/share/images/desktop-base/ that point to /etc/alternatives/ which in turn point back to the original file in /usr/share/images/desktop-base/ which I think may be the root of the problem but I didn't just want to start deleting links willy-nilly. Does anyone think that might just set things straight? This whole process is several steps backwards in customizing ability from what it was with grub and GDM a few years ago. This is NOT progress!

View 8 Replies View Related

Debian Configuration :: Using Grub To Boot From An Iso Image?

May 30, 2010

I have a Knoppix DVD-ROM. I also have its image as k.iso at the second partition of HDD of my laptop. I use the DVD-ROM and write at the boot prompt the cheat code:

knoppix bootfrom=/dev/sda5/k.iso

I also have a folder Knoppix made during bootprompt by using the cheatcode knoppix tohd=/dev/sda5 and I can use the following cheatcode while booting from the DVD-ROM, like knoppix fromhd=/dev/sda5My laptop runs Debian Lenny 5.0.4, installed in the first partition of my HDD.
Can Grub be configured to boot from the Knoppix k.iso image, or the knoppix folder, which I use to use the Knoppix OS, so that I am freed from using the DVD, when I want to use the knoppix system?

View 14 Replies View Related

General :: Fedora Live Image With Grub

Jun 8, 2010

is it possible to boot fedora live cd image from usb thumb drive using grub? im trying to make multiboot usb thumb drive with live option on it, but cant seem to get it to work.trying to load kernel and initrd resulting in this at the end of the fedora loading screen:

Code:
No root device found!
Boot has failed sleeping forever!
Any suggestions would be greatly appreciated!

View 2 Replies View Related

Ubuntu Installation :: Image Restore Grub Rescue Command Line

Feb 25, 2010

I do computer forensics here in Afghanistan and I am trying to keep a clean image of a dual bootable hard drive. Here is what I try to do...

1. Boot into UbuntuLiveCD
2. I run "sudo dd if=/dev/zero of=/dev/sda conv=sync,notrunc bs=64K" to wipe the drive with all zeros.
3. I then install Windows by creating a new partician about 50GB.
4. I then install Linux by creating a partician in ext4 mounting it at '/' in addition I create a swap partician.
5. Next configure everything just the way I want it. I install all the drivers and software I need for my windows partician and build out the remaining part of the disc as a "data drive."
6. Then I use "dd" again to try to image my "clean slate" of a system. Remember I am dual booting. I dd the /dev/sda and gzip it.
7. When I go to restore it, I boot from the live CD again and unzip ig and "dd" it back onto /dev/sda.
8. I run fdisk -l and I get:/dev/sda1 * 1 6375 5120000000 7 HPFS/NTFS/dev/sda2 6376 11724 42965842+ 83 Linux/dev/sda3 11725 12453 ...... 82 Linux swap / Solaris.This means to me that it can "understand the file system"
9. But then when I take out the Live boot CD and try to get my "clean slate" machine back, the system goes into Grub Rescue mode with a grub command line "grub rescue>"
10. I tried using the tutorial on Grub2, but...
a. It would not understand the command "linux"
b. When I try to do insmod, it says it doesn't recognize the file system.

View 4 Replies View Related

Ubuntu Installation :: Grub Upgrade - With Image #22 And Unable To Boot Windows

May 17, 2010

I recently performed a reinstall of ubuntu after mucking up my partitions, and I am running it dual booted with windows 7.

I recently performed a grub-pc update, but I didn't know what it was asking me to do during the process itself of updating the process.

It asked me at one point where to install grub, and I selected all my partitions because it suggested that if I didn't know. I think that may have damaged my windows section, which was also selection.

I've attached the output for:

Code:

Problem symptoms:

1) Weird upgrade error in apt-get
2) Unable to boot windows 7
3) Unable to activate proprietary drivers
4) Perpetually being reminded to restart

View 5 Replies View Related

Debian :: Methods For Changing The GRUB-PC Background Image?

Mar 26, 2011

After much searching and trying of more complicated methods for changing the GRUB-PC background image, i found method that seems to work. The simplest one! I installed grub2-splashimages, which created a new folder in /usr/share/images, called grub. From there it appears to be as simple as adding the image of your choice, then adding "GRUB_BACKGROUND=/usr/share/images/grub/your_image" to "/etc/default/grub" file, the running "update-grub", of course.

Only problem is it doesnt work for the image i really want. So my question: What qualities should an image have if it is to be successfully used as a GRUB-PC (GRUB 2?) background? I have read that you do not need to resize the image anymore, indeed i tried resizing it to match the size a default image form the "/usr/share/images/grub" folder , and saving it with the extension .tga in Gimp and it did not work. The image i want to use is quite large, it is also black and white/grey-scale and in the .png format.

View 14 Replies View Related

Debian Configuration :: Changing Grub Splash Image?

Nov 27, 2010

I decided to finally change the grub 1.98 splash image today and found a few tutorials on how to do so. They all pretty much said the same thing. Resize an image to 640 x 480, save it as a .tga, stick it in /boot/grub/images/desktop-base. I did so and opened /etc/grub.d/05_debian_theme and changed WALLPAPER="/usr/share/images/desktop-base/moreblue-orbit-grub.{png,tga}" to WALLPAPER="/usr/share/images/desktop-base/56871.{png,tga}". After that I ran update-grub. When it told me the image it found, it said it found desktop-grub. I don't know what I did wrong but it's not finding my image. Like an idiot I forgot to back up the original file but the only thing I changed was that WALLPAPER line, like I said. I had copied that version of the file and pasted it in another document before messing around with different parts of the file to see if I could get it to work. Everything ended in failure so I copied the back up in the other document and simply pasted it over the one I had been tinkering with. However, when I try to update grub I get a syntax error which I didn't before with the exact file I have now. The error reads:

/etc/grub.d/05_debian_theme: 65: Syntax error: end of file unexpected (expecting "}")

Here's my grub file.

#!/bin/sh -e
. /usr/lib/grub/grub-mkconfig_lib
# this allows desktop-base to override our settings
f=/usr/share/desktop-base/grub_background.sh

[Code]....

I'm completely lost at this point, both on how to actually change the splash image and why I'm getting a syntax error.

View 4 Replies View Related

OpenSUSE Install :: Unable To Change Splash Image On Grub 2 / Fix It?

Sep 14, 2010

I want to change the image that is presented to the user when i choose operating system on startup eg back.jpg i have looked at tutorials and no luck
i am running gnome on 11.3.

View 7 Replies View Related

General :: Way To Boot A DomU Also From The Grub (if It Is Installed In A Disk Image)?

Mar 25, 2010

I wanna know how to boot a xen from grub2 ? and is there a way to boot a domU also from the grub (if it is installed in a disk image ex :- disk.img)

View 1 Replies View Related

OpenSUSE Install :: Grub Boot Image Randomly Changes And Sometimes Into Penguin Moving Around

Dec 4, 2010

I have a strange problem with grub. My grub boot image randomly changes sometimes into default opensuse and sometimes into penguin moving around.Is is a funny program?

View 9 Replies View Related

Slackware :: Install GRUB Via The .txz Package And It Created A Mirrored Image Of The /boot Folder?

Jan 6, 2010

In light of my previous achievement in wireless networking, I've decided to create a larger issue for myself to solve. Which hopefully I can get some help with. Because my system is totally kisspoped up, for those of you who get what that means. I was trying to install GRUB via the .txz package and it created a mirrored image of the /boot folder. Which for some reason contained the / folder. Which in turn held /boot and all the other folders / is expected to contain.

Now, trying to remove the extra /boot folder proved difficult, but once I finally was able to figure it out, I remembered I could removepkg and that would probably mend the situation. However, I was already 20-something percent through moving the files to trash. Now when I checked /, /boot was gone from there. Along with various other folders. SO! Apparently the /tmp/boot folder created was in reality the /boot folder, albeit in the wrong place and having the wrong contents. Somehow, one folder existed as two different versions of itself at the same point in time. Much as a Time Lord might. Deleting one made the other vanish with it.

Good news:I removed it via Thunar and it should be in the root user's trash /home and some other folders had yet to be trashed when I hit cancel, so I can still use some things Bad news:I never ran X as root, so I don't know if it HAS a trash folder I can only use things already started up because the binaries are gone, but the configuration files in /home are still there (although /usr/bin remains)

Ideally, there would be a big UNDO button somewhere in this long row of function keys. Reasonably, there should be some kind of restoration tool. Realistically, I think I'm going to have to reinstall the system, which wasn't easy in the first place due to my faulty disc bay which detects discs at will.

View 6 Replies View Related

Ubuntu Multimedia :: Vlc Image - Playing Wmv And Vob Files - Image Comes With High Contrast Colors

Jan 16, 2011

When playing dvd's, vob files and wmv files, the image comes with high contrast colors ,very intense red/green/blue. very dark too. I have vlc 1.1.4 installed, using ubuntu 10.10, libdvdcss2 installed. for the rest of the video formats it seems to work fine. any ideas on what should I start debugging?

View 5 Replies View Related

Ubuntu Security :: Mount The Image Or Extract The Image To Another Drive?

Feb 16, 2011

I was given a forensic Image which I now know is a DD image of the drive (Vista) and am trying to mount the image or extract the image to another drive. I'm not sure of the extention type or if the image is a partition or the entire drive. I think it is the entire drive.

Is it possible to mount a DD image to a device. If I can't do that I just want to extract the files to run some programs against the drive. Can I view the files under Ubuntu or do I have to remove the drive and stick it into a Vista computer.

I purchased a second drive today and was hoping the command line would be something simple.

Or am I on the wrong track, should I be doing this all in a windows environment. The reason I picked ubuntu was because of the reporting tools.

View 9 Replies View Related

Ubuntu :: Change Startup Image (usplash Image)?

Jul 15, 2010

I would like to change my startup image (usplash image). For that i change /lib/plymouth/themes/ubuntu-logo/ubuntu_logo.png and /lib/plymouth/themes/ubuntu-logo/ubuntu_logo16.png. Then the splash screen of shutdown screen changes .But booting screen doesnot change.

View 2 Replies View Related

Programming :: First Image Will Display On The Page, And When A User Puts Their Cursor Over It, Then It Will Load Image 2?

Nov 24, 2010

I have just exported 3 png files out of gimp for a html document I'm working on right now, and they are all almost the same, except I need each to load when the user does something. So the first image will display on the page, and when a user puts their cursor over it, then it will load image 2. When they press it, it loads image 3.

View 1 Replies View Related

Debian :: Print An OpenOffice Or LibreOffice Calc With An Image And Text, The Image Is Not Printed (the Space Is Blank)

May 11, 2011

I have a Canon iR3570/iR4570 PXL, and installed the driver CQue 1.0 TCP/IP Queue from Canon webpage.

The problem:
- if i try to print an OpenOffice or LibreOffice Calc with an image and text, the image is not printed (the space is blank).
- if i try to print an OpenOffice or LibreOffice Calc with just an image, it's printed great.
- if i try to print an OpenOffice or LibreOffice Impress, the images are not printed but the text is printed great.

[Code]..

View 3 Replies View Related

Ubuntu :: Image Deletion Through Image Viewer?

Jul 6, 2010

Iam looking for an Image viewer that lets me delete images through an 'delete' button/option in toolbox.. Most of the image viewers uses edit menu-->delete option,but iam looking for an direct link,clicking on which deletes the image currently open in image viewer
???

View 2 Replies View Related

Ubuntu :: GRUB 2 : Difference Between 'grub-pc', 'grub-efi' And 'grub-coreboot'?

Jan 6, 2010

I would like to know if there is any differences on how to install and to configure GRUB 2 in the different architectures (BIOS/IBM PC-Compatibles, EFI/MacIntel and Corebbot)? Does the Ubuntu installer automatically recognize the different architectures and install the appropriate GRUB 2 package ('grub-pc', 'grub-efi' or 'grub-coreboot' according to the arch)? Or does it just install 'grub-pc'? Is the location of GRUB 2's configuration files different depending on the arch of the computer? Or are they all located in '/boot/grub/', '/etc/grub/default' and '/etc/grub.d/', no matter the arch of the computer? Are the files' structure and options to configure GRUB 2 ('/etc/grub/default' and the scripts in '/etc/grub.d/') different depending on the arch of the computer?

View 3 Replies View Related

General :: Edit Grub Menu From Initial Grub Screen - Possible To It's Own 'e' Option Or 'c' From Grub Command Line?

Nov 20, 2010

my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?

View 4 Replies View Related

Debian Configuration :: New Image-2.6.39-1-686-pae Image-686-pae?

May 21, 2011

WTF why is it with every update the devs try to break something. Might as well be using Ubuntu at this point and No I do not want to install Stable. Todays updqate would bring in linux-image-2.6.39-1-686-pae linux-image-686-pae, but my CPU Single core Intel Pentium M (-UP-) cache 1024 KB flags (sse sse2) bmips 1196.07 clocked at 600.00 MHz doesn't use PAE so it told me to remove linux-image-686 and to install linux-image-486. So more shiny crap that doesn't support older hardware, it is getting to be as bad as Microsoft.

Why don't I just go upgrade or buy new hardware with every new shiny crap that wants to upgrade. If it isn't broken do NOT fsck with it.

[Code]...

View 14 Replies View Related

Ubuntu :: Why Does Installing Grub-doc Remove BOTH Grub-pc And Grub-common

Jan 3, 2010

I'm just slightly confused here, but... what the? Why does installing grub-doc remove BOTH grub-pc, and grub-common? So basically it seems like by installing grub-doc, I have uninstalled grub totally (yes, it is still there as the bootloader, but i have no way of updating it now!) from my system. What's the conflict between grub-doc and grub-pc, such that grub-pc has to be removed?

View 5 Replies View Related

Debian :: File Upload Using Firefox - Smaller Image File Is Previewed While Bigger Image File Is Not

Dec 16, 2015

I am trying to upload some pics on my Facebook account using Firefox. When I click on Facebook's file upload icon, Firefox bring up a 'File Upload' window. I noticed that smaller image file is previewed on the lower right hand corner, while bigger image file is not. Is there anyway I can change this behavior or maybe change what Firefox is using to browse my files?

View 2 Replies View Related

Ubuntu :: Grub Update Error "update-grub Head: Cannot Open `/boot/grub/video.lst' For Reading: No Such File Or Directory"

Apr 7, 2010

after doing an upgrade to 10.4 and updating grub I get this message. how do I address this

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved