Sponsored Content
Full Discussion: QEMU not booting my image
Special Forums Hardware Filesystems, Disks and Memory QEMU not booting my image Post 302485257 by Corona688 on Tuesday 4th of January 2011 05:50:45 PM
Old 01-04-2011
Quote:
Originally Posted by neur0n
It's basically an L4 microkernel test run.
wat

---------- Post updated at 04:50 PM ---------- Previous update was at 04:35 PM ----------

Quote:
Originally Posted by Corona688
How about you tell us what your ultimate goal is, not just what your problem of the millisecond is, so we can guide you in the right direction now instead of when we finally find out where you're trying to go.
Now do you see what I mean? Smilie

If it can fit on a floppy, maybe fpmurphy's way will work.

Last edited by Corona688; 01-04-2011 at 06:49 PM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Create an Ignite image on tape from Online IgniteUX image

Hi, (HP-UX 11.11) I need to create a tape image of an igniteUX image created on our igniteUX server. That is to say. I have a "Online" image of the igniteUX of the targeted system but I now need to copy it to a useable TAPE (igniteUX) image so i can build an other server from it that is not... (3 Replies)
Discussion started by: Andrek
3 Replies

2. UNIX for Dummies Questions & Answers

Anyone ever used qemu and networked it ?

hi i got a virtual linux machine running on qemu my problem is connecting it to the internet im a bit confused weather i have to make a virtual network card in qemu and than tun tap it? can anyone thats done it before help me out? (1 Reply)
Discussion started by: russian460
1 Replies

3. Programming

Qemu + gdb

Hi, I got: host machine: RedHat (RHEL6) virtual machine: RedHat (RHEL6) I run (on host machine): qemu-system-x86_64 ...... -S -s after that i run (on host machine): gdb target remote localhost:1234 set architecture i386:x86-64 and then i can use (on host machine) 'ctrl + c' to... (2 Replies)
Discussion started by: Chrisdot
2 Replies

4. Solaris

Dual Booting - Solaris image CD doesn't read in BIOS

I am trying to install solaris 10-x86 as second OS on top of Windows XP. I have downloaded iso image from Oracle website and burned into bootable cd. when I loaded into CD-drive and made changes in BIOS to boot from CD. Its not reading from CD drive. After restarting the system with CD(solaris... (8 Replies)
Discussion started by: SunSolars_admin
8 Replies

5. Shell Programming and Scripting

matching image files to create one image

Hi, I have two sets of image files. Both sets have names A to Z but set 1 ends with .cdt.png and set 2 ends with .matrix.png. I want set 1 to match with set 2 if the names match (i.e. A.cdt.png will match with A.matrix.png) and with the convert image tool (program for images), it will merge the... (6 Replies)
Discussion started by: kylle345
6 Replies

6. IP Networking

Create a Bridge for Qemu using only loopback

hello networking folks, i have 3 virtual machines that need to talk to each other How can i create a bridge to loopback ? -net tap,vlan=0,ifname=tap1 where tap1 is connected to lo:1 , tap2 is connected to lo:2 etc thx (0 Replies)
Discussion started by: TwiceDone
0 Replies

7. Virtualization and Cloud Computing

QEMU performance?

Heyas So, i like doing custom a LiveImage of my OS. Using Redhats kickstart/livecd-creator method. Anyway, so i would like to test the liveimages... AND also, i WOULD like to install FreeBSD, Solaris, or whatever, onto a Virtual Machine. I used to use Oracles Virtualbox, but eversince... (3 Replies)
Discussion started by: sea
3 Replies

8. BSD

How to install Ultrix 4.2 on Qemu?

Hi Problem changed. I've got a message showing on the screen which says Guest has not initialized the display (yet) Any how I can fix this? Thanks Jack (4 Replies)
Discussion started by: lucky7456969
4 Replies
qemubuilder(8)							     pbuilder							    qemubuilder(8)

NAME
qemubuilder - a pbuilder wrapper for qemu. SYNOPSIS
qemubuilder [commands] [options] DESCRIPTION
qemubuilder Executes the specified pbuilder operation with qemu COMMANDS
Most commands imitate pbuilder, see pbuilder manual for details. --create Create the base.qemu image. --update Update the base.qemu image. --build .dsc-file Build a package given a .dsc file --login Start a session within the base.qemu. --execute Execute a command within the base.qemu. --dumpconfig dump configuration information. --arch-diskdevice sd/hd specify whether disk device inside the virtual machine is called /dev/sda or /dev/hda. The possible value is 'sd' or 'hd'. --smp 2 The option passed to SMP. OPTIONS
Most options are the same as pbuilder, except for the following which are handled specially. SMP 2 The SMP option for qemu. I don't think I can support bind-mounts in qemu. Documentation here should be updated according to what's defined in parameter.c, but it isn't. CONFIGURATION FILES
qemubuilder reads the following configuration files per default. /usr/share/pbuilder/pbuilderrc Application default, not to be changed. /etc/pbuilderrc System-wide default. ~/.pbuilderrc User default anything specified with --configfile option Additional configuration at runtime. CONFIGURATION FILE OPTIONS
The possible configuration options are as follows. Others are ignored. DISTRIBUTION=distribution BUILDRESULT=directory BUILDPLACE=directory BASEPATH=path MIRRORSITE=http://mirror KERNEL_IMAGE=vmlinuz Linux kernel to use. INITRD=initrd initrd to use. ARCHITECTURE=arch The target architecture. You can also use ARCH=arch for compatibility with 0.60 or older. MEMORY_MEGS=64 memory size to use in qemu session, in MB. ARCH_DISKDEVICE=hd The architecture-specific disk device specifier. Most arches use sd these days. The only exceptions were i386 and amd64, which used to use hd. EXAMPLES
qemubuilder --create Create a base.qemu image. qemubuilder --update Update the base.qemu image. qemubuilder --build test_0.1.dsc Build the package specified in dsc file, with the base.qemu image. pdebuild --pbuilder qemubuilder Run qemubuilder --build against the current directory. The current directory should be an extracted Debian source package direc- tory. Edit /etc/pbuilderrc to have PDEBUILD_PBUILDER=qemubuilder to make this the default behavior for pdebuild. qemubuilder --create --distribution sid --basepath /var/cache/pbuilder/base-test.qemu Create a base.qemu image with the path /var/cache/pbuilder/base-test.qemu and distribution sid. Example pbuilderrc for i386 KERNEL_IMAGE=vmlinuz-2.6.18-4-k7 INITRD=initrd.img-2.6.18-4-k7 ARCHITECTURE=i386 BASEPATH=/home/dancer/tmp/base-i386.qemu MEMORY_MEGS=64 Note. INITRD may or may not be required for your system. Debian Installer initrd may or may not work depending on which one you choose, use the one from an installed system. CAVEATS Note that for mirror specification, http://localhost/debian/ usually doesn't work, it will be searching for files on the virtual machine itself, not the host OS. AUTHOR
Junichi Uekawa (dancer@debian.org) SEE ALSO
/usr/share/doc/pbuilder/pbuilder-doc.html, pbuilder (8), pdebuild (1) pbuilder 2008 Aug 10 qemubuilder(8)
All times are GMT -4. The time now is 11:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy