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


ADVERTISEMENT

Fedora :: Changing 14 Splash Image?

Oct 31, 2010

For those who wish to change the default login splash background in fedora 14, the offending graphics are to be found in /usr/share/backgrounds/laughlin/default.

Step 1 is to add your preferred ping image alongside the laughlin.png in whichever directory your monitor uses. I am apparently "normalish" so I put my background there. 1280x1024 RGB.

Step 2 - edit the "laughlin.xml" file in the "default" directory, replacing "laughlin.png" with the name of the file you added above.

To get the proper dimensions for an image, you can load laughlin.png into the GIMP and read Image/Properties. While there, you could erase the contents of the image and replace with your own, similar to rinsing out your mouth. Then spit.

If you use a graphic from outside fedora, don't forget to run restorecon on the file, or else SELinux won't allow gdm to display it.

View 2 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 :: 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

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

Fedora :: Changing Grub Splash - Boot Windows By Default

Apr 21, 2011

The grub splash were you choose which os you want to load. Is there a way to change it and make it look like iuno.... lm5/6 or opensuse? Obviously I'd change the image. I just don't want to just change the image. How can I change it to boot windows by default instead?

View 2 Replies View Related

OpenSUSE :: Changing GRUB Boot Splash And Installing Screensaver ?

Aug 16, 2010

Today I found out how to change theme in OpenSuse 11.3 64 bit. I'm running KDE 4.4. Naturally I went to KDE-Look.org and trawled it through for eye-candy. I got this HAL-9000 boot splash: HAL-9000 KDE-Look.org

Its a .gz file and uncompressed its called .xpm, I think its just an image, that I should put somewhere, but I don't know where. I tried the bootloader settings through yast, though it didn't tell me anything.

Secondly I got a screensaver, which I'm supposed to compile and install: KCometen4 KDE-Look.org

I tried following these instructions, as best as I could:

Code:

KCometen4 also comes with a simple configure script that should work for a generic local install. If it doesn't suit your needs, you will need to edit the cmake settings by hand.

Quick installation steps:

Cmake's equivalent to 'make distclean' is 'rm -rf build'.

If you do a local installation, you might not see KCometen4 in the Screen Saver Settings module. In that case, you will need to do one of two things.

First, you can set the $KDEDIRS environment variable in your X session startup script so it includes your local installation prefix:

Or second, you can set this for all users by adding your local installation prefix to /etc/kde4rc:

After that, you may need to manually refresh the system configuration cache by running 'kbuildsycoca4'. KCometen4 should now appear in Screen Saver Settings.

So I installed kdebase-workspace-devel but I couldn't find libqt-opengl-dev, but it didn't seem to be a problem, according to the console output:

Code:

It mentions some Q_WS_WIN, Q_WS_QWS and Q_WS_MAC, that it doesn't find. Could that be the problem.

I tried to see if the new screensaver got into the screensaver menu, it didn't.

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

Configuration :: Want To Add Boot Splash To Debian

Jul 18, 2011

I want to add a boot up splash screen to my Debian installation but I cannot find a splash screen manager in the repos. I understand why Debian likes to have no splash screen initially, but have they opted to not have splash screens at all in the repos?

View 9 Replies View Related

Ubuntu :: Reset All Personalization Such As Splash Screen And Colors In Grub Splash To Default?

Apr 25, 2010

If I re-install Grub 2 from the live CD should that reset all the personalisations such as as splash screen and colours in the Grub splash to default? In my case they are not resetting. I would expect them to revert to the default black/white you get when initially installing the OS. the Grub timeout to be a lot less than its supposed to be? e.g. the default timeout setting of 5 seconds is more like 2 or 3 in reality, and when I set my prefered value to 2 seconds it results in being about 1/4 sec or so.

View 9 Replies View Related

Debian :: Grub Splash Screen Disappear / Sort It?

Feb 13, 2011

When does the grub-pc splash screen disappear?

On my computer it is displayed until "Loading, please wait" appears i.e. after both initrd.img and the kernel are loaded.

A yes and no answer is enough.

View 5 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

Debian :: Cannot Change Back To Basic Blue Grub Boot Splash?

Dec 17, 2010

I get the new boot splash with the nice little rocket and all but I seriously dislike it. While I don't stare at my computer as it boots, I do happen to see it from time to time. Unfortunately, I always see this new little rocket and I wonder where my traditional Debian blue with the swirl went. Yes, I know I am using Grub-Pc now, and I have tried to edit my /etc/grub.d file by renaming the wallpaper line to my preference.

But all my config file sees is "background-grub.png" which is the little rocket ship. So, I give. What is the secret code to unlock my grub config file or do I seriously have to muck around with Plymouth in order to have a choice in the matter? Just for those of you who contemplate counseling me on better time management instead of wasting my precious time over such a silly little thing, I agree. Not to mention that I use Debian because I like to build my system.

View 7 Replies View Related

Debian Configuration :: Changing Fonts In GRUB2?

Aug 12, 2010

After removing a hard drive I (thought I)wasn't using, GRUB failed to load(turns out stage1 was on that drive) and it refused to install to a new drive(even after I kexec'd into the system - which was fun, considering the LiveCD used a different name for the hard drive). I finally threw in the towel and installed GRUB2, which worked after removing a second, incorrect root=. However, I can't find out how to switch the font from the fugly default to something that doesn't try to gauge my eyes out with a rusty spoon.

View 1 Replies View Related

Debian Configuration :: Changing The Domain Name Of A Server?

Oct 13, 2010

I'm having problems when trying to view my web site from inside my firewall and router. The web server works fine and will resolve from IP address on the local network and port forwarding works for external connections. The problem stems from when I orignally setup the server; I left the domain name field blank when going through the installation process.

I've had a look at the man pages and had a search on Google but cannot find an answer that works. I've changed a few things in '/etc/hosts' and '/etc/networks' but when I make changes they have no effect on the problem. My web site is on a no-ip domain which is [URL]..

View 6 Replies View Related

Debian Configuration :: Changing Keyboard Layout On Console?

Apr 9, 2010

I know there are many threads regarding this topic.I probably read most of them. At installation time I told Debian to use German keyboard layout (since I am from Germany). Now I want to switch it to American keyboard layout. In X this was no problem. But in the tty consoles I cant get it changed. It does not matter to me if it is system wide or user wide because I am the only user. (system wide would be a little bit more preferrable because it would affect the super user too, I think).I tried dpkg-reconfigure console-data
and selecting my desired layout. This changes the Layout to American until reboot

View 2 Replies View Related

Debian Configuration :: No Net After Changing DHCP Server Other OS Works?

Dec 15, 2010

I just put a pfSense firewall inbetween my ADSL router and my LAN. It's configured to have a cachng DNS server and a DHCP server. Among other things. For reasons beyond this post the address range served by DHCP changed from 10.0.0.x to 192.168.1.x. The new DHCP server gives 192.168.1.1 as gateway and DNS server name and not the public IP addresses of our internet provider.

After reconnecting our client machines everything worked just fine on the win-xp boxes, but the Debian Squeeze servers and Ubuntu 10.4 clients all started to get network timeouts. If I ping public websites it works but browsing to the same servers fails. Other services like POP3 and IMAP also fails. All machines use WiFi to connect and the access point is the same as before.

What could it be that make the debian boxes fail? My laptop runs squeeze too and also fails. But when connecting to various other access points at hotels and such I do not get this problem.

Another weird thing is that the debian server running virtualbox cannot do things online but the virtual windows boxes running on this machine can. Weird! Where should I start looking? How is networking/dhcp clients on Debian different from Windows XP?

View 1 Replies View Related

Debian Configuration :: Changing Console Keyboard Layout?

Sep 8, 2011

I just installed Debian 6 and need to change the console keyboard layout (I am not running any sort of gui).I installed 'console-data' and ran:# dpkg-reconfigure console-dataThis assigns my Apple keyboard keys perfectly but it won't survive a reboot, which is really important for entering passwords

View 2 Replies View Related

Ubuntu :: Changing Splash Screens In 9.10

Apr 12, 2010

I am a new Ubuntu user and am looking to make my screen look more like a mac. Is there any possible way to change the splash screen? I keep reading about ways but they don't work on my distro. I am using 9.10.

View 2 Replies View Related

Debian Configuration :: Get The Windows One Working Again - Grub Configuration

Oct 3, 2010

I was trying to get the Windows one working again. Here's what fdisk -l reads:

[Code]...

I'll change these or do some grub configurations, if anyone knows what ones can work.

View 1 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

Debian Configuration :: Changing Linux I / O Scheduler For VMware Guest

Mar 22, 2016

Following VMware recommendations on how to change linux I/O scheduler for guests, I'm trying to do it on my VM machine running Debian Wheezy. At the moment I'm running kernel backports:

Code: Select all$ uname -a
Linux brutus2 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3~bpo70+1 (2016-01-19) x86_64 GNU/Linux

The default I/O scheduler at the moment for device /dev/sda is CFQ, and I can change it on the fly to NOOP:

Code: Select all$ cat /sys/block/sda/queue/scheduler
noop deadline [cfq]
$ echo noop > /sys/block/sda/queue/scheduler
$ cat /sys/block/sda/queue/scheduler
[noop] deadline cfq

[CODE]..

View 1 Replies View Related

Debian :: Make An Image Of Configuration For Install From It?

Aug 27, 2010

I configure my system in a long time and now I have a suitable system! But I install all directories in one partition and now I like install again, but I need make an image of my configuration for install from it and after install I don't spend time for again configuration.

View 2 Replies View Related

Debian Configuration :: Image In Console Background (no X)?

Aug 24, 2011

I would like to put an image in the background of my console (tty) like done by Gentoo or Suse : I found several tracks to follow, but I would like to have your advice on the best way to do that for Debian.

View 3 Replies View Related

Ubuntu :: Splash Screen Not Changing Back?

Feb 11, 2010

I just installed kubuntu desktop on my system, now when I boot my system, the kubuntu loading screen comes up (after the grub loading and before the login page). I've tried to change the screen by editing the grub menu list as told in some forum topics but it makes no change. How do I change my splash screen back to that of ubuntu or ant other image.

View 2 Replies View Related

Ubuntu :: Cant Boot After Changing Splash Screen

Feb 22, 2010

My friend was showing me how to change the splash screen and used a app called start up manager (SUM).He changed the resolutions for GRUB and something else. The GRUB screen resolutions has changed fine but after that I get a line of text which I cant read as its too quick.

View 6 Replies View Related

Ubuntu :: 10.10 And Disable/changing Splash Screen?

Nov 5, 2010

I would like to modify the splash screen that you see when booting up Xubuntu 10.10. I want something light. What dimesions should I have it at like 800X600 1280X768 and etc. I will be using this on many different resolutions. Also where does the splash reside on this build?

View 3 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 :: Xen-create-image - Command Not Found

Oct 26, 2015

I have been following the Xen Beginners Guide here: [URL] .....

Everything was going smoothly until I got to the 'Configuring xen-tools and building our guest' section (two thirds down the page).

I installed xen-tools and then typed the following in a terminal window (as root):

xen-create-image --hostname=development-pv-guest --memory=2048mb --vcpus=2 --lvm=develop --dhcp --pygrub --dist=jessie

I admit PV is new to me, compared to simple HVM, so I have a number of questions:

1. Why the command not found error?

2. Should I be booting from the Xen option or regular boot option at the start up screen when creating the xen image? I've tried both and get the same error message.

3. I have Debian 8 (Jessie) installed on my system and I wasn't sure whether I should therefore make this the guest OS in my Xen PV. In asking this question I'm thinking in terms of HVMs - but I assume my Xen PV needs a guest OS of some kind? Or is my host Debian 8 already acting as a guest OS in Xen PV? I'm confused

4. If I do need to install a guest OS, is it better to go for an earlier version of debian - so as not to be so resource hungry?

I'm nervous about screwing up my host debian installation, so when I got the error message, did some research but found nothing meaningful. I don't want to end up having to reinstall my Debian 8 (base OS) ... again!

View 8 Replies View Related







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