Wie kann ich es anstellen mir ein Ubuntu 12.04 als DomU zu installieren?
Eine Config die für Windows funktioniert hab ich mittlerweile aber die scheine ich nicht auf ubuntu übertragen zu können und ein deebootstrap, wie von einem Debian System, scheint auch nicht zu wollen.
Ubuntu 12.04 als XEN DomU
Re: Ubuntu 12.04 als XEN DomU
Aha, warum?
Re: Ubuntu 12.04 als XEN DomU
"Geht nicht" ist keine valide Fehlermeldung.
Gruß Cae
Gruß Cae
If universal surveillance were the answer, lots of us would have moved to the former East Germany. If surveillance cameras were the answer, camera-happy London, with something like 500,000 of them at a cost of $700 million, would be the safest city on the planet.
—Bruce Schneier
-
- Beiträge: 11
- Registriert: 28.03.2011 10:45:14
Re: Ubuntu 12.04 als XEN DomU
Das wäre das Template das ich für eine XP DomU verwende.
nehme ich als ISO für die installation ein Ubuntu Image tut sich nur nichts. Würde aber dennoch gern ein Ubuntu 12 als Virtuelles Desktopsystem aufsetzen.
Code: Alles auswählen
kernel = '/usr/lib/xen-4.0/boot/hvmloader'
builder = 'hvm'
memory = 768
shadow_memory = 8
vcpus = '2'
acpi=1
apic=1
stdvga=1
videoram=8
name = 'WinXP'
vif = [ 'bridge=eth1' ]
disk = [ 'phy:xen-lv/WinXP,ioemu:xvda,w', 'file:WinXP.ISO,xvdc:cdrom,r' ]
device_model = '/usr/lib64/xen-4.0/bin/qemu-dm'
boot='dc'
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncconsole=0
vncpasswd="secret"
vncdisplay=1
usbdevice='tablet'
soundhw='sb16,es1370'
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'