Displaying 20 results from an estimated 9000 matches similar to: "Need help debugging virtio net issue"
2011 Aug 01
1
centos6.0 unable to install guests w/ kickstart via virt-install
How does one use virt-install and kickstart ? I've seen others have success but I've had no joy thus far.
BTW, my interactive virt-installs for centos6 guests work just fine AND I can do unattended kickstarts for vms by booting from centos6 install dvd and typing the kickstart commands from the boot: prompt. However, kickstart commands in --extra-args when used w/ virt-install just
2008 Mar 13
2
CentOS 5.1 install via PXE Failure
Hi All,
This has to be something simple....but it's really busting my chops. We have
a PXE boot server that is used for initial installation of a number of
operating systems and it works well. However the CentOS 5.1 x86_64 install
is seriously broken.
We've made the PXE boot images available from
"centos/5/os/x86_64/images/pxeboot/" in the tftp boot etc. We've rsynced
2009 May 20
1
[PATCH server] split StorageVolumeService.svc_new into two methods.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/storage_volume_controller.rb | 6 ++-
src/app/services/storage_volume_service.rb | 60 ++++++++++++---------
2 files changed, 39 insertions(+), 27 deletions(-)
diff --git a/src/app/controllers/storage_volume_controller.rb b/src/app/controllers/storage_volume_controller.rb
index b89513a..fb6bc9c 100644
---
2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
---
src/app/views/storage/_form.rhtml | 2 ++
src/app/views/storage/_list.rhtml | 4 ++++
src/app/views/storage/_list_volumes.rhtml | 4 ++++
src/app/views/storage/show.rhtml | 4 ++++
.../views/storage_volume/_new_volume_form.rhtml | 1 +
src/app/views/storage_volume/show.rhtml | 8 ++++++++
6 files
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
---
src/app/views/storage/_form.rhtml | 2 ++
src/app/views/storage/_list.rhtml | 4 ++++
src/app/views/storage/_list_volumes.rhtml | 4 ++++
src/app/views/storage/show.rhtml | 4 ++++
.../views/storage_volume/_new_volume_form.rhtml | 1 +
src/app/views/storage_volume/show.rhtml | 8 ++++++++
6 files
2020 Jun 17
2
CentOS 8.2 corrupt pxeboot kernel
Attempting to PXE boot from the BaseOS/x86_64/kickstart/images/pxeboot/ files results in repeating messages
Invalid or corrupt kernel image
eventually changing to
Could not find kernel image: centos8.2.x86_64/vmlinuz
I downloaded the files again, from a different mirror, and they are all the same. Wiped the files and recreated /tftpboot/linux-install/centos8.2.x86_64/. No dice.
First mirror
2020 Jun 17
0
CentOS 8.2 corrupt pxeboot kernel
On 2020-06-17 08:46, isdtor wrote:
> Attempting to PXE boot from the BaseOS/x86_64/kickstart/images/pxeboot/ files results in repeating messages
>
> Invalid or corrupt kernel image
>
> eventually changing to
>
> Could not find kernel image: centos8.2.x86_64/vmlinuz
>
> I downloaded the files again, from a different mirror, and they are all the same. Wiped the files and
2009 Apr 23
0
virt-install nographics not working for hvm guest
I'm trying to set up a fully-virtualised CentOS 3.9 guest under 5.3 using
kickstart. This doesn't work at all with a text-only install:
virt-install -r 384 -n $host -f $dev -v \
-l $loc \
-x ks=http://$kssrv/centos3.ks \
-m $mac --nographics
The installer just sits there and hangs after creating the domain.
# virt-install ...
2010 Dec 19
1
Error creating a new vm
Hi,
I wonder if anyone can help me with this, I have been trying to get a vm up and running for a while now and cant for the life of me work out why it isnt working. The errors I get arnt very helpful and im at a loss as how to debug this any further.
Here is the command and output that I get...(Also nothing shows up with virsh list --all after so its starting to install then dropping out)
Hope
2009 May 20
1
[PATCH server] don't add nil key to failures hash for PartialSuccessError handling.
In addition, removed unnecessary 'rescue' clauses and fixed a bug in a prior fix for this problem for the Permission and Network controllers.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/application.rb | 2 +-
src/app/controllers/network_controller.rb | 2 +-
src/app/controllers/permission_controller.rb | 6 ++----
2007 Oct 27
1
Desperate :( DomU with kernel in Dom0
Hello, maybe I''m stupid but I find no way to have the kernel in Dom0
instead of DomU for Centos 5.
Here is what I did:
Regular Centos 5 Dom0 install, then creating a LVM group (vms) and
install DomU with virt-install works perfectly:
virt-install --p --location=http://mirrors.kernel.org/centos/5/os/i386
--file=/dev/vms/centos5_data --name=centos5 --ram=512 --nographics
I get a
2009 Aug 13
0
HVM creation problem
Hi,
I''m kinda new to XEN stuff, and I''ve been trying to create a fully virtualized guest on CentOS 5.3 for almost 3 months and no luck yet. I approached this process through several methods, one with virt-install and creating config file manually.
Following is what happens when I try to create a guest, and I have included qemu-dm and last part of xend.log logs below too.
2019 Jun 28
2
lpxelinux.0 problems with CentOS 7.6
Hello list.
This issue seems like it may be related to one described in a post in
May: https://www.syslinux.org/archives/2019-May/026424.html. I've
only just subscribed, so I was unable to reply directly to that
thread.
I am having a similar issue when I attempt to PXE boot CentOS 7.6.1810
using lpxelinux.0. The files are fully downloaded from the server and
the kernel starts booting but
2015 Jan 20
0
Kickstarting several *different* setups
Gotcha. Thanks all! You guys gave me the answers I needed to know and hear.
For the immediate futre I will likely go with multiple pxeboot options
which then picks the specific kickstart file. It's easy for me to put a
label on the server that says 'web' or 'mail' etc. Then just pick the same
from the menu.
Eventually I'll delve deeper into custom and automated setups.
On
2007 Dec 17
1
Xen console hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze.
The console is freezed, not the vm, a couple of second later, I can ssh
the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm
2015 Jan 20
0
Kickstarting several *different* setups
Tom: Thanks for the suggestion. I'll look into those tools.
Mark: Yes, they are using pxeboot. Right now when they boot up, the pxe
config offers two options, 32- and 64bit. Are you suggesting I create
multiple entries that one selects based on what the machine is going to be?
Is there a way to have this done automatically so I don't have to
physically have to do that for each machine,
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
I'm using ubuntu 12.04LTS
I setup a bridged network:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Seems to work.
Then I created a virtual machine using Ubuntu's vmbuilder tool like so:
vmbuilder
2007 Dec 17
0
xm console freeze/hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze. The console is freezed, not the vm, a couple of second
later, I can ssh the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm create
2015 Feb 18
1
Setting up new spacewalk server
ISO pulled from
http://mirror.rackspace.com/CentOS/6.6/isos/i386/CentOS-6.6-i386-minimal.iso
# df -h /var/distros/CentOS-6.6-i386
Filesystem Size Used Avail Use% Mounted on
/var/ISO/CentOS-6.6-i386-minimal.iso
339M 339M 0 100% /var/distros/CentOS-6.6-i386
# find /var/distros/CentOS-6.6-i386 -name initr\*
/var/distros/CentOS-6.6-i386/isolinux/initrd.img
#
2007 Jun 06
1
virt-install and kickstart
Has anyone successfully used a kickstart file in tandem with the "virt-install" command? I can get a generic install to begin if I omit the "-x" flag and the kickstart parameters? It seems that virt-install simply ignores my kickstart parameters.
virt-install --location=http://www.gtlib.gatech.edu/pub/centos/4.5/os/i386/ --noautoconsole --file=/dev/VolGroup00/lv_centos45