|
linux /boot/Image-aarch64.gz nr_cpus=1 console=ttyAMA0,115200 console=tty0 loglevel=4 audit=0 systemd.show_status=false |
Is there a reason the nr_cpus=1 is present in the grub config? I've tested removing this parameter at boot time in UTM on Apple Silicon and I haven't seen any issue.
Archboot/usr/share/archboot/grub/archboot-main-grub.cfg
Line 79 in 8d20bc4
Is there a reason the
nr_cpus=1is present in the grub config? I've tested removing this parameter at boot time in UTM on Apple Silicon and I haven't seen any issue.