diff --git a/doc/tutorials/running_deb_as_user_vm.rst b/doc/tutorials/running_deb_as_user_vm.rst index 7c9353302..d9c0da07d 100644 --- a/doc/tutorials/running_deb_as_user_vm.rst +++ b/doc/tutorials/running_deb_as_user_vm.rst @@ -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 diff --git a/doc/tutorials/running_ubun_as_user_vm.rst b/doc/tutorials/running_ubun_as_user_vm.rst index e5a746a67..d77a76a77 100644 --- a/doc/tutorials/running_ubun_as_user_vm.rst +++ b/doc/tutorials/running_ubun_as_user_vm.rst @@ -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