doc: update Ubuntu GSG for ACRN V2.0.
Signed-off-by: fangfang.shen <fangfang.shen@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
da2200167b
commit
c2187f20c2
|
@ -49,10 +49,12 @@ Install Ubuntu on the SATA disk
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
.. note:: The WHL Maxtang machine contains both an NVMe and SATA disk.
|
.. note:: The WHL Maxtang machine contains both an NVMe and SATA disk.
|
||||||
|
Before you install the Ubuntu User VM on the SATA disk, either
|
||||||
|
remove the NVME disk or delete it's blocks.
|
||||||
|
|
||||||
#. Insert the Ubuntu USB boot disk into the WHL Maxtang machine.
|
#. Insert the Ubuntu USB boot disk into the WHL Maxtang machine.
|
||||||
#. Power on the machine, then press F11 to select the USB disk as the boot
|
#. Power on the machine, then press F11 to select the USB disk as the boot
|
||||||
device. Select **UEFI: SanDisk**. Note that the label depends on the brand/make of the USB stick.
|
device. Select **UEFI: SanDisk**. Note that the label depends on the brand/make of the USB stick, and must start with **UEFI**.
|
||||||
#. Install the Ubuntu OS.
|
#. Install the Ubuntu OS.
|
||||||
#. Select **Something else** to create the partition.
|
#. Select **Something else** to create the partition.
|
||||||
|
|
||||||
|
@ -83,7 +85,7 @@ Install Ubuntu on the NVMe disk
|
||||||
|
|
||||||
#. Insert the Ubuntu USB boot disk into the WHL Maxtang machine.
|
#. Insert the Ubuntu USB boot disk into the WHL Maxtang machine.
|
||||||
#. Power on the machine, then press F11 to select the USB disk as the boot
|
#. Power on the machine, then press F11 to select the USB disk as the boot
|
||||||
device. Select **UEFI: SanDisk**. Note that the label depends on the brand/make of the USB stick.
|
device. Select **UEFI: SanDisk**. Note that the label depends on the brand/make of the USB stick, and must start with **UEFI**.
|
||||||
#. Install the Ubuntu OS.
|
#. Install the Ubuntu OS.
|
||||||
#. Select **Something else** to create the partition.
|
#. Select **Something else** to create the partition.
|
||||||
|
|
||||||
|
@ -351,6 +353,7 @@ Follow these instructions to build the RT kernel.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
$ cp x86-64_defconfig .config
|
||||||
$ make olddefconfig
|
$ make olddefconfig
|
||||||
$ make targz-pkg
|
$ make targz-pkg
|
||||||
|
|
||||||
|
@ -358,12 +361,10 @@ Follow these instructions to build the RT kernel.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ sudo mount /dev/sda1 /mnt
|
|
||||||
$ sudo cp arch/x86/boot/bzImage /mnt/EFI/
|
|
||||||
$ sudo umount /mnt
|
|
||||||
$ sudo mount /dev/sda2 /mnt
|
$ sudo mount /dev/sda2 /mnt
|
||||||
$ sudo cp linux-4.19.72-rt25-x86.tar.gz -P /mnt/usr/lib/modules/ && cd /mnt/usr/lib/modules/
|
$ sudo cp arch/x86/boot/bzImage /mnt/boot/
|
||||||
$ sudo tar zxvf linux-4.19.72-rt25-x86.tar.gz
|
$ sudo tar -zxvf linux-4.19.72-rt25-x86.tar.gz -C /mnt/lib/modules/
|
||||||
|
$ sudo cp -r /mnt/lib/modules/lib/modules/4.19.72-rt25 /mnt/lib/modules/
|
||||||
$ sudo cd ~ && sudo umount /mnt && sync
|
$ sudo cd ~ && sudo umount /mnt && sync
|
||||||
|
|
||||||
Launch the RTVM
|
Launch the RTVM
|
||||||
|
|
Loading…
Reference in New Issue