Software :: Format Sys.cfg To Load Specified Iso Image?

Apr 4, 2010

Situation: I have to install multiple SUSE linux installs onto blade servers without cdroms.

Goal: Create a bootable USB drive that contains multiple DVD Isos. Upon boot, a menu is displayed that allows the choice of several OS installs.

Problem: I just can't figure out how to format syslinux.cfg to load my specified iso image. Here is semi sudo code for what I want to do with my config:

sudo syslinux config
label <any label>
menu label install SLES 10 x86
kernel linux
append <path_to_iso=/sles10/dvd1_x86.iso> autoyast=10x86.xml
code....

Googling tells you quite a bit about syslinux.cfg, but it doesn't reallyt tell you how to load specific file for installation.

View 6 Replies


ADVERTISEMENT

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

Red Hat / Fedora :: PXE Boot Kernel Image Format ?

Feb 17, 2010

Ive been trying to PXE boot a XEN kernel image in gzip format, and I was getting Invalid or corrupt kernel format error. Ive seen that other kernel images having a file type of Linux kernel x86 boot executable RO-rootFS are bootable. (both are bootable using grub anyhow).

Is there any way to convert the b/n the formats, or any other solution?

I was booting a Virtualbox instance, again I guess that shouldn't matter because pxelinux loads from tftp properly, but it doesn't even proceed to load the kernel. I think the issue here is with the image format itself rather than what it contains, or where it runs.

View 2 Replies View Related

Server :: Format Ext3 Fs On A Partition That Is Under Lvm Image ?

Sep 14, 2009

I have a lv image = /dev/vg0/server01. I create a partition using fdisk /dev/vg0/server01. Now, i have a partition under lv image = /dev/vg0/server01p1. how do i format /dev/vg0/server01p1 to ext3, it seems that the system doesn't recognize the partition under /dev. the purpose of this is to fully restore filesystem on domU (xen).

View 4 Replies View Related

Software :: Get The Graph In Image Format Through GNUPLOT ?

Feb 3, 2010

I am using GNUPLOT for plotting graphs but don't know how to save the graph as an image (irrespective of the format). If someone knows the correct GNUPLOT command for this, please tell me. Note that I have read: [url]but it does not satisfy.

View 6 Replies View Related

Debian :: Image Magick And JBG Images - Format Seems Not To Be Supported By Default

Jul 23, 2010

I need to convert a .jbg image to something else more 'generic' (.jpg, .png) but i discover that thar format seems not to be supported by default. Searching i found that i need jbigkit, so i download it but know dont know how to make it work?

View 2 Replies View Related

Ubuntu :: Mount Hard Drive Image That Has Ntfs Format ?

Mar 19, 2011

Wanted to image my mom computer. Her computer is windows 7 and has ntfs. So... how do I mount it?

Below is what I did.

Code:

View 3 Replies View Related

Software :: Xfce 4.6 Image Format - Cannot Open Fallback Icons

Jul 14, 2010

I have a lfs system on which I've tried installing xfce, its 75% successful...all runs but thunar, and some icons. I know the problem is somewhere around glib libpng area but don't know where..originally had a problem with /etc/gtk-2/xxx.loaders missing, fixed that but still have the second half, load thunar from console, cannot open fallback icons ... unknown image format i've recompiled glib (2.25.?) same problem, using old ish libpng and libjpeg, everything else is pretty resent. sorry for lack of exact errors etc not at computer at mo, I all have links installed, and when trying to 'display' a image on command line, it gives a view of image as if loaded in a text editor.

View 3 Replies View Related

Ubuntu :: Conky Can't Load The Image

Apr 28, 2011

I have one error with a skin conky. When i execute a conky it display a error

Code:

rm: no se puede borrar �/home/said/.tonky/notify/oncal�: No existe el fichero o el directorio
rm: no se puede borrar �/home/said/.tonky/notify/oncpu�: No existe el fichero o el directorio
rm: no se puede borrar �/home/said/.tonky/notify/onmem�: No existe el fichero o el directorio

[code]....

I think, that error can be because i have a smaller display.

View 1 Replies View Related

Ubuntu :: Could Not Load Image 'P1070908.JPG'

Aug 3, 2011

I just popped in a CD for my friend filled with JPEG images to put online, and I get an error message for each picture. This is what pops up:

Code:
Could not load image 'P1070908.JPG'.
Error interpreting JPEG image file (Not a JPEG file: starts with 0x62 0x6f)

View 9 Replies View Related

Ubuntu :: Load An Image Off The Internet?

Sep 1, 2011

Is it possible to build an image on a cd that can allow me to load an image of an internet on the computer. without installing it. Like a dummy terminal.

View 7 Replies View Related

Debian Multimedia :: Wbar - To Load Image ?

Jul 27, 2010

I installed 1.3.3 + wbar dfsg2-1 it works almost correctly

I have a small problem on the second line of the file dot.wbar line is as follows

When I run the command "wbar - config dot.wbar" I get the message

With the parameter:

View 3 Replies View Related

Debian Multimedia :: Cant Load PNG Image Extensions

Nov 3, 2010

i cant load PNG image extensions..i dont know what to do.when i pressed the button printscreen of my keyboard the system shows me an error dialog:"Unable to save screenshot to disk:The type 'png' is not suported."what is the problem??i try to rebuild libpng and libjpeg, but i cant solve the problem.

View 3 Replies View Related

Fedora :: Load An Image And It Is Completely Unusable?

Jun 27, 2011

Can anyone else confirm that Inkscape (from the FC15 distribution repo) is running as slow as a wet wig?

I have a fast machine (8 core 3.4ghz, 4GB RAM, 64bit FC15) everything else graphics wise is smooth and sexy but with inkscape try and zoom in with NO image loaded and it tic, tic, tic, jerky movements etc

Load an image and it is completely unusable, and has actually crashed my machine a couple of times when i was trying to work with a 5MB SVG file

View 14 Replies View Related

Programming :: GTK - Load Image Or Display In Window

Jan 11, 2010

I am trying to write a small gtk+-2 program to display whatever image it is given and I was wondering if anyone out there has done something similar. I am not too familiar with writing programs for gtk and its been a while since I've fiddled with C. I went over the tutorial for gtk and it seams pretty easy to get a window to display, but I do not see anything that refers to loading an image or displaying it in the window. I am wondering if this can be done purely with gtk or will I need to use some type of image library like imlib2?

View 3 Replies View Related

Programming :: Load And Show Image In Web Page?

Feb 27, 2010

I did a perl/cgi script for uploading image. The script works, image is iploaded in upload directory, but the problem is: How can I to load and show image in web page?

View 12 Replies View Related

General :: Dos Option - Format Hard Drives - Load Out Side Of A Windows Program

Mar 25, 2011

what are all the options dos- ect! to format a HD. for the Linux platform is there not a way to load Linux out side of a Windows program .

View 7 Replies View Related

General :: Load The Local .csv File Into Mysql Server The Date Format Varies?

May 25, 2010

When i load the local .csv file into mysql server the date format varies.Its mis matching.How to solve and match this.

View 1 Replies View Related

Security :: Detect Viruses Inside The .vmdk - VMware - Virtual MAchine Disk Format - Image?

Feb 6, 2011

I have set up a virtual machine under VMware Player 3.1.2 in Debian. Operating system of this virtual machine is a Windows Server 2003. I would like to periodically test this Windows Server 2003 installation for viruses. Obvious solution would be to install an AV software under this Windows Server 2003 installation. However, I was wondering, is this possible to use NOD32 for Linux or clamav in order to test this Windows Server 2003 installation for viruses? Is NOD32 for Linux able to detect viruses inside the .vmdk file?

View 1 Replies View Related

Ubuntu :: Create A Hard Drive Image That Just Load Up?

Jun 23, 2011

I'm overall realitively new to Ubuntu 11.0.4 and I had some questions regarding this operating system. I just wanted to inform everyone, that I'm attempting to make a transition, from a life time Windows user and a current Windows 7 Ultimate user, to being a Ubuntu user.

I am becoming fedup with Windows 7, because i dislike how much system resources, it requires to run, and in addition I'm skeptical about Windows security. I had a lot of bad experiences with the Windows updates as well, so I was kind of alienated, as one can imagine. What I did like about Windows 7, is how easy it was, to configure the user group policies. I was wondering if you were able to do that in Ubuntu latest release.

I also was wondering, if it were possible, to create a hard drive image, that I can just load up, if I ever needed to reformat, like I did in Windows 7.

View 3 Replies View Related

Ubuntu :: CPU Load (File Transfer) Shows Mirror Image

Feb 4, 2010

I was just wondering why my Dual-core Processor shows basically a mirror image where CPU core loads cross. On something like a file transfer, shouldn't they both be at the same level?

View 1 Replies View Related

Ubuntu :: Install Iso Disk Image Of Vers 10.10. Does Not Seem To Want To Load From Boot

Dec 18, 2010

Trying to install iso disk image of vers 10.10. does not seem to want to load from boot. used alcohol 120 for burn,which is usually very reliable.But install seems to stall early into load.

View 4 Replies View Related

Ubuntu :: GUIs For The Steg Binaries (steghide And Outguess) - What Image File Format Works In Login Screen Face Lists

Jul 25, 2010

Looks to me like we're a baby-step behind Windows in not having GUI wrappers or frontends for the steganography (?) binaries I mentioned above. Or have my searches just not turned up the obvious GNOME solution?

Also, can someone tell me exactly what image file format works in login screen face lists, in place of the "generic user" icon one? And is there a command-line workaround to get unique ones assigned per-user? The "Login Window" utility in Ubuntu 9.10 seems a bit insistent on using the same image and path to images for all user icons -- hardly a user-friendly way of making user A's identifying icon different from user B's.

View 1 Replies View Related

Programming :: OpenCV - Pixel Format Of Incoming Image Is Unsupported By OpenCV

Nov 6, 2010

I'm using a logitech quickcam pro 3000 on Ubuntu 10.04.

When I run a simple program with OpenCV to display the output from a camera I get the following output:

Code:

A window still opens with the output from the camera, but it seems very low quality and has far less pixels then it should. The camera built into my computer runs the same program with no problems.

My code for the program is simply:

Code:

One further note to make is that I still have the bad quality and low number of pixels with the logitech even when using webcam program. I can seem to find any drivers to update or anything though.

View 1 Replies View Related

Ubuntu Multimedia :: Unable To Use 'convert' In Command Prompt To Convert Image File Format

Jan 19, 2010

I am trying to use 'convert' in command prompt to convert image file format.I get the following error.

convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/589.
convert: NoDecodeDelegateForThisImageFormat `airplane.jpg' @ constitute.c/ReadImage/530.
convert: MissingAnImageFilename `airplane.ppm' @ convert.c/ConvertImageCommand/2838.

View 3 Replies View Related

Server :: Find A .ovm Format Image Of A Windows Server Installation?

Sep 16, 2010

I currently run Windows Server 2008 at my office, but I'm looking to test Samba as a PDC for future reference/consulting work. Before I go and try to configure Samba, I wanted to ask if anyone can think of pitfalls I would run into and perhaps recommend a better setup:
<10 PCs running either Windows XP, Vista, or 7.

VirtualBox running Debian (planning on swapping for Fedora) on a Windows XP Home computer.
Computers are connected to a large switch, which is connected to a wireless router. The Windows server doesn't employ ICS (essentially is just a $1500 PDC ). where I could find a .ovm format image of a windows server installation? I'm guessing vmware would work in this regard, but I'm not fond of using purposely crippled software.

View 1 Replies View Related

Networking :: Rtl8187 Driver Module Load Error (Invalid Module Format)?

Jun 1, 2009

When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:

[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists

[code]...

Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.

Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.

View 3 Replies View Related

CentOS 5 :: Create New RAM Image File To Get Server Load Raid1 Module Upon Start - Mkinited Error No Kernel Available For 'inited-2.6.18-128.el5"

Nov 12, 2009

I'm trying to create new RAM image file to get my server load raid1 module upon start, I was following redhat documentation & it suggested to use the following command mkinited --with=raid1 inited-raid1-$(uname -r).img $(uname -r) However after running this command I'm getting this message No Kernel available for 'inited-2.6.18-128.el5"

View 4 Replies View Related

Debian Multimedia :: ERR: Could Not Load "image-loading" From Icon Theme

Feb 8, 2010

AMD 64 I am have installed Testing core using Openbox and trying to keep everything as light as possible. Using Nitrogen to set wallpaper I get this...

ERR: Could not load "image-loading" from icon theme, this indicates a problem with your Gtk/Gtkmm install.

View 2 Replies View Related

Fedora :: "trying To Unpack Rootfs Image As Initramfs" Fail To Load Install Cd?

May 15, 2010

I've had a hell of a time with an extremely unpredictable recently built computer. I don't even know where to start with thetory, so I'll try to share some key facts.Running Fc12It is a Gigabyte GA-EP45T-UD3LR. Reviews on NewEgg havee complaints about instability and it's lack of claimed DDR3 support. I had to use setting described by another reviewer to underclock my memory to get it to work. It has since passed memtest many times.I've encountered mutliple occasions of a complete system freeze.

Booting after freeze seems to require a random amount of restarts to get it to come up. Sometimes I have to hit the reset button 30+ times until I can get the log in prompt to come up.Right now, I have one SATA HDD, in IDE compatibility mode in the system. dropped the FC12 Stable dvd in, the very DVD I installed the current system with, to install it again on another partition. I get to the same point every time, where it hangs:"trying to unpack rootfs image as initramfs"Googling that didn't help me much, since it mostly seemed to address people messing with their own kernel builds.

If I choose "boot from local drive" on the options list from the install DVD, it goes to "PRESS ANY KEY TO REBOOT" with a blinking underscore cursor. Where when I boot normally, it will either give me JUST the blinking underscore alone, or the FC loading screen with no progress. I suspect this motherboard is a pile of **** and needs to be RMA'ed, or simply returned. Anyone care to support or reject that hypothesis?

View 3 Replies View Related







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