I have read many articles about the Linux boot process. As I understand the Linux boot process is something like this :
BIOS (UEFI) → MBR → grub → Kernel → init
What I really don't understand what the etc/sbin/init
starts and what the relation between the Ubuntu upstart daemon, /etc/init.d
and run levels is...