removing acpi=off from boot cmdline. should not be needed and may fix the reboot/issue

This commit is contained in:
toby 2019-01-04 15:27:39 +01:00
parent 03936b836d
commit 60f3e05571
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ default debcore
label debcore
kernel wit-pxeboot/vmlinuz
append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 ---
append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 ---

View File

@ -6,4 +6,4 @@ default install
label install
kernel wit-pxeboot/vmlinuz
append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' ---
append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' ---

View File

@ -10,5 +10,5 @@ label local
label debcore
kernel wit-pxeboot/vmlinuz
append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 ---
append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 ---