Replacing the Imaging Kernel

I have the most recent imaging CD, but it still does not work with quite a
few systems on our campus. I am aware that I can compile in drivers, but
have run into snags there - so for all intents and purposes, let's ignore
that option for now.
I have been trying to update the kernel on the imaging CD, and have had
good luck, for the most part. I was able to update the CD to kernel
2.6.23.9, and it boots fine, works with all our computers, and images 95%
of them without any problems.
However, some machines have an odd issue: The imaging process runs fine,
with no errors, and does lay down the data to the drive. When you reboot
the machine, you get either an "error loading operating system" error
message, or a black screen with a blinking white cursor.
Upon doing some further research, I've found an interesting common
denominator. On all the machines that have this happen, the zenworks
imaging software incorrectly reports the drive size. If I boot the CD and
run fdisk, it correctly sees a 40Gb drive, for example. Once in the img
program, however, it sees a 32Gb drive.
I've tried many different kernel versions, including one compiled with the
novell supplied 2.6.16.46-0.12, with the same result.
I'm wondering if anyone has any ideas as to why this would happen - and if
there is something beyond kernel updates that is required to make this
work. Any help would be *greatly* appreciated!

Originally Posted by Marcus Breiden
so back to the question.. those the original cd work ;-)
Marcus Breiden
If you are asked to email me information please remove the - in my e-mail
address.
The content of this mail is my private and personal opinion.
DIDAS AG
So far, yes - but there are two trouble models that I have yet to test (Dell D430 / D420)
Regardless, it'd be nice to know if the kernel replacement is technically sound anyway, if for no other reason than pure academics.

Similar Messages

  • JLabel + Animated GIF: replacing the image

    Hi, folks.
    I've run into what looks like an interesting glitch, not necessarily functionality-wise but purely cosmetic.
    I have a JLabel which needs to be switched between a static image and an animated image at different times of execution. I'm doing this more or less like this:
        private JLabel label = new JLabel();
        private ImageIcon inactiveIcon;
        private ImageIcon activeIcon;
        public MyClass()
            inactiveIcon = Utils.loadIcon(...);
            activeIcon = Utils.loadIcon(...);
            setActive(false);
        public void setActive(boolean active)
            label.setIcon(active ? activeIcon : inactiveIcon);
        }It starts up fine and shows the inactive image, which is not animated.
    However, calling setActive(true) seems to cause a flash of grey before showing any animation. The interesting thing is at this point, the image should be completely loaded, so nothing should be blank for any period of time. The other interesting thing is that calling setActive(false) does not cause the flash of grey.
    I've checked the image to make sure all the frames are present and that none are blank.
    I've tried doing this a number of different ways, by Icon.setImage(Image), also by using two labels and setVisible(boolean).
    Has anyone else seen this before? The particular thing which worries me is there isn't a grey flash going the other way. Otherwise I wouldn't think a workaround existed. :-)

    Update. I changed the code to this:
    label = new JLabel() {
    public void update(Graphics g) {
    paint(g);
    public void paint(Graphics g) {
    paintComponent(g);
    protected void paintComponent(Graphics g) {
    ImageIcon icon = (ImageIcon) getIcon();
    icon.paintIcon(this, g, 0, 0);
    };It still greys out. :-/
    I tried label.setUI(new LabelUI() { ... }) with a
    custom paint method also, and it didn't draw anything
    at all, for either label.I'm not sure if you accounted for this but the paint method in the UI is different then the 'public void paintComponent(Graphics g)' method and paint (Graphics g) method in components. The method is 'public void paint(Graphics g, JComponent c)'. Overwriting 'public void paint (Graphics g)' in a UI, is like defining a new method alltogether.
    Did you also make sure to avoid calling 'super.paintComponent()' when overwriting your 'paintComponent(...)' methods? If you did call it, you aren't preventing drawing of previous shapes. This worked for me when I had to do something similar.
    You could also try to draw your icon in your UI, if you haven't done so already.
    Regards,
    Devyn

  • How do i change the file preview image for mp4 files?  I replaced the image but it doesnt show in my dock, instead it shows the first still of a movie

    http://imageshack.us/photo/my-images/21/screenshot07m.jpg/
    http://imageshack.us/photo/my-images/39/screenshot04s.jpg/
    pls help. i change the file preview of a movie file, and it shows that i have changed the preview in finder but when i open the folder on my dock, it shows the still of the movie instead.
    the image shows the film the hangover as an example. the movie poster is visible in finder, but reverts to a default movie still from the dock. this only seems to occur for mp4 files.

    its nothing to do with itunes, its movies form the internet. i got the file preview by taking an image off the internet, pressing command c and pasting it on top of the small icon in the get info section

  • What's the process to replace an image inside a mask?

    Hi There,
    The new replace image function is a massive time saver but it doesn't seem to work with masked images.
    These images are masked because they're part of an animation so I really need to replace them - not re-import and re-create the animation from scratch.
    If this isn't possible, how do I remove the mask? That way I could just delete the mask, replace the image, then re-mask.
    Any pointers in the right direction would be much appreciated.
    Cheers
    Ben

    The image replace works perfectly with a masked image intact,  only if the two images dimensions are the same.
    However, doing the following gets you 95% of the way with just a final tweak of the mask:
    select the image on the slide
    Format > Copy Animation
    then replace image
    Format > Paste Animation
    Format > Image > Edit Mask

  • Issue in Customizing the Logon Page and Replacing the Logon Panel Image

    I have facing problem in Customizing the Logon Page and Replacing the Logon Panel Image in Hyperion Workspace 11.1.2.1. I have tried multiple time.
    First Replacing the Logon Panel Image. I have following the steps given in admin guide of EPM workspace on page 25 and they are as follow
    To replace the image that is displayed on the logon panel:
    1 Create an image file named logon_panel.gif with dimensions that match previous image.
    2 Rename the installed version of logon_panel.gif to logon_panel.gif.original in
    %EPM_ORACLE_HOME% /common/epmstatic/bpmui/themes/<do for each
    theme>/images_global. Move the logon_panel.gif file that you created in step 1 to this
    directory.
    3 Clear your browser cache.
    Note: You do not need to restart the Hyperion Foundation Services - Manager Server.
    But still I am getting the same default image on log in page.
    The other problem I am facing is Customizing the Logon Page.
    I am following the steps given in admin guide of EPM workspace on page 17 and they are as follow:
    To customize the logon page:
    1 Follow instructions in the topic Extract a file in the Workspace Web Application.
    2 Backup file <temp directory>/war/WEB-INF/lib/bpmui.jar.
    3 Extract the contents of <temp directory>/war/WEB-INF/lib/bpmui.jar to <temp
    directory>/bpmui_jar/.. (*)
    4 Backup file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    5 Edit file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    6 Search for the property bpm.logonCopyright.
    Customizing the Logon Page 17
    7 Modify the text to the right of the equal sign. Use \n to get a new line.
    8 Save your changes.
    9 Repeat step step 1 through step step 8 for all the other Resources_xx.properties files for other
    locales.
    10 Jar the contents of <temp directory>/bpmui_jar/ to <temp directory>/war/WEBINF/
    lib/bpmui.jar.
    11 Continue with the topic, Re-package a file inside the Workspace Web Application.
    For the first part I am following
    Extract a file in the Workspace Web Application
    ä To extract files in Workspace Web Application:
    1 Stop the service for Hyperion Foundation Services - Managed Server.
    2 Backup file <EPM_ORACLE_HOME>/products/Foundation/workspace/
    InstallableApps/workspace.ear.
    16 Administration Tools and Tasks
    3 Using an unarchiving utility, extract the contents of <EPM_ORACLE_HOME>/products/
    Foundation/workspace/InstallableApps/workspace.ear into a <temp
    directory>.
    4 Create <temp directory>/war.
    5 Extract the contents of <temp directory>/workspace.war into <temp directory>/
    war.
    6 Update the file you are patching under <temp directory>/war. as direct in it.
    But I am not able to find file bpmui.jar in step 3 of above one (*). I have marked for your connivance.
    I am able to see these file in that directory
    dynamichelp.jar
    workspace.jar.
    Can anyone provide help on this. Platform I am using is LINUX

    You seem to have posted this in the wrong forum. This forum is for Oracle Enterprise Manager - not Hyperion.

  • New to java: how to replace an image extending a JComponent?

    Hi,
    I'm new to Java and I have a question about Swing:
    I have a class called ActiveImage (entends JComponent, implements     MouseMotionListener, MouseWheelListener) which takes an Image and displays it. It also receives some mouse events for zooming and moving it around. I display it in a JFrame using:
    content = getContentPane();
    content.setLayout(new BorderLayout());
    image = toolkit.getImage (filename);
    ActiveImage activeImage = new ActiveImage(image);
    content.add(activeImage, BorderLayout.CENTER);
    (This code is in a class extending JFrame.)
    This works fine. However, this JFrame also contains a JToolbar with two buttons. Now when I click one of them, I want to replace the image with another one. I've tried removing it and creating a new ActiveImage to add that to content, but that didn't work very well. remove() resulted in a NullPointerException.
    My question: what would be the best way to go about this?
    Many thanks for any help,
    Diederick de Vries

    B.T.W., this is the trace:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at ActiveImage.ActiveImageFrame$1.actionPerformed(ActiveImageFrame.java:60)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1766)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)Just before this, it says "button clicked". The function that calls the setImage() goes:
    theButton.addActionListener (new ActionListener() {
         public void actionPerformed(ActionEvent ae) {
              System.out.println("button clicked");
              activeImage.setImage(image);
    });Reading the trace, I would think that the exception has something to do with this last code, since it stops there (line 60 is the setImage()). If the setImage() function itself was where the fault was, wouldn't the trace end there?
    I'm really at a loss here ... :-(

  • Images folder in Robohelp 7 project only lists a small fraction of the images actually there

    I added an image to a topic. The image had an identical name to an existing image in the project. The image appeared in my main project folder, which is where all images initially show up in my project. I then move them to an images folder. I moved this image, expecting to get a message asking if I wanted to replace the exsting image with the same name. i wanted to update all instances where this image appears. Instead I got a message that this file was in use and could not be replaced. I clicked on my images folder to see if the original image was in a topic that was open and maybe that was why it would not overwrite. At this point i noticed most of the images in the folder were not listed.
    I can use Reports Used and I see all the files that are supposed to be in my images folder, but when I go to the Images Reports tab, only the files that are listed in my images folder in the Project Manager are shown. So Robohelp knows the files are in the images folder and that they are in use, but it does not recognize them as images and will not list them as such.
    i have no idea how this happened or how to fix it.

    If RoboHelp allowed you to replace the image and it were a different size, you could have problems in the existing topics. I suspect that is why it is not allowed to replace it in that way.
    As far as "missing" images are concerned, try renaming the folder to say Images2. They will likely all appear and then you can revert the name.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Image with link functions in Firefox, half of the image/link is active in Chrome, image/link dead in Safari

    I have a page with 2 nav links originating from 2 different images. 1 image / link works well with Firefox, Chrome and Safari. The other image / link works well with firefox, only half of the image is active in Chrome and none of the image is active in safari. The documents links checkout fine. I have replaced the image, the container as well as relinked. The result is the same. Can someone help please? Here is a link to my site (in progress) PikiPiks: film reviews Only the first 2 images in the left column are currently linked. The first image / link for "Kiki's Delivery Service" is the problematic one.  Thanks! MacOS 10.9 / Dreamweaver CS6

    Fix the code errors.
    Validation Results - W3C Markup Validator
    I won't even talk about the liberal usage of absolute positioning -- none of which is needed.  You'll soon learn  that this is not the way to build web pages when this comes back to bite you in the butt.  It almost looks like this layout was created in another program.  Was it?
    #1 On the web file names cannot contain special characters like apostrophes. <a href="Kiki'sDeliveryService.html"> is not a valid file name.  You need to rename without the apostrophe.
    #2 This link is pointing to a file on your local hard drive which nobody except you can see.
    <a href="file:///CARBUNKLE/Users/jev/Sites/WowAbout/index.html">  That path should be pointing to your site.
    Nancy O.

  • Home page background photo not displaying after changing out the image

    I decided to edit the photo that was my background image for my desktop home page. Now it doesn't load when I access the site from my mobile or iPad even though it is there and displays fine from my desktop.
    I have a mobile version of my site with a link to the desktop version included in my navigation menu. I don't have a tablet version of my site.
    Any ideas what might be causing this? I'm stumped.

    Hey, Thanks Brad. It doesn't seem to be timing out (i.e there is no "processing" indicator in the browser the way it looks if something is trying to load). It gets all settled in and just never brings up the photo. It's a little reluctant to do so on the desktop, but after a half a second it goes ahead and puts it on there.
    Additionally, not sure if this is related,... but the text I have on the home page jumps about and is not a mirror image of what I see on the Muse design side. I had to put the text boxes on top of each other to get them to into place when I publish to desktop. They kept trying to go on top of the plane for some reason even though I had them placed just so on the design side. But this started happening before I replaced the image so maybe it's unrelated. Idk
    One thing, I wonder: I thought Muse did it automatically, but do I maybe need to optimize the photo for web? Outside of that, the only other thing I can think of to do is to delete the current home page and start fresh. But I'm afraid to do that. I don't know how to do that.
    Thanks so much for your help. I will PM a link fyi.

  • How to Replace Background Image?

    I needed to replace a background still. In photoshop I changed the background still and saved it as itself.Then I opened Encore, but the old background still appeared. In the Project Panel, I selected the image and tried to replace it with the new image but I got the message that the asset was already imported. I went back and changed the name of the new image to a different name and retried to replace the old image. Encore di replace the old image with the new image in the Project Panel but did not replace the image in my menu. So I had to manually delete the old image in the menu, drag the new image into the menu and manually center it. Is there a better way?

    I needed to replace a background still. In photoshop I changed the background still and saved it as itself.Then I opened Encore...
    This makes it sound like you did this "outside" Encore, which begs for trouble.
    Use "edit in photoshop" from inside Encore, so that Encore knows about the change you made.
    Or delete the menu from Encore, change it, then import it in its changed form.

  • Can I replace an image of a Figure?

    I have many Figures, but improvements to the images means I have to update them often. This is a pain. Because I have not been able to find how I can replace the image inside the Figure. So I delete the Figure and create a new one. As a result, I have to redo capton, title and redo all the hypelrinks to that Figure.
    Is there a better way?

    No, no better way. I ran into the same issue, as have numerous other people. To replace the image, you have delete the entire thing, re-insert it, reposition it, and re-enter the caption and title (use copy-and-paste). Tedious…
    Michi.

  • How can I save a PDF and retain the high resolution of the images it contains?

    I'm using the trial version of Acrobat XI. The images are 1440dpi but always save at 120dpi. The PDF is for the content of a picture book so I need to be able to save them at a minimum of 300dpi. Any help would be very much appreciated.

    Have just discovered that although the properties for each of the photos states 1440dpi they vary from 696 to 2131 pixels on the height dimension of 10cm!
    Thanks to your help in guiding me to the Preflight profiles, I've now at long last produced a file that does the job! Thank you!!!
    I created my file in Word, saved it as a PDF (3.72MB), replaced the images with the original files (Word had made them tiny), then used the Digital Printing (Color) profile to Analyze & Fix the PDF, thus creating a PDF (98MB) that was suitable to upload. There is no doubt a more succinct and less Heath Robinson method but I wasn't able to find it!

  • Hi, just started on photoshop 13. When i import a photo and open layers, next to the imported photo is an icon  indicating the  layer is partially locked. When i try to unlock  the image, the editing part of the screen disappears and is replaced by a tran

    Hi, just started on photoshop 13. When i import a photo and open layers, next to the imported photo is an icon  indicating the  layer is partially locked. When i try to unlock  the image, the editing part of the screen disappears and is replaced by a transparency. What am i doing wrong

    Good day!
    Just to make sure: You are talking about Photoshop 13 aka Photoshop CS6?
    Regards,
    Pfaffenbichler

  • I need to create a ghost image of my G4 iBook (OSX 10.3.9) and replace the OS9 on my G4 tower with the created iBook ghost image. How do you do this?

    I need to create a ghost image of my G4 iBook (OSX 10.3.9) and replace OS9 on a G4 tower with the Ghost image. How do you do this? Will my applications still work?
    The iBook is running Pather, i have tons of programs i use on it, project files, etc... and my G4 Mac tower is more powerful, faster, and more reliable than the iBook. I basiclly just want to take the entire OS, programs and files... create an image, and drop the image on the G4 Tower so it basically will function just like the iBook. Like a mirror image of everything that is on the iBook.  I know that you can create image files in the Disk Utility on Panther, but will that back up the entire OS with settings, programs, files and all?  ive never done anything like this before, so i wanted to post this up to see if i would get an answer. In the meantime, im reading "Mac OS X, Help Desk Essentials By Owen Linzmayer" to see if i can find the steps to do this.
    Any help would be greatly apprciated. Much thanks!

    Can't be done as an exact copy from one Mac to the other.  The operating systems are system specific. First make sure your system doesn't need a firmware update to get 10.2 or later on it. You'll need to install 9 on it if it does, direct from a 9 retail CD that is compatible with it *.  This disc can't say Upgrade, Dropin, or OEM. To determine compatibility, identify your G4 tower:
    http://support.apple.com/kb/HT3082
    http://docs.info.apple.com/article.html?artnum=42739
    Then look at the OS 9 compatibility:
    http://docs.info.apple.com/article.html?artnum=25517
    Then apply the correct update
    http://docs.info.apple.com/article.html?artnum=86117
    The last Mac OS 9 to come retail is 9.2.1, and that's newer than 9.0.4, 9.0.2, and 9.1.
    Your ghost image can be done using cloning software, but then you'll have to use a retail 10.3 installer and 10.3.9 combo update on the G4 tower.  Then use the Migration Assistant to import the data from the clone of the iBook. The 10.3 retail disc looks like * and does not say upgrade, dropin, or OEM.  The 10.3.9 combo update is here:
    http://www.apple.com/support/downloads/macosxcombinedupdate1039.html
    The clone to an external hard drive can be done with these instructions*:
    http://www.macmaps.com/backup.html The import of the external hard drive with the migration assistant can be done with these instructions:
    http://docs.info.apple.com/article.html?artnum=25773

  • How do i find or replace the missing disk image for my HD

    How do i find or replace the missing disk image? for my HD ........as it is missing when i try to back up with time machine, 
    i asked for assistance the other day with time machine
    now i have worked out this is the reason i can not back up with TM, due to no disk image in my portable hard drive
    I saw a post on youtube where it explains you can copy a your HD disk imag from your time machine back ups enabeling, time machine to back up
    But i can not find where the TM Back up driver is situated in my TM Back up's
    Some advice would be greatly appreceate   as i am rather new to Mackintosh 
    Thank you
    Aiden

    Hi again.
    Just re-reading your first post, I wonder if you're confusing a disk image backup with Time Machine?
    It's certainly possible to create a disc image of your Macintosh HD and copy it to an external drive.
    However, as a backup that method has a drawback; you can't boot from a disc image directly. It needs to be mounted on a bootable system before it can be used. So it's not really much use if the internal HD fails, at least as far as allowing you to carry on working while the repair is carried out.
    Much better (and simpler) is to clone the whole drive to the external using CarbonCopyCloner or SuperDuper (there are plenty of others, but those appear to be the most popular).
    That will give you a bootable backup which can be kept up to date by incremental backups using the same applications.
    In the event of total internal HD failure all you need to do is replace the drive then boot from the clone and reverse clone to the internal to get up and running again.
    Many of us use both a bootable clone and Time Machine (on seperate drives) as each has it's different uses.

Maybe you are looking for