From 321653e3c747fbd7594708fa687a586d0f108874 Mon Sep 17 00:00:00 2001 From: jackwhich Date: Fri, 17 Sep 2021 04:07:44 -0400 Subject: [PATCH] doc: update documentation and grub file 1. Because the < > in the document will mislead users to copy and paste directly, modify the < > to " ". Add sample diagrams for user reference. 2. Because there is a problem with the user adding the GRUB_CMDLINE_LINUX=text parameter, delete this parameter. 3. The script generation of launch_uos_id3.sh does not match the GitHub and doc, modify the parameters. Signed-off-by: zhongzhenx.liu --- doc/getting-started/getting-started.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 50755b8db..dd4ae2dfe 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -637,9 +637,9 @@ In the following steps, you will configure GRUB on the target system. insmod gzio insmod part_gpt insmod ext2 - search --no-floppy --fs-uuid --set + search --no-floppy --fs-uuid --set "3cac5675-e329-4cal-b346-0a3e65f99016" echo 'loading ACRN...' - multiboot2 /boot/acrn/acrn.bin root=PARTUUID= + multiboot2 /boot/acrn/acrn.bin root=PARTUUID="03db7f45-8a6c-454b-adf7-30343d82c4f4" module2 /boot/vmlinuz-5.10.52-acrn-sos Linux_bzImage } @@ -662,7 +662,6 @@ In the following steps, you will configure GRUB on the target system. GRUB_DEFAULT=ubuntu-service-vm #GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=5 - GRUB_CMDLINE_LINUX="text" #. Save and close the file. @@ -752,7 +751,7 @@ Launch the User VM -s 8,virtio-net,tap_YaaG3 \ -s 6,virtio-console,@stdio:stdio_port \ --ovmf /usr/share/acrn/bios/OVMF.fd \ - -s 31:0,lpc \ + -s 1:0,lpc \ $vm_name #. Save and close the file.