Bug 875327
| Summary: | kernel-3.6.2-1.fc16.x86_64 doesn't boot on Acer Aspire 5738z | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Javier <mjcves> | ||||||||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 16 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2012-11-28 15:18:57 UTC | Type: | Bug | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Javier
2012-11-10 14:30:42 UTC
Created attachment 642176 [details]
dmesg_kernel3.6.2-1.fc16.x86_64
Created attachment 642177 [details]
lspci_kernel3.4.11-1.fc16.x86_64.out
Created attachment 642178 [details]
lspci_kernel3.6.2-1.fc16.x86_64.out
Created attachment 642179 [details]
Hardware info
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. 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. 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. |