Including initrd image in kernel

Hi,
first of all I hope this is right forum section for this post, otherwise please move it.
The beginner's guide (http://wiki.archlinux.org/index.php/Beg … tcpio.conf) states that one can include the image generated by mkinitcpio in the kernel to have a "self-contained" kernel. What would one benefit from if doing so? Decreased boot time? I mean the time delay between loading the initrd and mounting the root filesystem is easily 10 seconds on my machine.
I've done some googling on this issue but wasn't able to come up with anything related. The man page of mkinitcpio doesn't give me any hints either. So, how do address this matter or am I missing something obvious?!
Any hints are more than welcome.
Thanks & Cheers

I don't think it would change much, for me it's just a matter of binaries packaging (either way you have to load everything to ram, wether you do it by loading one big binary or 2 small ones shouldn't make any difference).  It will definitely not speed up your boot process (10 seconds to mount your *real* root is a lot, do you have special hardware?).
As I see it, it can be useful when deploying this kernel over multiple machines to only have one file that contains everything...

Similar Messages

  • [SOLVED] Trouble getting initrd-image to work

    Hello everyone
    I'm trying to get plymouth to work and for that reason I'm messing with initrd images for the first time in my life.
    I had no issues generating the image, but once I rebooted, nothing happened. It looks like lilo fails to load the image since I'm not getting the 'Loading initrd-blahblah.img........' message, although I'm not getting any error messages either. Basically it just loads kernel and boots normally like it's never heard of initrd images.
    These are the lines I've changed in/etc/mkinitcpio.conf. Everything else is default.
    MODULES="radeon"
    HOOKS="base udev plymouth autodetect sata filesystems"
    COMPRESSION="lzma"
    running mkinitcpio.conf, no errrors there
    # mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd-$(uname -r).img
    :: Begin build
    :: Parsing hook [base]
    :: Parsing hook [udev]
    :: Parsing hook [plymouth]
    :: Parsing hook [autodetect]
    :: Parsing hook [sata]
    :: Parsing hook [filesystems]
    :: Generating module dependencies
    :: Generating image '/boot/initrd-2.6.35.4-ck1.img'...SUCCESS
    /etc/lilo.conf:
    lba32
    boot=/dev/sdb
    compact
    prompt
    timeout=50
    default=2.6.35.4-ck1
    read-only
    root=/dev/sdb1
    image=/boot/kernel-2.6.35.4-ck1
    label=plymouth
    initrd=/boot/initrd-2.6.35.4-ck1.img
    append="quiet splash sata_nv.swncq=1 pci=nomsi snd-hda-intel.model=3stack snd-hda-intel.probe_mask=1 powernow-k8.vcore_list=1125,1125,825"
    running lilo shows error message but I've been getting it since I installed arch, and it has been working fine nevertheless.
    # lilo
    /proc/misc: No entry for device-mapper found
    Is device-mapper driver missing from kernel?
    Failure to communicate with kernel device-mapper driver.
    Added 2.6.35.4-ck1 *
    Added plymouth
    Added nokms
    Added bootchart
    Also I think it might be relevant to point out that I'm building my kernels by hand (no PKGBUILDs or anything).
    Any ideas will be appreciated 
    EDIT: solved. forgot to enable support for initramfs/initrd in kernel
    Last edited by pussi (2010-09-17 06:47:47)

    In the future you should never post valid IP addresses.
    If you use DHCP addressing then the IP addresses are assigned automatically from the DHCP server. Your router contains a DHCP server that is used to provide local IP addresses to devices that share an IP address via NAT. You should not use a manual IP address on such a network unless it happens to be a local IP address. And it you do then the IP address must be in the range of IP addresses served by your router. Different routers serve different address ranges. Yours is serving in the range of 10.0.1.2 to 10.0.1.199. Your router currently assigns your machine the address of 10.0.1.2.
    If you configure Network preferences to use DHCP with manual addressing then you can assign your computer the 10.0.1.2 address that is presently assigned by the router. The gateway IP address and network mask will still be assigned automatically by your router.
    When you set up port forwarding the IP address to which the ports are forwarded should be the IP address used by your machine - 10.0.1.2 in the above example.
    If your modem also has a built-in router then you must disable it. There should only be one active router in your network. It can be either the Airport Extreme or your modem's built-in router but not both. If you use your modem's built-in router then the IP addresses involved will no longer be in the 10.0.1.xxx range.

  • POJO How to include a Image/Picture into a report

    Hi All,
    the POJO Data Source support works fine but how can i include a image/picture into a Report ??
    My Pojo contains a Blob and a byte[] but if i trag 'n' drop it onto the report design surface (myReport.rpt), C4E creates automatic fields for me but the Blob and the byte[] does not become available for reporting.
    In the application i would like to move a image into the blob or into the byte[].
    What is wrong ??
    Thanks a lot for Your help
    René
    MY POJO
    public class RhuPlakatData {
    private String text11;
    private Blob blob1;
    private byte[] bytes;
    public byte[] getBytes() {
    return bytes;
    public void setBytes(byte[] bytes) {
    this.bytes = bytes;
    public String getText11() {
    return text11;
    public void setText11(String text11) {
    this.text11 = text11;
    public Blob getBlob1() {
    return blob1;
    public void setBlob1(Blob blob1) {
    this.blob1 = blob1;

    Hi James
    Unfortunately, I found no solution.
    Did You found a solution??
    Thanks for Your help
    Greetings
    René

  • Generate PDF not including an image

    The XDP version of a form displays correctly but when the generate PDF step in a process is done one of the images is not included. In designer the display as PFD tab works fine. I've recreated the PDF from the XPD, I've removed the image fragment, and even included the images not as a fragement but nothing.Any ideas?

    I worked around this problem by finding a form that the image was working on adn copied it to the one that was not working. NOt a real fix but it is workign now.

  • Simulate Acquisition does not include new image file created after first call

    For example, I have 5 images in a folder.
    I call Simulate Acquisition.
    It cycles through all 5 images.
    Now If I include 1 more image it does not include this image in the "cycle". I need to reload this step by clicking Main\path\browse button and select any image in the folder and then it cycles through all 6 images.
    Is there anyway to automatically include new images added to the folder after the step has been created?
    Thanks.
    CVI 2010
    LabVIEW 2011 SP1
    Vision Builder AI 2011 SP1

    Here's a sample inspection and VI to illustrate how you could do this. I used an image variable and passed this into the Run LV step so the VI could read the file and update the image variable and then I used the Select Image step to get the image variable into the VBAI script so you can process it. I also added a delete option in the VI so you can delete the previous image when you read the next available image. Make sure to go to the Setup State and initialize the path variable to where your image files will live (to access the Setup State, go to View>>View Complete Inspection and select on the Setup option on the left hand side. I initialized it to c:\Image Folder
    Hope this helps,
    Brad
    Attachments:
    Read Dynamic Image File.zip ‏15 KB

  • Include EPS image in PDF

    Hi.
    I Want to include EPS image in PDF document but i don't know how to!
    Please help me, i don't found in the PDF referece how to!
    Thanks bye!

    > The PDF reference don't talk about that.
    It doesn't talk about it, because you cannot do it directly. The same
    with any other vector format, like WMF.
    Think of the problem as two stage:
    1. Convert your vector format to PDF.
    2. Merge the PDF content into your PDF.
    The simplest way to merge content is to take a page from your new PDF,
    turn the page into a form XObject, and add the form XObject to the old
    page. Then add q/cm/Do/Q to the page stream of the main page.
    For step 1, convert PostScript to PDF, you may want to make use of
    existing tools. Otherwise, this is a fascinating project but not less
    than 4 solid years of work.
    Aandi Inston

  • Including an image in Posts

    I am happy to go through the neatly arranged category-wise Discussions.
    My first query is how do I include an image in my Post? I do not find any Image button along with *B I U*. Thanks!

    http://discussions.apple.com/thread.jspa?threadID=2390106&tstart=0 will give you all the information you need.

  • Can I include an image in my iPhone email Signature?

    There must be a way for my full e-mail signature (including logo) to show up to e-mail that I send to others from my phone. My business uses an exchange server and I want the same signature (including logo image) that is included in e-mail from my computer to be included in e-mail I send from my phone. I tried saving the image to my photos on the iPhone, then copying and pasting into the signature in settings, but it just shows up as "IMG_123" at the bottom of my signature.
    Thanks in advance for any help!!

    I don't think so. The manual says to type what you want without mentioning anything about an image. See p. 152... http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • Include an image in e-mail notification

    Hello,
    I would like to include an image (our company’s logo) in an e-mail notification generated with a workflow… do you have any idea about how I can do that?
    Cheers
    Joann

    Its not possible - not even in R17. CRMOD has to start supporting HTML formatting for this to occur, as of now i have not heard when that is in the roadmap

  • How to include multiple image components into a single custom component???

    How to include multiple image components into a single custom component???

    Hi Marcel,
    an ABAP transaction can only run or at least be started on one single system. A portal transaction can be assigned using a URL. This doesn't need any logical component.
    Regards
    Andreas

  • Including big images kills the memory!

    I think the title says it all.
    After some time I used the profiler included in the builder today and experimented a bit with my design.
    I have a big application 1100x1000 which includes 2 spark BitmapImage components. Each one is embedding a picture for the application background.
    Even though I've optimized as much as I could the two images (made their size almost 11 kb), the fact that their widths and heights are big is causing problems.
    I've noticed that if I dont include these images my application is consuming almost 10 mb less than with the images (25 mb after all the data has returned from the server).
    I think its a huge difference!!! If I see it the wrong way please let me know.
    I have also tried using the mx image components without embedding the picture but no difference. So my next thought was to include the graphics in the html template. I've managed to do that but then the swf isnt transparent, so no luck there either.
    Anyone else experiencing such issues?

    1000x1000 = 1 million pixels at 4 bytes per, so 4MB per image just in
    bitmaps.
    If the bitmaps are copied, that will eat up more.  Use the profiler to see
    what it has to say.

  • Include a image (.tif) which could be a few pages  (LCD in SAP)

    Hi all,
    is it possible to include a image (scanned documents/ forms) which could be a few pages. I built a form (Adobe Lifecycle Designer in SAP) with a graphic node and it appears only the first page of the image. How can I get the other (e.g. scanned form with 4 pages)?   

    Ok ! Thanks.
    The problem is, we get scanned forms in TIFF-format and it should be printed via SAP as a accompanying document with the invoice. ...we can convert the file in any other format!
    Is there a possibility to get that TIFF in the SAP environment? ...in best case via the LifeCycle Designer. 

  • Ram needed to build initrd image

    I hope I'm wrong: I'm getting the msg that 1.6 gig of ram is required to build an initrd image.
    Someone please tell me I'm wrong!

    Thanks for replying. I have one gig of ram. I didn't specify any modules. From you say it sounds like it automatically specifies all. I got the message that I needed 1.6 gig. I wasn't given the chance to specify anything.

  • How can I configure a slightly different initrd for lts kernel ?

    Hi,
    Because of the uas problem with my external usb3 harddisk (see uas problem in linux 3.15.1, need advice on the problem), I needed to add a quirk file: /etc/modprobe.d/ignore_uas.conf
    It works fine with the standard kernel, but with the lts kernel, it causes systemd-modules-load.service to fail. I think it is because the lts kernel does not know this quirk.
    Is there an elegant way to make mkinitcpio ignore this file for the lts initrd by configuration ?
    I really do not want to remove / re-add this file every time one of the kernels is updated. Or when both kernels are updated at once, I do not want to remove it, create the lts initrd once more manually, then re-add it ...
    Thanks and Regards,
    Markus

    OK, back to topic :-)
    I just did a bit of research about /etc/mkinitcpio.d/ (indeed, I already have two .preset files), but I could not find any information about excluding files from /etc.
    Maybe I should have asked about how to exclude files in general.
    What I found out is that the files from /etc/modprobe.d are added by /usr/lib/initcpio/install/modconf.
    My current idea is to copy it to /usr/lib/initcpio/install/modconf-lts and change it a bit.
    But here comes the next problem: For this solution, I would need tow different hooks lists for the standard and the lts kernel. But te hooks list is configured in the global /etc/mkinitcpio.conf, not in the preset files.

  • How do I include an image in the middle of a sentence in sapscript?

    Hello friends,
    How can I include/print an image or graphic representation in the middle of a sentence using SAPscript  forms?
    For example, I would like to be able to add an image of a telephone right before the telephone number, or even print someone's signature right after their name.
    Thank you for your help

    Hello all,
    Thanks for your replies. However I think I need to add few more elements of information here.
    1) I am not using smartforms and am not familiar with them. So smartform solutions are not an option for me. Strictly SAPscript  forms.
    2) The images and graphics have all been imported and created in SE78. What I need to do is to incorporate them into my SAPscript  form at the right place.
    3) When I use the 'insert' function from the dropdown list, it creates the following:
    /:  BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BMON
    But if I add some text before or after the 'BITMAP.....' command, that is to say:
    /:  text 1     BITMAP 'LOGO' OBJECT .........    text 2
    then this command is not interpreted, and the whole thing comes out as text. Let's put it this way, I want to have the text 1 and text 2 as text and the bit map in the middle interpreted as image and printed as image with text 1 and text 2 printed on either sides of this image. how can I concatenate a text line, a command line and a text line into one line such that SAPscript  interprets it correctly?
    Thanks once again

Maybe you are looking for

  • Need to group digits in Indian Format

    Post Author: bhagwad CA Forum: Formula Good afternoon to all who read this thread. I am using CR v10  I need to find a way to format a number such that it groups not in thousands, as it happens in Europe and the US, but first by three digits, and the

  • Since Flash CS6 Is not supported for OSX 10.8, can cloud members have Flash CS5?

    Since Flash CS6 Is not supported for OSX 10.8, can cloud members have Flash CS5? I see that Flash CS6 is not supported (http://helpx.adobe.com/flash/kb/mountain-lion-support-flash-professional.html ) . My coworkers and I are not able to see some font

  • Location of Discoverer workbooks on server

    Our DBAs had to do an emergency refresh of our test instance of Oracle with the Production data. When they did this they thought that they backed up the directory where the workbooks are stored in order to save our work in development. However, I am

  • Wht doe chain unchain means

    hi i want to know the below statment meaning? if i give three fields and if i give only fiest field ship_to in chain unchain what diference it makes?   CHAIN.       FIELD t_ZCUST_EM_create-ship_to .       FIELD t_ZCUST_EM_create-ship_to_name .  "nv  

  • Essbase Outline Extract

    Anyone out there with knowledge of this product. I have downloaded the application successfully, I can log into the server, application and database selected, but I cannot extract anything. It does nothing. Anyone who can help please e-me or call me