Sponsored Content
Top Forums UNIX for Beginners Questions & Answers How to perform kickstart installation with virtual floppy image from ILO console? Post 303033269 by Neo on Tuesday 2nd of April 2019 12:00:24 PM
Old 04-02-2019
Do you have access to ksvalidator ?


Perhaps you can use something like:


Code:
# ksvalidator kickstart.conf


... to check things out?







 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can perform zip or unzip at unix console

how can perfrom zip or unzip for bulk of files at unix console can anybody tell that command (2 Replies)
Discussion started by: lmraochodisetti
2 Replies

2. SCO

where is root floppy image for openserver 5.0.5?

Hi. I dont have the root password to a really old openserver 5.0.5 machine, where i need to recover some root-owned file. I searched google for methods to recover the root password, and these methods involve having the 'boot' and 'root' floppy images available. I checked ftp.caldera.com for... (1 Reply)
Discussion started by: marcpascual
1 Replies

3. Solaris

HP iLO virtual serial port

Greetings All, If someone/anyone reading this post has had success setting up and configuring HP iLO2 CLI virtual serial port for Solaris...please tell how. I'm trying to get a remote console to an HP DL385 server via iLO2 and ssh. The server is running Solaris 10 (11/06), patched to... (1 Reply)
Discussion started by: alias.256
1 Replies

4. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies

5. Red Hat

Custom package installation using kickstart

Hi there, I've started playing around with Linux a few days back, as part of my intenship. I was wondering if there is anyway I can install custom packages (non RPM packages...say like Oracle) as a part of Kickstart. My machines are running RHEL 4. Thanks a lot :) (1 Reply)
Discussion started by: iman453
1 Replies

6. Solaris

Solaris JumpStart Image on Floppy?

I was wondering if there was a Solaris JumpStart image small enough to fit on a floppy. The computer I want to JumpStart doesn't have a CD drive. If so, where could I download it? (6 Replies)
Discussion started by: Bradj47
6 Replies

7. Emergency UNIX and Linux Support

HP UX - ILO Console hostname different than Machine Hostname...

Hi All, So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says: It should say: What gives? And how do... (4 Replies)
Discussion started by: zixzix01
4 Replies

8. Red Hat

OpenSUSE installation using RHEL / CentOS Kickstart

Hi guys I have CentOS installed on my server. I have also installed TFTP server, DHCP server. I am able to install CentOS on remote machines using PXE boot and kickstart cfg file. I would like to install OpenSUSE using CentOS kickstart file. How do I do it ? I am also fine with any other... (2 Replies)
Discussion started by: msohail
2 Replies

9. Red Hat

Prevent kickstart to install image on external LUN

on the HP box , when we try to kickstart , the Linux gets installed on external LUN (Storage) .. so we end up unmapping the LUN and rekick , is there a way to disable the kickstart to ignore the external LUN incase we net boot it again (1 Reply)
Discussion started by: skamal4u
1 Replies

10. Red Hat

Trouble creating RHEL 6.5 bootable image with custom kickstart file

Hi everyone, I have a custom kickstart file from a software vendor and I'm trying to package that with a RHEL 6.5 and then attach it to a VM and install RHEL with the settings in the kickstarter file. I'm doing this from a windows PC using an app called InfraRecorder. I've extracted the... (0 Replies)
Discussion started by: 911Eric
0 Replies
MIC(1)								   User Commands							    MIC(1)

NAME
mic - MeeGo image command-line tool. SYNOPSIS
mic [GLOBALOPTS] SUBCOMMAND [OPTS] [ARGS...] mic help SUBCOMMAND DESCRIPTION
MeeGo image command-line tool. COMMANDS chroot (ch) chroot into an image This command is used to chroot into a live image to do some changes. Examples: mic chroot -s /fs/path <your live image> # unpack your live image to /fs/path and chroot into it usage: mic chroot [ARGS...] Options: -h, --help show this help message and exit --logfile=FILE Save debug information to FILE -v, --verbose Output verbose information -d, --debug Output debugging information -o OUTDIR, --outdir=OUTDIR Output directory to use (default: current work dir) --convert-only Just convert an image, this will skip chroot and directly convert an image/filesytem with -c option together -e EXECUTE, --execute=EXECUTE Execute the given command within the chroot instead of an interactive shell -c CONVERTTO, --convert-to=CONVERTTO Convert it to the specified type live image on exiting, the allowed value is livecd or liveusb -b BINDMOUNTS, --bind-mounts=BINDMOUNTS Specify bind mount list, for example: -b "/proc:/proc;/:/parentroot" --unpack-only Just unpack an image, this is used tounpack an image with -s option together -s SAVETO, --save-to=SAVETO Save unpacked filesystem to the specified path convert (cv) convert an image format to another one This command is used to convert a live, raw, vmdk or vdi image to a live image. Examples: mic convert -I <yourimage> -T liveusb # convert your image to a live USB image usage: mic convert [ARGS...] Options: -h, --help show this help message and exit --overlay-size-mb=OVERLAYSIZEMB Overlay size in MB as unit, it means how size changes you can save in your live USB disk. --fstype=FSTYPE File system type for live USB image, ext3 or vfat, the default is vfat. -i, --interactive Directly write into a USB disk. -S SUFFIX, --suffix=SUFFIX Image name suffix (default: date stamp) -P PREFIX, --prefix=PREFIX Image name prefix (default: meego) -o OUTDIR, --outdir=OUTDIR Output directory to use (default: current work dir) -t TMPDIR, --tmpdir=TMPDIR Temporary directory to use (default: /var/tmp) -T DSTFORMAT, --target-format=DSTFORMAT Target image format, possible values are: livecd and liveusb -I SRCIMG, --source-image=SRCIMG Source image which was created by mic-image-creator or an image file system. -F SRCFORMAT, --source-format=SRCFORMAT Source image format, possible values are: raw, vmdk or vdi (default: automatically detect image type). create (cr) Create an image This command is used to create various images, including live CD, live USB, loop, raw/KVM/QEMU, VMWare/vmdk, VirtualBox/vdi, Moorestown/mrstnand, jffs2 and ubi. Examples: mic create # create an image according to the default config mic create --format=liveusb # create a live USB image usage: mic create [ARGS...] Options: -h, --help show this help message and exit --volumeid=VOLUMEID Specify volume id, valid only for livecd --pkgmgr=PKGMGR Specify the package manager, the available package managers have zypper and yum currently. --save-kernel Save kernel image file into outdir --traceback Dump call stack --logfile=FILE Save debug information to FILE -v, --verbose Output verbose information -d, --debug Output debugging information --bootimg-only Create boot image only. --kernel-rpm-path=KERNEL_RPM_PATH Local path to kernel rpm package. --kernel-rpm-url=KERNEL_RPM_URL Remote URL of kernel rpm package. --kernel-path=KERNEL_PATH Local path of kernel file (vmlinuz). --kernel-url=KERNEL_URL Remote URL of kernel file (vmlinuz). --initrd-path=INITRD_PATH Local path of INITRD image. --initrd-url=INITRD_URL Remote URL of INITRD image. --overlay-size-mb=OVERLAY_SIZE_MB Overlay size in MB as unit, it means how size changes you can save in your live USB disk. --fstype=FSTYPE File system type for live USB file image, ext3 or vfat, the default is vfat. -i, --interactive Directly write into a USB disk. --include-source Generate a image with source rpms included --compress-disk-image=COMPRESS_DISK_IMAGE Compress the disk image that is created. When using --release option default is bz2, otherwise default is none. Supported compression methods: bz2, none -p PACKAGE, --package=PACKAGE Package format, this option will package up output into a given-format package, currently only tar, tar.gz and tar.bz2 are supported, the default is none, i.e. doesn't package up output --local-pkgs-path=LOCAL_PKGS_PATH Path for local pkgs (rpms) to be installed --record-pkgs=RECORD_PKGS Record the installed packages, valid values: name, content --alt-initrd-name=ALT_INITRD_NAME Name of alternate INITRD image, if NOT to use the one from kernel package --run-mode=RUN_MODE Specify run mode, 0 means legacy, 1 means bootstrap, by default it is gotten from config file. --use-comps Use comps instead of patterns if comps exists -a ARCH, --arch=ARCH Specify target arch of image, for example: arm -B BOOTSTRAP, --bootstrap=BOOTSTRAP Use a given bootstrap env to create image --default-ks=DEFAULT_KS Set which kickstart file from repos to select in advance, if specified, there isn't interaction needed any more. --repo=REPO Specify additional repo, it may be a simple URL or a complicated tuple string, you can specify multiple repos using this option multiple times --ignore-siteconf Ignore site configs, this will ignore the default site configs, also ignore --siteconf option. --siteconf=SITECONF Specify site config file, it can be used to set tmpdir, cachedir, outputdir, it also can be used to remap/reroute a repo in kickstart to another equivalent repo, the default site configs are /etc/mic2/mic2.conf and ~/.mic2.conf. --mainrepo=MAINREPO Specify main repo name, it must be a repo name in your kickstart file --rebuild-bootstrap Rebuild the bootstrap -b, --build-bootstrap Build a bootstrap, it should be used with -B or --bootstrap together -S SUFFIX, --suffix=SUFFIX Image name suffix (default: date stamp) -P PREFIX, --prefix=PREFIX Image name prefix (default: meego) --genchecksum Generate checksum for image file if this option is provided --release=RELEASE Generate a MeeGo release with all necessary files for publishing. -o OUTDIR, --outdir=OUTDIR Output directory to use (default: current work dir) -k CACHEDIR, --cache=CACHEDIR Cache directory to use (default: private cache) -t TMPDIR, --tmpdir=TMPDIR Temporary directory to use (default: /var/tmp) -f FORMAT, --format=FORMAT Image format, you can specify as fs, livecd, liveusb, loop, raw, nand, mrstnand, ubi, jffs2, vdi or vmdk -c CONFIG, --config=CONFIG Path to kickstart config file help (?) give detailed help on a specific sub-command usage: mic help [SUBCOMMAND] launchvm (lv) launch a virtual machine image This command is used to launch a virtual machine image. Examples: mic launch <your vm image> # launch a virtual machine image usage: mic launchvm [ARGS...] man generates a man page usage: mic man write (wr) write a live image to usb disk This command is used to write a live image to usb disk. Examples: mic write <your live image> # write a live image to usb disk usage: mic write [ARGS...] Options: -h, --help show this help message and exit -g, --gui Run in GUI mode -c, --console Run in console mode GLOBAL OPTIONS Options: --version show program's version number and exit -h, --help show this help message and exit SEE ALSO
Type 'mic help <subcommand>' for more detailed help on a specific subcommand. For additional information, see * http://www.meego.com/ * http://moblin.org/projects/moblin-image-creator-2 AUTHOR
mic was written by Yi Yang, Anas Nashif and Jianfeng Ding. This man page is automatically generated. mic 0.24.12 Jun 2011 MIC(1)
All times are GMT -4. The time now is 06:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy