LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2007, 10:05 PM   #1
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Rep: Reputation: 30
Question Merge INITRD images in Slack12 ??


Hello,

Using Slackware 12, I am trying to merge a bootsplash.org created (initrd.splash) file, with the standard initrd.gz slackware kernel startup file?

As yet I have not had any success in this and was wondering if anyone could lead me in a direction to achieve this?

========================================================
History;
-------
I had previously created an initrd.splash file, patched my kernel, configured startup progressbar scripts and added to lilo all necessary commands needed to have a lovely Slackware12 startup bootsplash screen.

However because of another issue, documented here;
I was forced to create a system initrd.gz file to fix my system.

=========================================================


My question is; how can I incorporate the old initrd.splash file with the new initrd.gz file; thereby enabling the system to work correctly AND have the bootsplash enabled?

Lilo only seems to allow the use of one initrd file at a time, so I am unable to simply load both.

Any assistance would be gratefully appreciated

Regards

Orbit
 
Old 07-16-2007, 02:39 AM   #2
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
A long time ago I was working on getting bootsplash going and ran into the same problem. I believe it was this that did it:
cat initrd.splash >> initrd.gz

This appends the splash image to the end of the initrd.
 
Old 07-16-2007, 02:49 AM   #3
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
A long time ago I was working on getting bootsplash going and ran into the same problem. I believe it was this that did it:
cat initrd.splash >> initrd.gz

This appends the splash image to the end of the initrd.
 
Old 07-16-2007, 06:14 PM   #4
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Hi gnashley, thank you very much for your response.

I have run the cat initrd.splash >> initrd.gz command and updated lilo;
It partially worked; (the splashscreen appeared), but then the system kernel panicked (unable to load reiserfs?).

I tried the reverse, cat initrd.gz >> initrd.splash to see if it would make any difference, but same result

Do you have any idea why this is happening?
Also, would you know if there is any way I can extract the initrd.splash file and place the contents of it into the /boot/initrd-tree, and remake the initrd.gz with the new contents?

I think this is close to success, but I am not sure how to proceed.

Your assistance would be gratefully received.

Regards

Orbit
 
Old 07-17-2007, 05:42 AM   #5
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
One way round it might be to re-compile the kernel with support of your disc format built in so getting around the need for initrd.gz. I suppose there are good reasons why the standard non-huge kermels do not include it but I do not understand them and one of the first things I did after installation was recompile the kernel with ext3 built in.
 
Old 07-17-2007, 10:04 PM   #6
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Hi Arubin,

Ok, I've tried your recomple suggestion now.
The result; it re-visited the original problem of not being able to access the root filesystem through KDE /media, (which was why I had to make the initrd.gz file in the first place).

I've since had to revert back to the standard generic kernel/initrd.gz combination to get /media working again.

This is a very frustrating glitch, can anyone offer any suggestions as to how it is possible to run the standard slackware initrd.gz (to enable /media access), and be able to incorporate the initrd.splash file to have a nice bootup splashscreen?

Help will be gratefully appreciated.

Regards

Orbit
 
Old 07-18-2007, 02:25 AM   #7
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Accessing /media with KDE has nothing to do with either bootsplash or your initrd. If you are seeing the bootsplash image, then that part is working okay. If your initrd needs special content like modules needed for the root filesystem then that's another matter.
Using bootsplash requires you to modify the bootscripts for proper functioning. There are many posts here about setting it up properly and the gentoo forums may also help you.
 
Old 07-18-2007, 06:19 PM   #8
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Hi gnashley,

Quote:
Accessing /media with KDE has nothing to do with either bootsplash or your initrd.
Actually it does, Slack12 seems to have a small glitch in some systems accessing /media through KDE, this was resolved by changing to the generic kernel and creating an initrd.gz, as documented here

This fixes the /media issue, but creates the new problem of not (now) being able to use the existing, fully working bootsplash (initrd.splash), as lilo will only allow the use of one initrd at a time.

So there are two options:

1. How can the working initrd.splash file be extracted into it's component files?
This would enable me to inject it's contents into my /boot/initrd-tree filesystem and then recreate the initrd.gz file with the bootsplash incorporated.

OR

2. How can I inject the reiserfs module into the working initrd.splash file?


Either method should enable the system to work correctly and have bootsplash enabled.

Can anybody please assist?

Regards

Orbit

Last edited by orbit; 07-18-2007 at 08:08 PM.
 
Old 07-18-2007, 08:58 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
You could compile your own kernel and all of your problems would be solved (ie you would not need to depend on an initrd.gz file to boot up so you could use the initrd.splash instead to get that nice eye-candy). I personally think the discussion is kind of stupid, but I guess that's just me. I don't tend to see my system booting up every three seconds and it doesn't take that long, so I really don't care what I'm looking at.
 
Old 07-18-2007, 10:22 PM   #10
randomsel
Member
 
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201

Rep: Reputation: 30
Ah, but it's the little details that make Slack great. Maybe a server wouldn't reboot so much, but my laptop does, so a little eye-candy is very nice.
 
Old 07-19-2007, 04:27 AM   #11
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
I don't use bootsplash myself, but I did work on getting it going once and had the same problem that I was needing/wanting to use an initrd to boot. After a lot of searching I found a post somewhere that suggested what I did.
If I understand rightly, the initrd.spash is just raw image information which is loaded into the initrd space in RAM(initrd files can be anything). It is expected to be the last data in the initrd, hence it should concatenated onto whatever existing initrd file. I forget now whether before or after gzipping. But it seems to me that you nearly have it working. Try unzipping the initrd.gz and catting the initrd.splash to that and then gzip the whole thing and see if it works.
 
Old 07-22-2007, 06:39 PM   #12
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Hi gnashley,

Thanks for your response, your idea sounds very promising, but as yet I have not been able to get it working correctly.
I was thinking that I might be inputting incorrect syntax.
(If I record what I have done, could you let me know if you see any obvious errors please).

What I have tried so far;

In a root shell, I copied the slackware /boot/initrd.gz file to my /build directory, and then changed to the /build directory.

then I typed 'gunzip initrd.gz' ;(this created the file /build/initrd).

then I typed 'cat initrd.splash >> initrd' ;(this made the initrd bigger so I know it did something).

then I typed 'gzip initrd' ;(this made a new /build/initrd.gz)

After that I backed up my known working, standard slackware initrd.gz file, and copied the new /build/initrd.gz file to /boot/initrd.gz (overwriting the original).

Finally I ran 'lilo -v'

On the next reboot, the system did not display the splash screen, and then the system failed to boot with a FS warning ;(I read that as reiserfs did not load correctly).

Hmmm??

Can you see any errors in what I typed? Do you think I need to do anything differently?

I'll look forward to your response.

Regards

Orbit

Last edited by orbit; 07-22-2007 at 06:42 PM.
 
Old 07-22-2007, 07:47 PM   #13
manwichmakesameal
Member
 
Registered: Aug 2006
Distribution: Slackware
Posts: 804

Rep: Reputation: 110Reputation: 110
Try taking the original initrd.splash and the original initrd.gz and do
Code:
root@computer: zcat initrd.gz >> initrd.splash
I know you said
Quote:
I tried the reverse, cat initrd.gz >> initrd.splash to see if it would make any difference, but same result
but maybe you needed to use zcat.
 
Old 07-23-2007, 12:08 AM   #14
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Hi manwichmakesameal,

Thanks for your response, I tried your suggestion of:
'zcat initrd.gz >> initrd.splash'

After a lilo update and a reboot, the system displayed a splash screen (good) and did actually load all the way into the desktop (better), but once in KDE, the system could not access the slackware partition again through /media; (the original problem and reason I had to create the initrd.gz in the first place).

This is truly bizarre?

What I am doing now is attacking this from another direction;
I've downloaded the 2.6.22.1 kernel sources and am in the process of compiling fresh to see whether I can get the system to access the root filesystem without the need for an initrd.gz file.
If the system works on the new kernel without the initrd.gz, it will be a snap to simply reload the initrd.splash file and have everything happy again.

I will post back with results ....

Cheers

Orbit

Last edited by orbit; 07-23-2007 at 12:55 AM.
 
Old 07-23-2007, 12:59 AM   #15
orbit
Member
 
Registered: Sep 2006
Location: Australia
Distribution: Slackware
Posts: 176

Original Poster
Rep: Reputation: 30
Ok, I have tried the 2.6.22.1 sources, but unfortunately the bootsplash patch from bootsplash.org is only for kernel 2.6.21.* and does not apply correctly on the newer kernel.

I won't be able to proceed with this part of the process until bootsplash.org release a newer patch.


Can anyone offer any other suggestions as to what can be done to fix this initrd.gz/initrd.splash issue?

I'll welcome any positive input as this is starting to drive me nuts.

Regards

Orbit

Last edited by orbit; 07-23-2007 at 10:00 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slack12 install cd doesn't work on old pc! linuxhippy Slackware 15 09-03-2007 01:14 PM
How do you merge 4 CD ISO images into one DVD ISO image? nsydenham Linux - Software 6 01-15-2007 09:49 AM
can't mount some initrd images?! citro Linux - General 3 06-10-2005 02:36 AM
initrd images in vidalinux doralsoral Linux - Software 0 02-06-2005 09:21 AM
Where can I find some initrd images? Falieson Linux - Software 1 08-30-2004 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration