Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp $(DIRECTORY_TO_CCA/V3_LINUX_IMAGE)/Image images/disks/virtual/
cp startup.nsh  images/disks/virtual/startup.nsh

# The content of startup.nsh is:
mode 100 31
pci
fs0:\Image root=/dev/vda console=hvc0
reset -c

# After the above, the UEFI boot structure should look like:
disks/
└── virtual
    ├── efi
    │   └── boot
    │       └── bootaa64.efi
    ├── Image
    └── startup.nsh

Follow the rest of the manual build steps in the common section to complete the process.