Gast KVM auf MIPS basis

Cyberscitymaste

Active Member
Oct 3, 2016
29
0
41
53
Hallo für ein projekt was ich gerne machen würde müste ich eine Mips KVM haben

Both images are 25GiB images in QCOW2 format on which a Debian Squeeze or
Wheezy "Standard system" installation has been performed. The other
installation options are the following:
- Keyboard: US
- Locale: en_US
- Mirror: ftp.debian.org
- Hostname: debian-mips
- Root password: root
- User account: user
- User password: user

To use this image, you need to install QEMU 1.1.0 (or later). Start QEMU
with the following arguments for a 32-bit machine:
- qemu-system-mips -M malta -kernel vmlinux-2.6.32-5-4kc-malta -hda debian_squeeze_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0"
- qemu-system-mips -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda debian_wheezy_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0"

Start QEMU with the following arguments for a 64-bit machine:
- qemu-system-mips64 -M malta -kernel vmlinux-2.6.32-5-5kc-malta -hda debian_squeeze_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0"
- qemu-system-mips64 -M malta -kernel vmlinux-3.2.0-4-5kc-malta -hda debian_wheezy_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0"

By default QEMU emulates a machine with 128MiB of RAM. You can use the -m option
to increase or decrease the size of the RAM. It is however limited to 256MiB
with a 32-bit kernel. With a 64-bit kernel and QEMU >= 1.7, it is possible to
use up to 2047MiB of RAM, passing the memory map to the kernel, adding a mem=
argument to the append parameters as follow: "mem=256m@0x0 mem=XXXm@0x90000000"
where XXX represents the total memory size minus 256MiB. If you don't want to
start QEMU in graphic mode, you can use the -nographic option. The image is
configured to display a login prompt on the first serial port (ttys0). If you
want to switch the boot messages to the serial port, you need to replace
"console=tty0" by "console=ttyS0".


Doch wo trage ich den Kernel ein den in der oberfläche gibt es keine möglichkeit ich hann ihn auch nicht uploaden
 
Gibt keine direkte Möglichkeit das in Proxmox VE zu machen. Starte es doch einfach auf deinem Deskop mit dem "normalen" (nicht-Proxmox VE) Qemu.
 
das versuche ich ja aber er läst mich nicht
qemu-system-mips -M malta -kernel vmlinux-2.6.32-5-4kc-malta -hda debian_squeeze_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0" ich habe auch keine Netzwek unterstützung dan in der vm
 
ich hab mir in der proxmox ein Devian instaliert
danach in dem Debian Qemu instaliert
aber irgend wie bekomme ich dan die Lan anbindung an die VM nicht hin ich weis das geht nur über ein BR0
ich wäre echt dankbar für hilfe
 
Qemu in Qemu ... prinzipiell ja, aber nicht unbedingt schnell. Du musst mit dem Gast-Netzwerk aufpassen, da man kein nested virtio machen kann. ggf. solltest du also in deiner "Devian" (Meintest du Debian oder Devuan?) kein virtio verwenden (weder für Disk noch Network). Nur um sicher zu gehen: Du hast eine KVM, kein Container?
 
ich versuche es langsarm zu machen Ich habe ein Debian System aufgesetzt nur Konsole
darin habe ich Qemu instaliert
dan habe ich nach dieser Anweisung gearbeitet nur das ich das Netzwerk benötige um einige Dateien nach zu instalieren
https://people.debian.org/~aurel32/qemu/mips/
ich möchte gerne einen Mips Prozessor auf einem AMD emulieren um einen Virtuellen Receiver aufzusetzen
 
Wenn du nur "raus" musst wäre direkt NAT wohl das einfachste für dein Setup, also einfach -net user als Option mitgeben und schauen ob es jetzt ein Netzwerkgerät gibt, da ggf. von Hand ein dhclient starten und versuchen ins Netz zu gehen.