-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,

I adjusted my script, that I used to install lots of openSUSE 13.1
machines with, and tried to install openSUSE 13.2 in a kvm VM. Host is
openSUSE Tumbleweed.

I see some messages in the 'console', but then I am left with some
virtual consoles (2, 5, 6) and I can start yast from there. Yast quits
without error messages in the middle of the choices before the
installation.

I cannot reboot or shutdown, 'failed to talk to init' or similar.

Here's the script:

########################
#!/bin/bash

VM_NAME="XXX"
PLATTE="/path/to/somewhere/${VM_NAME}_openSUSE.qcow2"

virt-install --name=${VM_NAME} \
             --ram=1024 \
             --os-type=linux \

- --location="http://download.opensuse.org/distribution/13.2/repo/oss/"; \
             --disk path=${PLATTE},bus=virtio,format=qcow2 \
             --network=network:Netzwerk_config,model=virtio \
             -x 'console=ttyS0,115200 Language=de_DE
Keytable=de-latin1-nodeadkeys' \
             --accelerate || {
    echo "Error, exit-code is $?"
    exit 5
}

exit 0
########################

I already tried to use more ram, this seemed to work, but again
installation quits.

Any hints?

Regards,
Johannes
- -- 
The day Microsoft makes something that doesn't suck is probably the
day they start making vacuum cleaners.
(unknown)
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/

iEYEARECAAYFAlR3j98ACgkQzi3gQ/xETbJ58gCfUICBlT1AsRMN8bLgrAYLsbb0
Ha8An2dds18cS6P5uboH2Vq3BQlC6zVK
=STWZ
-----END PGP SIGNATURE-----

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to