Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

end kernel panic - not syncing: Attempted to kill init! exit code=0x00000100

User_3YG3JDec 10 2016 — edited Oct 26 2017

Hello Everyone,

Virtual Box Version :- 5.1.10

OS Version :- Oracle Linux 6.8

Windows :- 8.1

Since last a few days I am facing below error while installing 12c on Oracle Linux 6.8 in virtual box.

Capture.JPG

I have performed below sequence of steps.

  1. yum install oracle-rdbms-server-12cR1-preinstall -y

  2. vi /etc/security/limits.d/90-nproc.conf

# Changed this

* soft nproc 1024

# To this

* - nproc 16384

  1. vi /etc/selinux/config

    Change SELINUX=permissive

  2. setenforce Permissive

  3. service iptables stop

  4. chkconfig iptables off

  5. mkdir -p /u01/app/oracle/product/12.1.0.2/db_1

  6. chown -R oracle:oinstall /u01

  7. chmod -R 775 /u01

After performing all this steps I rebooted and this error came during boot time.

Thanks in Advance.

Comments
Post Details
Added on Dec 10 2016
6 comments
6,467 views