Skip to content

Commit d0ea19d

Browse files
committed
Fix headless boot hang by forcing HDMI output
1 parent d0db1b7 commit d0ea19d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

build-armbian/armbian-files/platform-files/allwinner/bootfs/armbianEnv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ rootfstype=ext4
66
rootflags=rw,errors=remount-ro
77
overlay_prefix=sun50i-h6
88
overlays=
9-
extraargs=rw rootwait
9+
extraargs=rw rootwait video=HDMI-A-1:1920x1080@60e plymouth.enable=0
1010
extraboardargs=net.ifnames=0 max_loop=128
1111
docker_optimizations=on

build-armbian/armbian-files/platform-files/allwinner/bootfs/extlinux/extlinux.conf.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ LABEL Armbian
22
LINUX /Image
33
INITRD /uInitrd
44
FDT /dtb/allwinner/sun50i-h6-tanix-tx6.dtb
5-
APPEND root=LABEL=ROOTFS console=ttyS0,115200 console=tty0 video=HDMI-A-1:e no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 bootsplash.bootfile=bootsplash.armbian earlycon
5+
APPEND root=LABEL=ROOTFS console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 video=HDMI-A-1:1920x1080@60e plymouth.enable=0 earlycon

build-armbian/armbian-files/platform-files/amlogic/bootfs/extlinux/extlinux.conf.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ label Armbian
22
kernel /zImage
33
initrd /uInitrd
44
fdt /dtb/amlogic/meson-g12b-gtking-pro.dtb
5-
append root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 loglevel=1 voutmode=hdmi disablehpd=false overscan=100 sdrmode=auto
5+
append root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 loglevel=1 voutmode=hdmi disablehpd=false overscan=100 sdrmode=auto video=HDMI-A-1:1920x1080@60e plymouth.enable=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LINUX=/zImage
22
INITRD=/uInitrd
33
FDT=/dtb/amlogic/meson-g12b-gtking-pro.dtb
4-
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
4+
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 video=HDMI-A-1:1920x1080@60e plymouth.enable=0

build-armbian/armbian-files/platform-files/rockchip/bootfs/armbianEnv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ rootfstype=ext4
66
rootflags=rw,errors=remount-ro
77
overlay_prefix=rk3399
88
overlays=
9-
extraargs=rw rootwait
9+
extraargs=rw rootwait video=HDMI-A-1:1920x1080@60e plymouth.enable=0
1010
extraboardargs=net.ifnames=0 max_loop=128
1111
docker_optimizations=on

build-armbian/armbian-files/platform-files/rockchip/bootfs/extlinux/extlinux.conf.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ LABEL Armbian
22
LINUX /Image
33
INITRD /uInitrd
44
FDT /dtb/rockchip/rk3399-king3399.dtb
5-
APPEND root=LABEL=ROOTFS console=ttyS2,1500000 console=tty1 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 bootsplash.bootfile=bootsplash.armbian
5+
APPEND root=LABEL=ROOTFS console=ttyS2,1500000 console=tty1 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 video=HDMI-A-1:1920x1080@60e plymouth.enable=0

0 commit comments

Comments
 (0)