|
Lauch UOS without blocking current terminal
Hi Feng, There is no option to provide the user name and credentials for the User VM OS in the launch script. However, I believe there are ways to set-up the OS to auto-login for a specific user. But
Hi Feng, There is no option to provide the user name and credentials for the User VM OS in the launch script. However, I believe there are ways to set-up the OS to auto-login for a specific user. But
|
By
Geoffroy Van Cutsem
· #1048
·
|
|
service VM ohne GUI einzulogen
Hi Jianjie, Thanks for all your answers. For the scheduler, please use SCHED_NOOP in the configuration tool: SCHEDULER (a child node of FEATURES): Specify the CPU scheduler used by the hypervisor. Sup
Hi Jianjie, Thanks for all your answers. For the scheduler, please use SCHED_NOOP in the configuration tool: SCHEDULER (a child node of FEATURES): Specify the CPU scheduler used by the hypervisor. Sup
|
By
Geoffroy Van Cutsem
· #1041
·
|
|
service VM ohne GUI einzulogen
There are a couple of things we should tweak in your launch script: * Change the CPU affinity to 2,3,6,7. CPU #0 is also called the BSP (bootstrap) processor. It cannot be offlined and so it is always
There are a couple of things we should tweak in your launch script: * Change the CPU affinity to 2,3,6,7. CPU #0 is also called the BSP (bootstrap) processor. It cannot be offlined and so it is always
|
By
Geoffroy Van Cutsem
· #1039
·
|
|
service VM ohne GUI einzulogen
Hi Jianjie,
By
Geoffroy Van Cutsem
· #1037
·
|
|
service VM ohne GUI einzulogen
Hi Jianjie, Regarding #1, you don’t need to modify the hypervisor for this. You can reconfigure the Service VM OS to boot in console mode. Assuming you are using Ubuntu, you can do so using “sudo syst
Hi Jianjie, Regarding #1, you don’t need to modify the hypervisor for this. You can reconfigure the Service VM OS to boot in console mode. Assuming you are using Ubuntu, you can do so using “sudo syst
|
By
Geoffroy Van Cutsem
· #1035
·
|
|
ACRN Networking problem
It looks like the QEMU set-up is slightly different. Could it be that you’re using libvirt for it and it’s setting up a NAT network? If true, that DHCP request gets handled locally on the machine and
It looks like the QEMU set-up is slightly different. Could it be that you’re using libvirt for it and it’s setting up a NAT network? If true, that DHCP request gets handled locally on the machine and
|
By
Geoffroy Van Cutsem
· #1032
·
|
|
ACRN Networking problem
Bummer. Did you specify a MAC address in your launch script (one that you know would be accepted by your DHCP server)? One thing that I guess could happen is that yoir infrastructure will not allow to
Bummer. Did you specify a MAC address in your launch script (one that you know would be accepted by your DHCP server)? One thing that I guess could happen is that yoir infrastructure will not allow to
|
By
Geoffroy Van Cutsem
· #1030
·
|
|
ACRN Networking problem
Hi Jianjie, The MAC address you specify there will be the MAC address you from within the User VM. Once you’ve booted the VM, run “ip a” in it, and the Ethernet interface should have that MAC address.
Hi Jianjie, The MAC address you specify there will be the MAC address you from within the User VM. Once you’ve booted the VM, run “ip a” in it, and the Ethernet interface should have that MAC address.
|
By
Geoffroy Van Cutsem
· #1027
·
|
|
ACRN Networking problem
Hi Jianjie, Can you try to specify a MAC address in your launch script? E.g.: -s 4,virtio-net,<tap_name>,[mac=<XX:XX:XX:XX:XX:XX>] (from https://projectacrn.github.io/latest/developer-guides/hld/virti
Hi Jianjie, Can you try to specify a MAC address in your launch script? E.g.: -s 4,virtio-net,<tap_name>,[mac=<XX:XX:XX:XX:XX:XX>] (from https://projectacrn.github.io/latest/developer-guides/hld/virti
|
By
Geoffroy Van Cutsem
· #1025
·
|
|
ACRN Networking problem
Hi Jianjie, Can you send us the output of “ip a” after a reboot, confirm whether you have internet access and then the same output after launching the User VM? You don’t have any IP address (IPv4) ass
Hi Jianjie, Can you send us the output of “ip a” after a reboot, confirm whether you have internet access and then the same output after launching the User VM? You don’t have any IP address (IPv4) ass
|
By
Geoffroy Van Cutsem
· #1022
·
|
|
How/Where to use ACRN Shell Commands
Hi Feng, These are accessible via the serial port interface. It’s the only way to have access to the ACRN shell. Do you have a serial port on your system? Thanks, Geoffroy
Hi Feng, These are accessible via the serial port interface. It’s the only way to have access to the ACRN shell. Do you have a serial port on your system? Thanks, Geoffroy
|
By
Geoffroy Van Cutsem
· #1019
·
|
|
[WHL] launch two UOSs in the same time
Thanks for the confirmation Jianjie Lin! You shouldn’t have to add more UUIDs to that file though, using different ones in each launch script (by adding the “-U” option) should be sufficient, were you
Thanks for the confirmation Jianjie Lin! You shouldn’t have to add more UUIDs to that file though, using different ones in each launch script (by adding the “-U” option) should be sufficient, were you
|
By
Geoffroy Van Cutsem
· #1014
·
|
|
[WHL] launch two UOSs in the same time
That header file contains a fixed (and static) list of UUIDs that can be used to launch VMs. I’m thinking that perhaps what is happening is the acrn-dm uses the same UUID by default for the second VM
That header file contains a fixed (and static) list of UUIDs that can be used to launch VMs. I’m thinking that perhaps what is happening is the acrn-dm uses the same UUID by default for the second VM
|
By
Geoffroy Van Cutsem
· #1011
·
|
|
[WHL] launch two UOSs in the same time
Use different UUIDs in different launch scripts, pick any that is labeled as POST_STANDARD_VM_UUIDX in the https://github.com/projectacrn/acrn-hypervisor/blob/master/hypervisor/include/common/vm_uuids
Use different UUIDs in different launch scripts, pick any that is labeled as POST_STANDARD_VM_UUIDX in the https://github.com/projectacrn/acrn-hypervisor/blob/master/hypervisor/include/common/vm_uuids
|
By
Geoffroy Van Cutsem
· #1010
·
|
|
[WHL] launch two UOSs in the same time
Thanks for trying these out and confirming the results. Do you have any more info from the ACRN hypervisor over the serial port? As per my other email, I’m suspecting something wrong with the UUID bei
Thanks for trying these out and confirming the results. Do you have any more info from the ACRN hypervisor over the serial port? As per my other email, I’m suspecting something wrong with the UUID bei
|
By
Geoffroy Van Cutsem
· #1007
·
|
|
[WHL] launch two UOSs in the same time
I’m suspicious of something wrong with the UUIDs. Can you try to add the UUID you want to use for the second VM to the launch script, using the “-U” option E.g.: -U 615db82a-e189-4b4f-8dbb-d321343e4ab
I’m suspicious of something wrong with the UUIDs. Can you try to add the UUID you want to use for the second VM to the launch script, using the “-U” option E.g.: -U 615db82a-e189-4b4f-8dbb-d321343e4ab
|
By
Geoffroy Van Cutsem
· #1006
·
|
|
[WHL] launch two UOSs in the same time
Hi Jianjie Lin, Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them? A couple of remar
Hi Jianjie Lin, Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them? A couple of remar
|
By
Geoffroy Van Cutsem
· #1003
·
|
|
Cache Allocation Technology support for whiskey lake board
Hi Feng, I’m not 100% sure about this. Do you have a system available to you already? If so, the easiest would be to check following the procedure described here: https://projectacrn.github.io/latest/
Hi Feng, I’m not 100% sure about this. Do you have a system available to you already? If so, the easiest would be to check following the procedure described here: https://projectacrn.github.io/latest/
|
By
Geoffroy Van Cutsem
· #977
·
|
|
How to launch using xml config file
Hi Feng, These XML files can be used by the ACRN Configuration Tool to create launch script. The tool is described here: https://projectacrn.github.io/latest/tutorials/acrn_configuration_tool.html. Ho
Hi Feng, These XML files can be used by the ACRN Configuration Tool to create launch script. The tool is described here: https://projectacrn.github.io/latest/tutorials/acrn_configuration_tool.html. Ho
|
By
Geoffroy Van Cutsem
· #976
·
|
|
The number of Post-launch RTVM
Hi Jianjie Lin, Terry, @Terry, I’m not quite sure how to interpret your response regarding the max number of pre-launched RTVMs. You say we have one predefined in one of our scenario, but I think what
Hi Jianjie Lin, Terry, @Terry, I’m not quite sure how to interpret your response regarding the max number of pre-launched RTVMs. You say we have one predefined in one of our scenario, but I think what
|
By
Geoffroy Van Cutsem
· #975
·
|