Bug 183079
| Summary: | Kernel not installing properly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | ryuhei yokokawa <ryuheixys> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | paulds, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-26 23:12:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
ryuhei yokokawa
2006-02-26 01:23:11 UTC
I got the same errors during installation of the kernel package, but manually adding the grub.conf entry allowed the kernel to boot normally. Can you attach your grub.conf? Here's my grub:
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15 with the 1977 something)
root (hd0,0)
kernel /vmlinuz-2.6.15-1.1977_FC5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.15-1.1977_FC5.img
title Fedora Core (2.6.15-1.1955_FC5)
root (hd0,0)
kernel /vmlinuz-2.6.15-1.1955_FC5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.15-1.1955_FC5.img
when you installed, did it spit out the exact same errors?
|