Find the answer to your Linux question:
Results 1 to 5 of 5
I have installed RHEL and XP in PC. I have got C: corrupted After formatting that i cant enter into linux, if i boot i received the following message, filesystem ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2

    Dual boot

    I have installed RHEL and XP in PC. I have got C: corrupted After formatting that i cant enter into linux, if i boot i received the following message,

    filesystem type unknown partition type 0x5
    Kernal /vmlinnuz-2.6.9-5.EL.smp/ro root=LABEL=/rhyb quiet
    Error 17: Cannot mount selected partition
    Press any key to continue.

    After press the key it directly boot to windows

    What i want to do boot into linux.

    Thanks in advance

  2. #2
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    paste the output of
    fdisk -l
    here
    use any live cd to run this
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to reinstall GRUB.
    Boot up in Rescue Mode using RedHat installation CD/DVD and execute this at shell prompt :
    Code:
    chroot /mnt/sysimage
    grub-install /dev/sda
    exit 
    exit
    In case it doesn't work, post the output of fdisk -l command as suggested by bilal_jan.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2
    Thank you for the suggestions. Now its works.
    I try to install gcc-3.4.6 in Redhat Linux 4.2 while configure i got this error,
    configure: error: C preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.

    Help me to resolve

  5. #5
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108

    Smile

    Quote Originally Posted by rajim View Post
    I try to install gcc-3.4.6 in Redhat Linux 4.2 while configure i got this error,
    configure: error: C preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.

    Help me to resolve
    good that you sorted the problem out.

    but making different thread for this problem would be more helpfull for other and you.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...