[06:04] can someone point me towrds the right way of configuring a serial console which will show all systemd output on uefi booted 18.04.3? [06:07] actually i have it working on the serial, but it' now partially missing on the attached monitor [06:08] here's what i'm using https://paste.ubuntu.com/p/h34YyCH9MG/ [06:10] using those separate GRUB_TERMINAL_* (while commenting out GRUB_TERMINAL) doesn't seem to help. [06:12] the problem is that on the HDMI monitor I only see the output until SCSI initialization (which I think is when a graphics mode switch takes place), after that the next output i see there is the login prompt, whereas the serial console keeps showing output all the time from SCSI activation until login prompt [06:17] tomreyn: i presume you already looked on https://help.ubuntu.com/community/SerialConsoleHowto ? [06:18] yes, i think this is pre-systemd and outdated [06:18] kk [06:19] hmm actually i should try with two console= options on grub [06:19] oh i have that [06:22] yeah looks like your paste matches [06:25] thanks, though, lotuspsychje :) [06:27] changing console=tty1 to console=tty0 didn't make a difference. [06:28] hmm maybe i just need / want !bootlog [06:28] !bootlog [06:28] To get a more verbose log of the boot process, remove "quiet" and "splash" from the kernel boot parameters and add "debug systemd.log_level=info". For info on editing kernel boot parameters, see https://wiki.ubuntu.com/Kernel/KernelBootParameters [16:39] smb, I have a focal buildroot setup and I can try some patches against recent Xen to fix the busted parts [19:15] smb, ping [20:57] Hi experts, I have an Ubuntu 18.04.3 LTS on an eve-ng machine. [20:57] My problem is every time I restart it, I have to do sudo dhclient ens3 to have IP from my Local network [20:59] fandre@ubuntu-server:~$ cat /etc/network/interfaces [20:59] # ifupdown has been replaced by netplan(5) on this system. See [20:59] # /etc/netplan for current configuration. [20:59] # To re-enable ifupdown on this system, you can run: [20:59] # sudo apt install ifupdown [20:59] auto ens3 [20:59] iface ens3 inet dhcp [21:01] Am I missing something else? [21:25] netplan is how you configure your ethernet [21:25] not /etc/network/interfaces [21:25] unless you've reinstalled and reenabled ifupdown [21:25] felix_221986: ^ [21:25] do you have ifupdown installed again, or are you using Netplan? [21:32] https://techpiezo.com/linux/switch-back-to-ifupdown-etc-network-interfaces-in-ubuntu/ [21:34] I have Netplan but is the first time I use it [21:35] Thanks guys, I'll give it a try with this link ;)