Tagged: HyperV HS 4.2
-
AuthorPosts
-
leo22986Participant2019-01-12 at 15:26Post count: 24
kommt noch was???
max999Participant2019-01-29 at 14:15Post count: 17Ja hätte auch grosses Interesse an 4.8 für ESX Server – da das Update nicht klappt!
Markus1995Participant2019-02-11 at 12:42Post count: 5Ja, Interesse besteht.
rodi22Participant2019-02-14 at 11:15Post count: 6Habe die Version 4.7 auf 4.8 upgegraded. Nach anfgnlichen problemen in der VMware workstation mit der Netzwerk-Koomunikation, habe ich in der Vmware ein Hardware-upgrade der VM gemacht. Danach lief es. Wie in anderen Posts erwähnt: Consolen Umschaltung ALT+F1, ALT+F2, ALT+F3…
upgrade war erfolgreich durch einspielen der hs_main aus der entpackten firmware 4.8 (geht aber beim reboot wieder verloren). Danach konnte ich über den Experten die Version 4.8 erfolgreich deployen. Konnte bisher keine Probleme mit der Version 4.8 feststellen.
https://mega.nz/#F!2PpWyagJ!ujsy8nsS1DCZ_s9uw7iS-A
Lief in einer VMware Workstation 15 unter Windows10
SatjogiParticipant2019-02-14 at 11:16Post count: 10Hier der Fix für die Diagramme:
einloggen per ssh cd /tmp dpkg --purge python-pil wget http://ftp.de.debian.org/debian/pool/main/p/pillow/python-pil_2.6.1-2+deb8u3_i386.deb wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebp5_0.4.1-1.2+b2_i386.deb dpkg --install ./libwebp5_0.4.1-1.2+b2_i386.deb wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpdemux1_0.4.1-1.2+b2_i386.deb dpkg --install libwebpdemux1_0.4.1-1.2+b2_i386.deb wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpmux1_0.4.1-1.2+b2_i386.deb dpkg --install libwebpmux1_0.4.1-1.2+b2_i386.deb dpkg --install ./python-pil_2.6.1-2+deb8u3_i386.deb reboot
coolboxParticipant2019-02-21 at 23:10Post count: 6Hello,
Did anybody tried to start the vmdk in QEMU? I can start it but it won’t go beyond “starting up from harddisk”. It will pass grub.
If it works, we might be able to run on a raspberry pi and thus run it on very cheap hardware.Who knows the correct syntax to get to the requierd partitions on the VMDK file?
regards
HermancicoParticipant2019-03-17 at 17:04Post count: 21-> Habe die Version 4.7 auf 4.8 upgegraded. Nach anfgnlichen problemen in der VMware workstation mit der Netzwerk-Koomunikation, habe ich in der Vmware ein Hardware-upgrade der VM gemacht. Danach lief es. Wie in anderen Posts erwähnt: Consolen Umschaltung ALT+F1, ALT+F2, ALT+F3…
upgrade war erfolgreich durch einspielen der hs_main aus der entpackten firmware 4.8 (geht aber beim reboot wieder verloren). Danach konnte ich über den Experten die Version 4.8 erfolgreich deployen. Konnte bisher keine Probleme mit der Version 4.8 feststellen.
https://mega.nz/#F!2PpWyagJ!ujsy8nsS1DCZ_s9uw7iS-A
Lief in einer VMware Workstation 15 unter Windows10 <-
Hi , it’s possible to expand sda2 partition and how ?
Thank youLedgeParticipant2019-03-18 at 14:15Post count: 3Hallo zusammen,
kann vielleicht jemand mal ein image für Hyper-V in der Version HS4.7 oder HS4.8 bereitstellen?
Ich bin in Linux Themen einfach nicht gut genug um mir das nach Anleitung selber zu bauen.
Benötige das um ein wenig mit der neuen Logik zu experimentieren und möchte dafür nicht unbedingt am Live System rumspielen.
Währe echt super nett.
Gruß, Ledge
tvrParticipant2023-04-12 at 22:41Post count: 16Hello Forum,
I’m not familiar to convert the HyperV or VMware – Formats to run on a QNAP-NAS.
Can somebody be so kind to convert the actual (or the hs-4.11.3) version of the gira-homeserver to run easily on a QNAP and put it somewhere for download?
Thanks a lot!
TVRAT
linuxfreakParticipant2023-04-29 at 14:53Post count: 6Hi Herman
The short answer is : use sata as bus type
I import the image through this small script file I created (didn’t try on 4.8 yet but guess it should work the same) :
#!/bin/bash
#Check guest communication with virsh qemu-agent-command $NAME ‘{“execute”:”guest-info”}’
if [ $# -ne 3 ] ; then
echo “Usage: $0 <NAME> <CPUs> <RAM_GB> (minimum 2 CPU and 1GB)”
exit 1
fiNAME=$1
VCPUS=$2
RAM_MB=$(($3*1024))virt-install \
–name $NAME \
–memory $RAM_MB \
–vcpus $VCPUS \
–cpu host \
–hvm \
–disk /var/lib/libvirt/images/$NAME.vmdk,bus=sata \
–network default,model=e1000,mac=00:0a:b3:02:29:55 \
–graphics spice,listen=0.0.0.0 \
–noautoconsole \
–os-type=linux \
–os-variant=generic \
–boot hd \
–noreboot \
–import \- This reply was modified 1 year, 6 months ago by linuxfreak.
dapi115Participant2023-11-30 at 20:59Post count: 4Hallo,
hat irgendwer noch zufällig ein HyperV Image mit HS 4.2 liegen oder einen funktionierenden Downloadlink?
Ich finde leider nirgendwo was.Danke
-
AuthorPosts
- You must be logged in to reply to this topic.