<br><div class="gmail_quote">On Wed, Feb 25, 2009 at 10:36 AM, Brenda Radford <span dir="ltr"><<a href="mailto:brkittycat@verizon.net">brkittycat@verizon.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</a><br>
</div><div class="Ih2E3d">[mailto:<a href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</a>] On Behalf Of Bob McClure Jr<br>
Sent: Tuesday, February 24, 2009 9:29 PM<br>
To: Getting started with Red Hat Linux<br>
Subject: Re: New Monitor<br>
<br>
</div><div><div></div><div class="Wj3C7c">On Tue, Feb 24, 2009 at 08:48:29PM -0500, Brenda Radford wrote:<br>
><br>
> <some, otherwise fine, but irrelevant at this point, snippage><br>
><br>
> If it does see the hard drive, you might want to try to reset the BIOS<br>
> to its default settings.  If the machine hasn't been fired up in a<br>
> while, it is possible that some of the BIOS settings got glitched due<br>
> to an old motherboard CMOS battery (that's a button-shaped battery on<br>
> the motherboard that keeps the CMOS memory holding the BIOS settings<br>
> alive when the machine's powered down).  If that's the case, and once<br>
> you get the machine up, you really need to replace that CMOS battery.<br>
><br>
> ><br>
> >> I do not know how to boot up in text only mode. You will have to tell<br>
me<br>
> how<br>
> >> to do that<br>
><br>
> As to booting in text mode, it sounds complicated but it isn't:<br>
><br>
> 1. Wait for the grub menu to come up, then press the spacebar.<br>
><br>
> 2. Use the keyboard up and down arrow keys to highlight the kernel you<br>
> want to boot (it's probably already selected).<br>
><br>
> 3. Press "E" (for "Edit").  You'll be shown a couple of lines of text.<br>
><br>
> 4. Use the up/down arrow keys to select the line that starts with the<br>
> word "kernel".<br>
><br>
> 5. Press "E" again and that line of text will be displayed for editing.<br>
><br>
> 6. Press the "End" key on your keyboard or use the right arrow key to<br>
> get to the end of the line.<br>
><br>
> 7. Add " text" OR " 3" (that's a space and the word "text" OR a space<br>
> and the digit "3") to the end of the line.  Do NOT include the quotes.<br>
> The end of the line should look something like:<br>
><br>
>       rhgb quiet text<br>
> or<br>
>       rhgb quiet 3<br>
><br>
> 8. Press the "ENTER" key to save the line.<br>
><br>
> 9. Press "B" to boot the kernel with the changes.<br>
><br>
> Note that these changes are only temporary and will work for THIS boot.<br>
> If you reboot, you'll have to do this again.<br>
><br>
> >><br>
> >> I hope it is not DOA. It was working a couple of months ago. I did not<br>
> have<br>
> >> the money to renew my Red Hat Academic subscription until today, and I<br>
> was<br>
> >> hoping to get the box updated.<br>
><br>
> We'll get it sorted.  It's difficult to diagnose remotely and on a<br>
> mailing list to boot, but we've done far more arcane things here!  :-)<br>
><br>
> >> Thanks to all you guys; I hope I answered all your questions. I love<br>
this<br>
> >> install list.<br>
><br>
> If you could, Brenda, try not to top post.  It makes following the<br>
> logic of the messages difficult.  It's better to place your comments<br>
> and responses below what you're commenting on (as we try to do).<br>
><br>
> Windows mail clients default to top posting, but nothing says you HAVE<br>
> to put your response there.  Just use the arrow keys to scroll down to<br>
> where you want to put your comment and do it your way.<br>
><br>
> ----------------------------------------------------------------------<br>
> - Rick Stevens, Systems Engineer                      <a href="mailto:ricks@nerd.com">ricks@nerd.com</a> -<br>
> - AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -<br>
> -                                                                    -<br>
> -     Make it idiot proof and someone will make a better idiot.      -<br>
> ----------------------------------------------------------------------<br>
><br>
> I opened up the case and reseated the memory and made sure the hard drive<br>
> was plugged in properly and reconnected the floppy drive (I think the<br>
cable<br>
> was on backwards; I seem to remember that makes the light stay on) and<br>
fired<br>
> it up again and got it working with the new monitor. I went into grub,<br>
> changed it to text, and pressed B to boot the kernel with the changes.<br>
> Then I got these error messages:<br>
><br>
> VFS: can't find ext 3 filesystem on dev dm-0<br>
> mount: error 22 mounting ext 3<br>
> mount: error 2 mounting none<br>
> switchroot: mount failed: 22<br>
> umount/initrd/dev failed: 2<br>
> Kernel panic - not syncing: Attempted to kill init!<br>
><br>
> This cannot be good. Something is wrong with the hard drive, is that what<br>
it<br>
> all means?<br>
<br>
Well, the drive's not totally toast, since it booted partway, but one<br>
of the filesystems is in a hurting status.<br>
<br>
> FYI, I was able to boot with Knoppix.<br>
<br>
Is that a live CD?  If so, you can do some poking around, starting<br>
with:<br>
<br>
  fdisk -l # that's "ell", not one<br>
  lvscan<br>
<br>
The first will find all the physical partitions.  The next will find<br>
all the logical volumes.  Let us know what they report.<br>
<br>
For each of the partitions listed as a Linux (type 83) filesystem, run<br>
<br>
  e2fsck /dev/hdax # where "x" is the partition number<br>
<br>
For each of the LVs (if any), run<br>
<br>
  e2fsck /dev/<vgname>/<lvname><br>
<br>
Make a note of which one(s) ha(ve|s) problems.<br>
<br>
If you still have your distribution disks, boot with Disc 1, and at<br>
the Boot: prompt, put "linux rescue".<br>
<br>
When it asks about networking, tell it no.  When it offers to mount<br>
any filesystems, tell it "continue" (i.e. make it so).  Some of the<br>
mounts will probably fail, but if any succeed, you can<br>
<br>
  chroot /mnt/sysimage<br>
<br>
The do a<br>
<br>
  cat /etc/fstab<br>
<br>
and report the results.<br>
<br>
Don't know what more to suggest until we get that information.  At<br>
that point, you can<br>
<br>
  exit # or Ctrl-D out of the chroot shell<br>
  exit # or Ctrl-D, yes, again, to reboot<br>
<br>
After it says something about "rebooting", let it roll to see if<br>
something wonderful happens, or just shut it down.<br>
<br>
> Thanks<br>
> Brenda<br>
<br>
Cheers,<br>
--<br>
Bob McClure, Jr.             Bobcat Open Systems, Inc.<br>
<a href="mailto:bob@bobcatos.com">bob@bobcatos.com</a>             <a href="http://www.bobcatos.com" target="_blank">http://www.bobcatos.com</a><br>
Never be lacking in zeal, but keep your spiritual fervor, serving the<br>
Lord.  Romans 12:11 (NIV)<br>
<br>
<br>
<br>
</div></div>fdisk -l<br>
<br>
Device  boot    start   end     ID      system<br>
<br>
/dev/hde1       *       1       13      83      Linux<br>
/dev/hde2               14      9729    8e      Linux LVM<br>
<br>
lvscan<br>
<br>
inactive        /dev/VolGroup00/LogVol00        [72.62GB]       inherit<br>
inactive        /dev/VolGroup00/LogVol01        [1.75GB]        inherit<br>
<br>
<br>
e2fsck /dev/<vgname>/<lvname><br>
       /dev/VolGroup00/LogVol00<br>
         /dev/VolGroup00/LogVol01<br>
I got this error message for both:<br>
<br>
No such file or directory while trying to open<br>
The superblock could not be read or does not describe a correct ext2<br>
filesystem. If the device is valid and it really contains an ext2 file<br>
system (and not swap or ufs or something else), then the superblock is<br>
corrupt and you might try running e2fsck with an alternate superblock:<br>
E2fsck -b 8193 <device><br>
<br>
Linux rescue gave me this:<br>
You don't have any Linux partitions.<br>
<br>
The chroot /mnt/sysimage<br>
And cat /etc/fstab also failed. No such file or directory<br>
<br>
Nothing wonderful happened when it rebooted.<br>
<br>
Now what do I do? Do I have to start over with a fresh install?<br>
This reminds me of a blue screen in Windows. I had one of those last<br>
January.<br>
<br>
Thanks,<br>
<font color="#888888">Brenda<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br></div></div></blockquote></div>Bob or Rick may have a different take. I say if you have nothing to lose<br>then why not do a fresh install. Still in reviewing this post it seems some<br>part of the file systems is hosed. If a recovery option exists, as a tech-guy<br>
I would pursue it just for the learning experience. From a sys admin point of<br>view with the goal of having a running box do a fresh install. Assuming no<br>data or apps are needed from the existing install. <br><br><br>
<br><br><br><br clear="all"><br>-- <br>Ted Potter<br><a href="mailto:tpotter@techmarin.com">tpotter@techmarin.com</a><br>Never do anything against conscience even if the state demands it. - Albert Einstein<br>