Find the answer to your Linux question:
Results 1 to 4 of 4
...I know this is an old problem but i cant find the solution..... I've Win XP on drive 0 Normal non bootable drive 1 and Debain loaded on drive 2 ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    2

    Grub Error 13

    ...I know this is an old problem but i cant find the solution.....
    I've Win XP on drive 0
    Normal non bootable drive 1 and
    Debain loaded on drive 2
    I cant boot XP without this error

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Did you look at the Grub Manual ?
    Quote Originally Posted by The Grub Manual
    13 : Invalid or unsupported executable format
    This error is returned if the kernel image being loaded is not recognized as Multiboot or one of the supported native formats (Linux zImage or bzImage, FreeBSD, or NetBSD).

    Most likely it is due to an incorrect setup for your Windows XP loading in /boot/grub/menu.lst.

    Does your XP section looks like that?
    Code:
    title           Microsoft Windows XP Professional
    root            (hd0,0)
    savedefault
    makeactive
    chainloader     +1
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    2

    Exactly

    Yip thats it...

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Looking at this thread:
    http://www.linuxforums.org/forum/gen...indows-xp.html

    It gives an idea... what is the output of
    Code:
    fdisk -l
    ?
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

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