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:
parent
529a2ac497
commit
703e0e2d52
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue