Eu tentei arrancar o meu Ubuntu em modo texto com verbosidade habilitado, é isso que eu configurado em /etc/default/grub
:
GRUB_CMDLINE_LINUX_DEFAULT="text init=/sbin/init --verbose vga=791"
depois, update-grub
e reboot
.
Descobriu-se que, no entanto, a primeira metade da produção inicialização não detalhado, após cerca de 14 segundos, a próxima meia mostrou-se, e muito em breve o login sair.
Esta é a saída no início da exibição detalhada:
[ 12.902147] init: mounted-tmp state changed from waiting to starting
[ 12.902333] init: Handling starting event
[ 12.902786] init: mounted-tmp state changed from starting to pre-start
[ 12.902975] init: mounted-tmp state changed from pre-start to spawned
[ 12.914907] init: mounted-tmp main process (360)
[ 12.915188] init: mounted-tmp state changed from spawned to post-start
[ 12.919397] init: mounted-tmp state changed from post-start to running
[ 12.921018] init: Handling started event
[ 12.932362] init: Handling module-device-added event
[ 12.993888] init: Handling acpi-device-added event
[ 13.005511] init: Handling usb-device-added event
[ 13.024811] init: Handling acpi-device-added event
[ 13.039924] init: Handling acpi-device-added event
[ 13.096252] init: Handling acpi-device-added event
[ 13.108895] init: Handling acpi-device-added event
[ 13.109732] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
Também verifiquei se as mensagens de saída estavam realmente completas no arquivo de log /var/log/dmesg
.
Eu realmente quero ver a exibição detalhada completa rolagem sobre a inicialização, faz qualquer um tem um truque?
PS: