Doc: update Debian and Ubuntu as the User VM

Pipe info isn't needed for IDV solution; so remove this part in
the document.

Signed-off-by: fuzhongl <fuzhong.liu@intel.com>
This commit is contained in:
fuzhongl 2020-12-22 14:11:50 +08:00 committed by David Kinder
parent 529a2ac497
commit 703e0e2d52
2 changed files with 0 additions and 21 deletions

View File

@ -183,17 +183,6 @@ Re-use and modify the `launch_win.sh` script in order to launch the new Debian 1
Refer to :ref:`acrn-dm_parameters` for ACRN for more information.
#. Modify acrn.conf and reboot the Service VM to assign the Pipe A
monitor to the Debian VM and the Pipe B monitor to the Service VM:
.. code-block:: none
$ sudo mount /dev/sda1 /mnt
$ sudo sed -i "s/0x01010F/0x010101/" /mnt/loader/entries/acrn.conf
$ sudo sed -i "s/0x011111110000/0x011100001111/" /mnt/loader/entries/acrn.conf
$ sed -i 3"s/$/ i915.enable_conformance_check=0/" /mnt/loader/entries/acrn.conf
$ sudo sync && sudo umount /mnt && reboot
#. Copy grubx64.efi to bootx64.efi:
.. code-block:: none

View File

@ -176,16 +176,6 @@ Modify the ``launch_win.sh`` script in order to launch Ubuntu as the User VM.
Refer to :ref:`acrn-dm_parameters` for ACRN for more information.
#. Modify ``acrn.conf`` and reboot the Service VM:
.. code-block:: none
$ sudo mount /dev/sda1 /mnt
$ sudo sed -i "s/0x01010F/0x010101/" /mnt/loader/entries/acrn.conf
$ sudo sed -i "s/0x011111110000/0x011100001111/" /mnt/loader/entries/acrn.conf
$ sed -i 3"s/$/ i915.enable_conformance_check=0/" /mnt/loader/entries/acrn.conf
$ sudo sync && sudo umount /mnt && reboot
#. Launch the Ubuntu VM after logging in to the Service VM:
.. code-block:: none