Hello Everyone,<br><br>I got this tiny issue on my Dell XPS, I run a dual boot Windows Vista and Ubuntu 8.04.2 on this laptop it has been working since several days before but today I found out that I am not able to boot Vista anymore I got the <strong>Error 13: Invalid or Unsupported Executable Format message </strong>everytime I try to boot, I actually did a search and I was able to find some info about it <a href="http://ubuntuforums.org/showthread.php?t=282545">here</a> and I tried changing the menu.lst but without any change or progress, still says Error 13, I wonder if anyone could guide me resolving this.<br>
<br>TIA<br><br>here's my menu.lst:<br><br><br># menu.lst - See: grub(8), info grub, update-grub(8)<br>#            grub-install(8), grub-floppy(8),<br>#            grub-md5-crypt, /usr/share/doc/grub<br>#            and /usr/share/doc/grub-doc/.<br>
<br>## default num<br># Set the default entry to the entry number NUM. Numbering starts from 0, and<br># the entry number 0 is the default if the command is not used.<br>#<br># You can specify 'saved' instead of a number. In this case, the default entry<br>
# is the entry saved with the command 'savedefault'.<br># WARNING: If you are using dmraid do not use 'savedefault' or your<br># array will desync and will not let you boot your system.<br>default        0<br>
<br>## timeout sec<br># Set a timeout, in SEC seconds, before automatically booting the default entry<br># (normally the first entry defined).<br>timeout        10<br><br>## hiddenmenu<br># Hides the menu by default (press ESC to see the menu)<br>
#hiddenmenu<br><br># Pretty colours<br>#color cyan/blue white/blue<br><br>## password ['--md5'] passwd<br># If used in the first section of a menu file, disable all interactive editing<br># control (menu entry editor and command-line)  and entries protected by the<br>
# command 'lock'<br># e.g. password topsecret<br>#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/<br># password topsecret<br><br>#<br># examples<br>#<br># title        Windows 95/98/NT/2000<br># root        (hd0,0)<br>
# makeactive<br># chainloader    +1<br>#<br># title        Linux<br># root        (hd0,1)<br># kernel    /vmlinuz root=/dev/hda2 ro<br>#<br><br>#<br># Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST<br><br>
### BEGIN AUTOMAGIC KERNELS LIST<br>## lines between the AUTOMAGIC KERNELS LIST markers will be modified<br>## by the debian update-grub script except for the default options below<br><br>## DO NOT UNCOMMENT THEM, Just edit them to your needs<br>
<br>## ## Start Default Options ##<br>## default kernel options<br>## default kernel options for automagic boot options<br>## If you want special options for specific kernels use kopt_x_y_z<br>## where x.y.z is kernel version. Minor versions can be omitted.<br>
## e.g. kopt=root=/dev/hda1 ro<br>##      kopt_2_6_8=root=/dev/hdc1 ro<br>##      kopt_2_6_8_2_686=root=/dev/hdc2 ro<br># kopt=root=UUID=72888393-f306-4e25-94cf-fa6737d12111 ro<br><br>## Setup crashdump menu entries<br>## e.g. crashdump=1<br>
# crashdump=0<br><br>## default grub root device<br>## e.g. groot=(hd0,0)<br># groot=(hd0,2)<br><br>## should update-grub create alternative automagic boot options<br>## e.g. alternative=true<br>##      alternative=false<br>
# alternative=true<br><br>## should update-grub lock alternative automagic boot options<br>## e.g. lockalternative=true<br>##      lockalternative=false<br># lockalternative=false<br><br>## additional options to use with the default boot option, but not with the<br>
## alternatives<br>## e.g. defoptions=vga=791 resume=/dev/hda5<br># defoptions=quiet splash<br><br>## should update-grub lock old automagic boot options<br>## e.g. lockold=false<br>##      lockold=true<br># lockold=false<br>
<br>## Xen hypervisor options to use with the default Xen boot option<br># xenhopt=<br><br>## Xen Linux kernel options to use with the default Xen boot option<br># xenkopt=console=tty0<br><br>## altoption boot targets option<br>
## multiple altoptions lines are allowed<br>## e.g. altoptions=(extra menu suffix) extra boot options<br>##      altoptions=(recovery) single<br># altoptions=(recovery mode) single<br><br>## controls how many kernels should be put into the menu.lst<br>
## only counts the first occurence of a kernel, not the<br>## alternative kernel options<br>## e.g. howmany=all<br>##      howmany=7<br># howmany=all<br><br>## should update-grub create memtest86 boot option<br>## e.g. memtest86=true<br>
##      memtest86=false<br># memtest86=true<br><br>## should update-grub adjust the value of the default booted system<br>## can be true or false<br># updatedefaultentry=false<br><br>## should update-grub add savedefault to the default options<br>
## can be true or false<br># savedefault=false<br><br>## ## End Default Options ##<br><br>title        Ubuntu 8.04.2, kernel 2.6.24-23-generic<br>root        (hd0,2)<br>kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=72888393-f306-4e25-94cf-fa6737d12111 ro quiet splash<br>
initrd        /boot/initrd.img-2.6.24-23-generic<br>quiet<br><br>title        Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)<br>root        (hd0,2)<br>kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=72888393-f306-4e25-94cf-fa6737d12111 ro single<br>
initrd        /boot/initrd.img-2.6.24-23-generic<br><br>#title        Ubuntu 8.04.2, kernel 2.6.24-19-generic<br>#root        (hd0,2)<br>#kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=72888393-f306-4e25-94cf-fa6737d12111 ro quiet splash<br>
#initrd        /boot/initrd.img-2.6.24-19-generic<br>#quiet<br><br>#title        Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)<br>#root        (hd0,2)<br>#kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=72888393-f306-4e25-94cf-fa6737d12111 ro single<br>
#initrd        /boot/initrd.img-2.6.24-19-generic<br><br>title        Ubuntu 8.04.2, memtest86+<br>root        (hd0,2)<br>kernel        /boot/memtest86+.bin<br>quiet<br><br>### END DEBIAN AUTOMAGIC KERNELS LIST<br><br># This is a divider, added to separate the menu items below from the Debian<br>
# ones.<br>title        Other operating systems:<br>root<br><br><br># This entry automatically added by the Debian installer for a non-linux OS<br># on /dev/sda1<br>#title        Windows Vista/Longhorn (loader)<br>#root        (hd0,0)<br>
#savedefault<br>#makeactive<br>#chainloader    +1<br><br>title              Windows Vista<br>root               (hd0,0) (I actually changed this lines to hd1,0 - hd0,1 etc without any progress)<br>savedefault<br>makeactive<br>
map                (hd0) (hd1)<br>map                (hd1) (hd0)<br>chainloader        +1<br><br><br><br>-- <br>"It is human nature to think wisely and act in an absurd fashion."<br><br>"Todo el desorden del mundo proviene de las profesiones mal o mediocremente servidas"<br>