Bug 875327 - kernel-3.6.2-1.fc16.x86_64 doesn't boot on Acer Aspire 5738z
Summary: kernel-3.6.2-1.fc16.x86_64 doesn't boot on Acer Aspire 5738z
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 16
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-10 14:30 UTC by Javier
Modified: 2012-12-06 10:03 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-28 15:18:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dmesg_kernel3.4.11-1.fc16.x86_64 (68.52 KB, application/octet-stream)
2012-11-10 14:30 UTC, Javier
no flags Details
dmesg_kernel3.6.2-1.fc16.x86_64 (62.95 KB, text/plain)
2012-11-10 14:33 UTC, Javier
no flags Details
lspci_kernel3.4.11-1.fc16.x86_64.out (29.42 KB, text/plain)
2012-11-10 14:34 UTC, Javier
no flags Details
lspci_kernel3.6.2-1.fc16.x86_64.out (29.33 KB, text/plain)
2012-11-10 14:34 UTC, Javier
no flags Details
Hardware info (17.65 KB, text/plain)
2012-11-10 14:35 UTC, Javier
no flags Details

Description Javier 2012-11-10 14:30:42 UTC
Created attachment 642175 [details]
dmesg_kernel3.4.11-1.fc16.x86_64

Description of problem:
After updating to version 3.6.2-1.fc16.x86_64 of the kernel, the system does not boot, starting in emergency mode and displays "modprobe microcode failed". Starting with kernel 3.4.11-1.fc16.x86_64 it works fine, I have tried with kernel 3.6.6-1.fc16.x86_64, and does not boot, and sometimes is not posible to shutdown normally or do anything.

Version-Release number of selected component (if applicable):
Fedora 16, kernel 3.6.2-1.fc16.x86_64

How reproducible:
Always happens

Steps to Reproduce:
1.Install the kernel 3.6.2-1.fc16.x86_64 
2. Boot machine
  
Actual results:
Does not boot

Expected results:
System boots as always in Gnome 3

Additional info: 
I'll attach the dmesg and lspci outputs for kernels 3.6.2-1.fc16.x86_64 and 3.4.11-1.fc16.x86_64, and the hardware information

I don't know if it is related or the same as https://bugzilla.redhat.com/show_bug.cgi?id=845388 , but I see some differencies

Comment 1 Javier 2012-11-10 14:33:24 UTC
Created attachment 642176 [details]
dmesg_kernel3.6.2-1.fc16.x86_64

Comment 2 Javier 2012-11-10 14:34:06 UTC
Created attachment 642177 [details]
lspci_kernel3.4.11-1.fc16.x86_64.out

Comment 3 Javier 2012-11-10 14:34:32 UTC
Created attachment 642178 [details]
lspci_kernel3.6.2-1.fc16.x86_64.out

Comment 4 Javier 2012-11-10 14:35:02 UTC
Created attachment 642179 [details]
Hardware info

Comment 5 Javier 2012-11-24 22:38:12 UTC
I have tested with the Live version of Fedora 17 and Fedora 18 LXDE. With F17 it failed starting but with F18 it worked fine.

Comment 6 Josh Boyer 2012-11-28 15:18:57 UTC
According to comment #1, the system booted all the way to your rootfs and then started failing in various virtualbox related services.

Notably:

[   18.746904] mount[551]: mount: unknown filesystem type 'usbfs'
[   18.749171] systemd[1]: vbusbf.mount mount process exited, code=exited status=32

fails with a 3.6 kernel because usbfs was removed in the 3.5 kernel release.  You'll probably need to update your various vbox/dkms things.

Fedora doesn't provide vbox and there is nothing that indicates this is an actual kernel problem.

Comment 7 Javier 2012-12-06 10:03:26 UTC
Thanks for the response, I fixed it editing the file /etc/fstab and commenting out the line 
none 			/vbusbf 		usbfs rw.devgid=501,devmode=664 0 0



(In reply to comment #6)
> According to comment #1, the system booted all the way to your rootfs and
> then started failing in various virtualbox related services.
> 
> Notably:
> 
> [   18.746904] mount[551]: mount: unknown filesystem type 'usbfs'
> [   18.749171] systemd[1]: vbusbf.mount mount process exited, code=exited
> status=32
> 
> fails with a 3.6 kernel because usbfs was removed in the 3.5 kernel release.
> You'll probably need to update your various vbox/dkms things.
> 
> Fedora doesn't provide vbox and there is nothing that indicates this is an
> actual kernel problem.


Note You need to log in before you can comment on or make changes to this bug.