From ea0bb0736e2a06522f9af303d989bd0bdb63b49b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 11 Jun 2022 17:55:09 +0200 Subject: [PATCH] higher value --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 726edddde..4e233dddd 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -281,7 +281,7 @@ _kexec () { else echo -e "Running \033[1m\033[92mkexec\033[0m with \033[1mold\033[0m KEXEC_LOAD ..." # works on systems with <6GB - kexec -c -f --mem-max=0x80000000 /"${VMLINUZ}" --initrd="/initrd.img" --reuse-cmdline & + kexec -c -f --mem-max=0xA0000000 /"${VMLINUZ}" --initrd="/initrd.img" --reuse-cmdline & fi sleep 2 _clean_kernel_cache