LPI Exam Questions

What is the usual way to pass this change to the kernel from your boot loader?

The system is having trouble and the engineer wants to bypass the usual /sbin/init startup and run
/bin/sh. What is the usual way to pass this change to the kernel from your boot loader?

A.
Start in runlevel 1

B.
Pass init=/bin/sh on the kernel parameter line

C.
Pass /bin/sh on the kernel parameter line

D.
Pass start=/bin/sh on the kernel parameter line