Hi Frank, you try with this: 1. Boot archiso and chrooted in the system. 2. Mount your boot partition - In my case it is: mount /dev/sda1 /boot 3. Run mkinitcpio - In my case it is: mkinitcpio -p linux-lts Rado On 05/04/17 19:22, Frank wrote: > Good evening, > > I'm having troubles booting my laptop. I do get the following error: > Failed to execute /init (error -2) > Kernel panic - not syncing: No working init found. TRy passing init= > option to kernel > CPU: 3 PID: 1 Comm: swapper/0 Not tainted 4.10.2-1-ARCH #1 > Call trace: > dump_stack+0x63/0x83 > ? csum_partial_copy_generic+0x170/0x170 > panic+0xe/0x22d > ? putname+0x54/0x60 > ? rest_init+0x90/0x90 > kernel_init+0xeb/0x100 > ret_from_fork+0x2c/0x40 > Kernel Offset: disabled > > I've booted from archiso and chrooted in the system, tried to reinstall > kernel, did an upgrade, made ne initrd and reinstalled grub without any > success. > THX Frank