Hi,
Hi just upgrade my Oracle Linux 6.4 to kernel 3.11. The upgrade process went fine, but now when I try to boot my Linux, I am getting kernel panic.
I am using Oracle VirtualBox 4.2.18 under MS Windows7.
Any help would be very appreciated.
Regards
Oracle Linux 6.4 kernel 3.11 giving panic on startup
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
Where did you get this kernel, and the supporting dev and header packages?
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
I just ran yum update and it updated my Oracle Linux 6.4 with this new kernel.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel x86_64 3.11.1-3.11.y.20130924.ol6 ol6_playground_latest 25 M
kernel-devel x86_64 3.11.1-3.11.y.20130924.ol6 ol6_playground_latest 8.7 M
It is my understanding that Oracle has been tested it before release it to the community user.
I am still able to access my Linux box, but using old 2.6X kernel version. Always I boot my Linux using version 3.11, it crashed at boot.
Regards.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel x86_64 3.11.1-3.11.y.20130924.ol6 ol6_playground_latest 25 M
kernel-devel x86_64 3.11.1-3.11.y.20130924.ol6 ol6_playground_latest 8.7 M
It is my understanding that Oracle has been tested it before release it to the community user.
I am still able to access my Linux box, but using old 2.6X kernel version. Always I boot my Linux using version 3.11, it crashed at boot.
Regards.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
So you added the Arch repo to Oracle Linux. Mixing repos is never a good idea. You should have added the Oracle public repo.
http://public-yum.oracle.com/
I suggest that you boot to the proper kernel and remove the 3.11 kernel and its packages, remove the Arch repo and add the proper one.
Hopefully this will take care of your issues so you don't need to rebuild the guest.
In any case this has nothing to do with VirtualBox.
http://public-yum.oracle.com/
I suggest that you boot to the proper kernel and remove the 3.11 kernel and its packages, remove the Arch repo and add the proper one.
Hopefully this will take care of your issues so you don't need to rebuild the guest.
In any case this has nothing to do with VirtualBox.
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
I did not mixed the repos. I am using the Oracle public repository. Yes, of course the issue is not on Virtual box side. I just opened this thread to see if anyone else already had this issue and fixed it. Actually, everyone using Oracle 6.4 Linux running under VirtualBox wanna to face the same issue, when they run the kernel upgrade.
I will try to found a solution / workaround for this in Oracle Linux forums.
Regards.
I will try to found a solution / workaround for this in Oracle Linux forums.
Regards.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
As you can see the kernel that is the newest in the public repo is 2.6.39 I am not sure where you are getting 3.11 but it is not in the OEL public repo.
I see where you must be using the "Oracle Linux Playground yum repo" which is not really the main line repo and is intended for testers and kernel developers to see the what's and hows. So yes the best place would be the Oracle playground forums.
Code: Select all
[oracle@localhost etc]$ sudo yum update
[sudo] password for oracle:
Loaded plugins: refresh-packagekit, security
Setting up Update Process
No Packages marked for Update
[oracle@localhost etc]$Code: Select all
[oracle@localhost etc]$ cat /etc/issue
Oracle Linux Server release 6.4
Kernel \r on an \m
Code: Select all
[oracle@localhost etc]$ uname -r
2.6.39-400.209.1.el6uek.x86_64
[oracle@localhost etc]$
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Oracle Linux 6.4 kernel 3.11 giving panic on startup
Code: Select all
[ol6_playground_latest]
name=Latest mainline stable kernel for Oracle Linux 6 ($basearch) - Unsupported
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/playground/latest/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1Code: Select all
[oracle@localhost ~]$ cat /etc/issue
Oracle Linux Server release 6.4
Kernel \r on an \mCode: Select all
[oracle@localhost ~]$ uname -r
3.11.1-3.11.y.20130924.ol6.x86_64
[oracle@localhost ~]$