Bug 65099
| Summary: | Initial boot after install hangs with error 6 mounting ext2, No init found. Try passing init= to kernel | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Keith Seabourn <kseabourn> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | wolfgang.bock |
| 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: | 2002-05-23 19:13:43 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
Keith Seabourn
2002-05-17 14:54:53 UTC
Several things to try: #1: Boot the machine into rescue mode off the 7.3 cd and look for the /initrd directory in the mounted disk partition. If it is not present, create it and reboot. (references: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64883 http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-rescuemode.html) #2: If it is present (or even if it isn't), look at the /etc/modules.conf file in the mounted disk partition. It should have the line(or very similar to): alias scsi_hostadapter DAC960 If it does not, add it. Regardless, it might also be a good idea to rebuild the initial ram disk image file. cd /mnt/sysimage chroot . mkinitrd -f /boot/initrd-2.4.18-3.img 2.4.18-3 (if this machine is an SMP box, substitute 2.4.18-3smp for 2.4.18-3 in both places in the mkinitrd line) Then reboot, and see if it makes a difference. My gut suspicion is that this is a dupe of http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64736 Take a look at that and see. My system is SMP. I confirm that the following is true (from message by tcallawa): 1. /initrd exists and is empty 2. /etc/modules.conf contains ... alias scsi_hostadapter aic7xxx alias scsi_hostadapter1 DAC960 alias scsi_hostadapter2 DAC960 ... 3. I have rebuilt initial ramdisk file as per instructions Problem continues. System will not reboot, hangs. Problem seems identical to http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64736 Booting messages on screen are very similar, only differences are the hardware found in my system is different. I do not understand how to modify initrd is indicated in message In addition to adding the devices to initrd.img as you stated you did, modify the linuxrc in the initrd.img to mount your root device instead of /dev/root. For example: my new linuxrc: mount --ro -t ext3 /dev/rd/c0d0p2 /sysroot Can someone clarify? Thanks, Keith *** This bug has been marked as a duplicate of 65207 *** Is there a fix or patch for RH 7.2 besides using lilo? Time tracking values updated |