Results 1 to 6 of 6

Thread: booting problem

  1. #1
    Right Off the Assembly Line
    Join Date
    Sep 2005
    Posts
    32

    Exclamation booting problem

    hi


    i recently installed fedora core 4 on my hp pavilion 810 pc which has windows xp

    before the i also created swap and install partions for linux and went to installation

    i choosed the grub bootloader and windows as default and every thing worked smoothly

    and after the installation the system rebooted and when i pressed enter on keyboard the

    grub bootloader showed fedora 4 and windows but when i booted by selecting the

    windows option instead of windows xp the system boots in to the sytems recovery partion


    configured by hp as a result i can't boot in to xp but fedora has no problems

    my hp system has two partions C and D in which C is the main partition and D

    is the recovery partition which is used for recovering system when system is unbootable or any other sytem failiure it is accessed by pressing F10 on the keyboard while system boot screen shows
    IT can reinstall xp on to the C drive by formating the drive again

    to install i bought a new 80 gb hard disk and partioned it with windows diskmanagement tool

    and created the swap and main partion for linux.


    my real problem is how can boot in to xp and what is the cause for this??


    please help

    ASHOK

  2. #2
    18 Till I Die............
    Join Date
    Jul 2004
    Location
    India, Mumbai, Marine Lines
    Posts
    5,792

    Default

    Arre yaar you must have selected to boot from D drive instead of C. Post the contents of your
    Code:
    fdisk -l
    and
    Code:
    /boot/grub/menu.lst
    .

  3. #3
    Right Off the Assembly Line
    Join Date
    Sep 2005
    Posts
    32

    Default Re: booting problem

    during the installation in bootloader configurations it showed hda1 and fedora 4 and want me to choose the default partition i selected hda1 which is i assume windows and by the way
    my first hard disk is IDE AND SECOND ONE IS SATA I INSTALLED FEDORA ON SATA
    DISK PARTITION creating the swap an installation partition i bought it afetr my first hdd becomefull

    in think you are correct but grub is showing only d partiton in the bootconfiguration menu during installation how can i direct grub towards c partition how can edit bootconfiguration

  4. #4
    18 Till I Die............
    Join Date
    Jul 2004
    Location
    India, Mumbai, Marine Lines
    Posts
    5,792

    Default Re: booting problem

    Can you please post me the results of commands I mentioned in previous post. Then I may be able to tell you how to go about.

  5. #5
    String Phreak mediator's Avatar
    Join Date
    Mar 2005
    Location
    In ur Evil Mind!
    Posts
    2,458

    Default Re: booting problem

    HI plz direct de results firsts as asked by @tech_your_future. I hope u aint messed up with windows parition.
    Also try mounting hte windows partition in FC4.

    OPen terminal and as root type
    *****
    cd /mnt
    mkdir winc
    mount -t vfat /dev/hda1 /mnt/winc
    cd /mnt/winc
    ls
    *****

    If u see ur windows filez then ur Xp is Ok!
    U just need to configure grub!

  6. #6
    Wise Old Owl vignesh's Avatar
    Join Date
    Jul 2004
    Location
    Chennai
    Posts
    1,659

    Default Re: booting problem

    At boot enter the grub prompt and type the following

    root (hd0,0)

    chainloader +1

    boot

    This should boot into xp if xp is on the first partition.

    If this works then edit your /boot/grub/grub.conf files as root and add these lines

    title Windows xp
    root (hd0,0)
    chainloader +1
    boot

    And remove the previous one.. Or just check if your file as this entry.
    Last edited by vignesh; 30-04-2006 at 12:00 AM.

Similar Threads

  1. Booting problem, Please help me :-(
    By bhutanesedude in forum Hardware Q&A
    Replies: 12
    Last Post: 04-02-2010, 09:14 PM
  2. Booting Problem
    By adityaravi1990 in forum Software Q&A
    Replies: 2
    Last Post: 24-03-2009, 05:29 PM
  3. Booting Problem
    By ARJOT SINGH in forum Software Q&A
    Replies: 8
    Last Post: 22-04-2008, 07:08 PM
  4. Booting Problem !!!
    By bajaj151 in forum Software Q&A
    Replies: 6
    Last Post: 23-09-2007, 11:03 PM
  5. BOOTING PROBLEM
    By AVESH NARANG in forum Software Q&A
    Replies: 5
    Last Post: 16-02-2005, 10:32 PM

Bookmarks

Posting Permissions

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