Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, please help me! I have installed easy peasy on my toshiba laptop. I used the install wizard provided and partitioned my hard drive so that windows was in the ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2

    [SOLVED] GRUB doesn't see existing windows installation

    Hi, please help me! I have installed easy peasy on my toshiba laptop.
    I used the install wizard provided and partitioned my hard drive so that windows was in the first section (I set the usage to 'do not use'), then created a swap space of 2gb, then created an ubuntu partition of 10gb. Everything seemed to go fine (I'm actually typing this from firefox in easy peasy) but when I turn the laptop on, I'm only given a boot menu if I keep pressing the esc key during bootup and even when I get to the boot screen, it doesn't give me an option of selecting windows.
    How do I get it back?
    All the other people in my house only use windows, so I must get the old xp as a boot option.
    Please help me, before I have to wipe everything and do a fresh install!!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Its really easy to add Windows OS in GRUB menu but we have to check partition structure of your Hard disk first. Open Terminal and execute this
    Code:
    sudo fdisk -l
    Post output here.

    * Its small L in fdisk -l.

    when I turn the laptop on, I'm only given a boot menu if I keep pressing the esc key during bootup
    Press Alt+F2 and type this in Command Box :
    Code:
    gksu gedit /boot/grub/menu.lst
    It will open menu.lst file in Gedit with root privileges.

    Put # sign before hiddenmenu line.
    Code:
    #hiddenmenu
    GRUB Menu will start appearing at startup by default.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2

    ahem... embarrasing...

    erm, I may have panicked in posting too early.
    I did a more detailed search than I had attempted earlier and found an answer.
    I had to edit the menu file to get XP to appear in the boot menu. My windows installation had become corrupted, so a quick re-install of XP and now everything is peachy!
    Sorry for wasting your time.
    Thanks,
    Barnaby

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its all right. Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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