Tagged: homeserver 4.12 vm hyper-v
-
AuthorPosts
-
cavaParticipant2023-09-30 at 10:25Post count: 3
Bei mir läuft es unter ESXi auch nicht. Hab die genannten Parameter gesetzt, aber immer kommt forbidden
cavaParticipant2023-09-30 at 11:05Post count: 3Hier hab ich noch etwas gefunden und ich hab das ROM auch schon angepasst, aber auch das hilft nicht:
- This reply was modified 1 year, 3 months ago by cava.
masjerangParticipant2023-09-30 at 19:33Post count: 15Unfortunately my image is not patched to allow all MAC addresses and board.
I’ve tested it with qemu and VirtualBox with the below settings:qemu:
<sysinfo type=”smbios”>
<system>
<entry name=”product”>d3003</entry>
<entry name=”serial”>000ab3021111</entry>
</system>
</sysinfo>
<interface type=”direct”>
<mac address=”00:0a:b3:02:11:11″/>
<model type=”virtio”/>
<link state=”up”/>
</interface>Virtualbox:
on cli:
VBoxManage setextradata HS4 “VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial” “000ab3021111”
VBoxManage setextradata HS4 “VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct” “d3003”
And set the same MAC address on the proper ethernet interface.I’ll try to test with VMWare/ESXi as well.
AlbertParticipant2023-10-01 at 11:30Post count: 20Danke masjerang,
unter Virtualbox habe ich es jetzt auch hinbekommen.
Interessant wäre aber dennoch VMware und oder Proxmox muss hierfür auch nochmal probieren.
Vielen Dank auf jedenfall schon mal.
Grüße Albert
masjerangParticipant2023-10-01 at 12: