removing acpi=off from boot cmdline. should not be needed and may fix the reboot/issue
This commit is contained in:
parent
03936b836d
commit
60f3e05571
|
@ -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 ---
|
||||
|
|
|
@ -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' ---
|
||||
|
|
|
@ -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 ---
|
||||
|
||||
|
|
Loading…
Reference in New Issue