ARM-software / arm-enterprise-acs

ARM Enterprise ACS
Apache License 2.0
42 stars 52 forks source link

Added the 'root=PARTLABEL' option to the linux boot command #119

Closed edhay closed 2 years ago

edhay commented 2 years ago

Solution for the LuvOS boot issue on Qemu platform sbsa_ref https://github.com/ARM-software/arm-enterprise-acs/issues/77

root=PARTLABEL=BOOT is introduced as an argument to Linux boot Where 'BOOT' is the label of the boot partition

Qemu command: ./qemu/build/aarch64-softmmu/qemu-system-aarch64 \ -machine sbsa-ref \ -cpu cortex-a72 -m 2000 \ -drive if=pflash,file=SBSA_FLASH0.fd,format=raw \ -drive if=pflash,file=SBSA_FLASH1.fd,format=raw \ -drive if=ide,format=raw,file=/home/edhcha01/QEMU_SETUP/luv-live-image-gpt.img \ -nographic \ -serial mon:stdio

Memory is increased through by '-m 2000'