Bug 61310
Summary: | boot stops at the point right after loading swap | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | purgatory |
Component: | svgalib | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-03-21 04:05:13 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
purgatory
2002-03-17 04:34:35 UTC
Try the following: Boot with 'init=/bin/bash', then do: mount -n /proc mount -o rw,remount / mount /var (if you have a separate /var) rm -f /var/lib/rpm/__db* umount /var (again, if it's separate) mount -o ro,remount / umount /proc /sbin/reboot -f Does that help? closed, no response |