Ubuntu :: Can't Enter Windows 7 Via Grub Boot Menu - Error 13 Invalid Or Unsupported Executable Format

Feb 4, 2010

i have just discoverd i can't enter my windows 7 via grub boot menu i get error 13 Invalid or unsupported executable format what can i do? # This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1

[Code]...

View 1 Replies


ADVERTISEMENT

Installation :: Can't Boot Windows (GRUB) / Invalid Or Unsupported Executable Format?

Feb 1, 2010

On my Laptop is an 80 GB HD. I installed Windows XP first (at this point it worked perfectly) then installed on the same HD, but on other partitions Archlinux.

The whole thing looks like this now:

/dev/sda1 <--- Windows xp
/dev/sda2 <--- arch linux (/, etc, etc^^)
/dev/sda3 <--- homes
/dev/sda4 <--- boot partition (grub)

(I got no SWAP partition, I got 4gb RAM (well can only use 3, since my system doesn't support 64bit), and my friend told me there's no absolute need for a a swap :>)

Arch Linux is booting perfectly (and very fast), but Windows XP doesn't want to boot anymore :>
(Just if it's from any importance: In the partition program I took the "bootable" flag away from my XP Partition and set it to sda4 - I thought I need to do that, but now I'm not so sure anymore :P )

My entry in the file /boot/grub/menu.lst looks like this (I also tried various others)

title Windows
root (hd0,1)
makeactive
chainloader +1

When I boot and choose the Windows XP in the GRUB boot menu, the following message appears:

error 13: invalid or unsupported executable format

When I set root(hd0,1) to root(hd0,0) (what seemed the most logical to me) and boot again selecting the windows xp, then the GRUB cosole appears.

So what did I do wrong - or better said: what should I do now?

View 9 Replies View Related

Ubuntu :: Grub Error 13 Invalid Or Unsupported Executable Format

Jul 22, 2010

A few days ago I booted up my computer as normal and loaded vista. It loaded fine, but then froze at the login window. I restarted my computer but this time when I tried to load vista I got the "Error 13" message. Ubuntu still loads up fine however.

I'm fairly certain that I'm using Grub - Legacy, and since most posts that I see post the contents of the menu.lst file, I will too

Code: # menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

[Code]....

View 7 Replies View Related

Debian :: Grub Error 13 Invalid Or Unsupported Executable Format?

Jul 22, 2010

A few days ago I booted up my computer as normal and loaded vista. It loaded fine, but then froze at the login window. I restarted my computer but this time when I tried to load vista I got the "Error 13" message. Ubuntu still loads up fine however.

I'm fairly certain that I'm using Grub - Legacy, and since most posts that I see post the contents of the menu.lst file, I will too Code: # menu.lst - See: grub(8), info grub, update-grub(8)

# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
code....

View 3 Replies View Related

General :: Grub And XP Error 13: Invalid Or Unsupported Executable Format

Apr 16, 2011

Reluctantly I made a temporary install of XP as follows Remove linux drive and install a wiped drive.format ntfs & install windows xp (w/sp3)shift ntfs drive to slave, replace linux drive as master and xp drive as slave. Add it to grub as follows:

Code:
# boot=/dev/sda1
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
titlem$ Windows XP
code....

View 1 Replies View Related

Ubuntu :: Error 13: Invalid Or Unsupported Executable Format?

Jun 25, 2010

I've searched all over the internet and have found numerous threads on this topic, none of which have helped me fix the problem. I'll post as much info I can about my setup.I have 3 hard drives... one is for ubuntu (9.10), one is for my data, and one is for Windows7. It looks like this:

1st drive (hda) = ubuntu
2nd drive (hdb) = data
3rd drive (hdc) = windows

[code]....

View 6 Replies View Related

Ubuntu / Apple :: Error 13 - Invalid Or Unsupported Executable Format

May 16, 2010

I've been googling all afternoon to fix this error I get. The situation is as follows: I have multiple harddrives (3x320gb and 1x160gb) all on the SATA interface. One of these drives contains Windows, and the rest I use for programs and downloads. I've installed Ubuntu 9.04 from a USB-stick using the installer's partitioner to make some room for Ubuntu (Ext4 filesystem). I've tried Ubuntu and SUSE in the past.

View 1 Replies View Related

Ubuntu Installation :: Error 13: Invalid Or Unsupported Executable Format

Jul 18, 2011

suddenly after upgrade

2.6.38-10-generic-pae ===> Error 16: Incosistent filesystem structure
2.6.38-10-generic-pae (recovery mode) ===> Error 13: Invalid or unsupported executable format
2.6.38-10-generic ===> Error 13: Invalid or unsupported executable format

[code]....

b08e48b7-1194-49c1-a743-91e7ee90334e is a link to /dev/dm-2 which is my root partition on nvidia raid

PS: At first it did not boot at all dropping out to grub shell, but I managed to boot it with gparted live usb stick and chroot to Ubuntu and re-install grub, but now 2.6.38-8 kernel works and 2.6.38-10 is not

View 1 Replies View Related

Software :: Unable To Boot To RHEL 4 32bit After Installing RHEL 64bit - Error 13: Invalid Or Unsupported Executable Format

Apr 27, 2009

I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.

View 1 Replies View Related

General :: Booting Into Kernel - Error 13: Invalid Or Unsupported Executable Format

Sep 13, 2010

I've been playing around with trying to assemble a bare-bones Linux system on a disk.img file through a loop device. I compiled the most recent stable kernel and then copied it onto the root partition in the image. When I try to boot up into the image using qemu, grub gives me this:


Code:
Booting 'tiny'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinux
Error 13: Invalid or unsupported executable format

Press any key to continue... I am confused because I compiled the kernel with 'make bzImage', and the architecture hasn't changed (qemu on the same machine used to build the kernel). So it should be bzImage format. Is that what this Error 13 means, or could it means something else is wrong...?

View 1 Replies View Related

OpenSUSE Install :: Cant Boot Xp - Invalid Or Unsupported Executable Format Chainloader +1

Sep 27, 2010

I was installing opensuse on the c partition and it gave errors so i aborted it now i click on windows and it says invalid or unsupported executable format chainloader +1 so then i proceeded to try and fix this by changing the menu.lst to this:

And now it tells me that disk isnt found so i need to know what to put in the menu.lst to load the actual windows partition and then fix the original error.

View 9 Replies View Related

CentOS 5 :: Died, Kernel File Not Found \ Get:Error 13: Invalid Or Unsupported Executable Format?

Aug 31, 2011

I have a weird problem with one of my servers (normal PC hardware). I was connected remotely using Putty, doing some stuff, and all of the sudden some commands, like "ls" stopped working, giving a "file or command not found" type of message. I restarted the ssh session, only to find out I couldn't log on any more (access denied). When I got home and rebooted the system, I was greeted with this:Booting 'CentOS (2.6.18-194.el5xen)'root (hd0,0)Filesystem type is ext2fs, partition type 0x83kernel /boot/xen.gz-2.6. 18-194.el5Error 15: File not foundPress any key to continue...Then I searched about this, found out that the files in /boot/grub/menu.lst did not exist at the specified location (/boot/xen.gz-2.6. 18-194.el5). Somehow I managed to find them in another place, copied them in place, and now I get:Error 13: Invalid or unsupported executable format

View 3 Replies View Related

Ubuntu Servers :: "error 13: Invalid Or Unsupported Executable Format"

Dec 3, 2010

I run a small home/hobby server. I attempted to upgrade it this morning. It was previously using 8.04 lts. I followed the instructions found here, [URL].. Upgrade for Ubuntu Servers (Recommended) I followed the on-screen instructions. After the installation was complete, I rebooted the server. On start up, I was greeted by this message "error 13: Invalid or unsupported executable format." I have since tried booting into every 10.04 kernel listed. However, the results are the same. I have attempted to find a solution via web search, but have had difficulty finding a solution that is appropriate for my situation.

View 4 Replies View Related

CentOS 5 :: Booting CentOS V5.2 Fails With GRUB Error 13: Invalid Executable Format?

May 5, 2009

I'm trying to install a dual booting machine with OpenSUSE v11.1 32bit and CentOS v5.2 64bit. I installed OpenSUSE first and allowed it to install and configure grub in the MBR and after that I wanted to proceed with CentOS v5.2. The installation went fine with two notable exceptions:- when I had to configure grub installation parameters, CentOS offered me only 2 solutions: either install it on the MBR of the first hard disk or not installing it at all. Other distributions are more flexible allowing you to install it in the boot sector of the root partition for example. Because I didn't want to ruin the existent grub onfiguration, I reluctantly accepted not to install it for CentOS assuming that I could manually configure the entry later in grub's menu.lst file.

- when I was presented with the options for software components installation, I've clicked on virtualization category/function because I intend to use the machine as a VMware host. There was no guidance on screen at that point and I blindly assumed that by choosing the virtualization function I would get necessary tools and drivers that will help me further on. It seems that this was a wrong move as you can see it below.

After completing the installation, I tried to search for a template or guiding on how the menu entry in menu.lst should look like but the grub directory was empty, not surprisingly because I've told CentOS earlier not to install it. Using the files in the /boot directory from the CentOS installation I tried to improvise a menu entry but it's not working. The boot stops with famous Error 13: Invalid or unsupported executable format. Using the file command to check what kind of files I'm trying to load as kernels I'm getting :

marte:~ # file /mnt/vmlinuz-2.6.18-92.el5xen
/mnt/vmlinuz-2.6.18-92.el5xen: gzip compressed data, from Unix, last modified: Tue Jun 10 19:20:51 2008, max compression

[code]....

View 2 Replies View Related

Ubuntu Servers :: Error 13: Invalid Or Un Supported Executable Format?

Aug 4, 2010

Ubuntu 9.04 server (64bit)
8GB
(2) 320 WD HDD - RAID 1

After coming home one evening I found my server was turned off. My suspicions lead me to believe we had a storm and the power went off, then the UPS went off and finally at that point the server went off too. I think my server was set to allow security updates. After it turned of and restarted it seems it made a change to Grub and upgraded it to Grub2. In doing so I now get the following message:

Error 13: Invalid or un supported executable format

I have tried to do the following:

url

This solved the problem for me, from > url

Quote:boot from the live medium and chroot into the Linux installation:

$ sudo mkdir /mnt/linux
$ sudo mount -t ext4 /dev/sda1 /mnt/linux
code....

Then, the following command should resolve the issue. :

$ sudo grub-install --recheck /dev/sda

View 4 Replies View Related

Ubuntu Installation :: Lost Windows 7 Boot Option In Grub - Error 12: Invalid Device Request

Jan 12, 2011

I had a working dual boot Ubuntu 10 and Windows 7. Anyways long story short, I got it working again but have lost the boot option for windows 7. If i run fdisk -l, I get the following.

root@support-Latitude-E6400:/home/support# fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders

[code]....

I installed gparted and can see that windows 7 is installed in dev/sda6. In another forum, i read that someone had to edit their menu.lst so i did with the following.

title=Windows 7
rootnoverify (hd0,6)
makeactive
chainloader +1

When i try to boot from windows 7, i get the following error. Error 12: invalid device request. How can i get my laptop to boot from windows again?

View 9 Replies View Related

Ubuntu Installation :: Grub And 9.04 - Error "invalid Command" Or "invalid Execution Format"

Aug 16, 2011

Bottom Line: Dvd Drive died in my toshiba laptop and it was replaced (not before tech for some reason reformatted the Win7 partition... which was 100% un-needed, but thats beside the point now. I redid win7 (the tech installed vista) and am TRYING to "redo grub". Facts: The Slackware AND Ubuntu Partitions ARE STILL THERE and when i use SuperGrub Boot CD (which doesn't restore my grub by itself) to boot into slackware, i can see ALL THE CONTENT of both Linuxes still there including grub on ubuntu partition

(Tri-Boot: Ubuntu, Slackware, and WIn7) I had it working for two years or so, SO i know this "setup" works fine. I am A) Trying to do this as simply as possible. B) Trying to avoid the need to download a 800MB ISO (as seen for this issue on this forum) and trying not to have to reformat Ubuntu Partition (though I have the .Debs I have downloaded for it backed up ... all 1.7GB of them) I have /dev/sda1 as win7, /dev/sda2 as Slack and /dev/sda3 as Ubuntu (which contains Grub Legacy).. Every command I do seems to result in an error like "invalid command" or "invalid Execution format " (i think that second one is right) type errors. I compiled (awhile back) a few kernels for Slackware, but feel goofy that I cant figure what i this out (what i thought was going to be a "2 minute" fix)

View 4 Replies View Related

Ubuntu :: When Select - Option To Boot Windows At The Grub Menu - Error

Jan 10, 2010

I installed Ubuntu as a dual-boot system with Windows XP very carefully. Unfortunately, though given the option to boot Windows at the grub menu, when I select it, I get an error. Booting Ubuntu on my other partition works just fine, no issues.

I also attempted to access files from the first partition in Ubuntu using gparted, but once I mounted it, all of my files were not present. I only saw manufacturer files, and many files and folders I didn't recognize.

Also, as an aside, my laptop monitor is suffering from occasional black-outs during use. Ubuntu gave me a little toolbar flag, telling me to go to a website and use the patches given to fix it, but I'm not quite so sure where to input the given patch text. Do I really need to go through the trouble of finding the source code, etc., or is it more simple?

View 9 Replies View Related

OpenSUSE Install :: Grub - Start Menu Is Gone - Windows Lizens Would Get Invalid

Jun 2, 2010

I can't turn on my PC and write jet from my neighbors notebook. Because of problems with Windows updates und ubuntu vpn I installed today Windows 7 again and then openSuse. It was OK. Than I began with set up of different Programms for windows, like WinRar, Avira Antivir ect... As soos as it was done I wanted to begin with set up of openSuse... But the start menu is gone - there is nothing there now! Last time I could choose betwee 2 windows partitions, openSuse start-partition and openSuse fall-Save. -Now there is only "grub>" line

And I doesn't have any idea what I can do, I doesnt know where are startfiles, where is /boot/grub order, I don't know how can grub be used also. But I know that if I try to register my windows 7 agan at the same day, my windows lizens would get invalid. Has someone any idee what can be done?

View 7 Replies View Related

OpenSUSE :: CUPS And Error Unsupported Format 'application/postscript?

Jun 9, 2010

Updated to CUPS 1.4.3 from printing repository and was getting this while page test printing:

Code:
/usr/bin/lp: Unsupported format 'application/postscript'!
Downgraded to 1.3.11 and it was solved.

openSUSE 11.2 x86_64, KDE 4.4.3

View 3 Replies View Related

Ubuntu Installation :: Non Executable Memory Error When Enter /usr/bin/check-bios?

Apr 1, 2011

I have decided to load the OS on a old HP Compaq DX2000 MT to see if its for me before putting it on my main machine.

I loaded Ubuntu version 10.10 last night everything was fine except I could not get my wireless adapter to work, I decided to connect via ethernet to get the latest updates and drivers.

After the updates and restart I now get the non executable memory error. when I enter
/usr/bin/check-bios-nx --verbose

I am told I have NX capabilities and should go to the bios and enable it. There is nothing in
the bios to enable as far as I can see. So I enter the command

sudo rm /etc/update-motd.d/20-cpu-checker

View 3 Replies View Related

Ubuntu :: Grub - Lost My Windows Partition - Can't Find Menu.lst In /boot/grub

Nov 1, 2010

I got ubuntu 10.04 lucid lynx along with windows (dual boot) and using Grub. On my computer, I have my C:/ (programs) and D:/ (data). I've never used my D:/ before that day that I've lost my windows partition on my grub menu. I usually use my D:/ with windows. The first time I used my D:/ to store data with linux, I lost my windows option in my grub menu. I'm not sure what I did wrong but I do want to restore my windows option in my grub menu.

After "fdisk -l",

I checked in /boot/grub and there is no menu.lst to modify. how I can get back my windows option in my grub menu ?

View 24 Replies View Related

Ubuntu Installation :: When The GRUB Boot Menu Starts Up There Is An Option For Win 7 Boot But It Will Not Boot Windows?

May 2, 2011

I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....

View 3 Replies View Related

Ubuntu :: Windows 7 Won't Boot - Displays Windows Logo And Then Drops Back To The Grub Menu

Jan 9, 2010

I have a Compaq Presario CQ60 with Nvidia GeForce 8200M graphics card. When I first installed Windows 7 followed by Karmic in dual boot I could boot into both OS. Now when I try to boot into Windows, it displays the Windows logo and then drops back to the grub menu. It may have started happening after Windows 7 installed updates. I tried reinstalling both Windows and Karmic again and it again worked initially but now Windows no longer boots. Does anyone have any suggestions about what may be causing this or how I can fix the problem without reinstalling?

View 9 Replies View Related

Ubuntu Installation :: Add Windows 7 To My Grub Menu Or To Even Be Able To Boot To Windows 7?

Mar 5, 2011

how to be able to add windows 7 to my grub menu or to even be able to boot to windows 7. I am currently unable to do it and my system just automatically goes straight to ubuntu. I've tried holding down SHIFT during startup and all that appears in my list is ubuntu entries and a memtest entry. My windows 7 files are still intact because I can see the drive through ubuntu and see all my files. I am trying to have Windows 7 on one hard disk that is 640GB and ubuntu on a second hard disk that is 160GB

[Code]...

View 9 Replies View Related

General :: Unable To Boot Windows / Grub Error Saying GRub Loading Stage2 Read Error

Jul 8, 2011

I am new to Linux. I have installed RHEL 5.4 on my PC with preloaded Windows XP.

Windows was set as the first boot kernel. So if i do not choose which OS to be loaded it will load Windows by Default.

Today I got an error saying GRub Loading Stage2 read error.

View 9 Replies View Related

Ubuntu :: Missing Grub And Dual Boot Menu - Windows Won't Boot

Jul 3, 2011

i am having a problem with my dual boot setup. I originally installed windows XP on a 100gb hard drive, from there i downloaded and burnt ubuntu off so i could install it on my 200gb hard drive. For a little bit i struggled to even get it to install because it wouldn't recognize my onboard nvidia graphics, i ended up having to get an alt boot disk and fix it with technique in this link:

[URL]

Now after the bios boot, my screen shuts off for awhile and takes me directly to the login screen for ubuntu. No Grub, no windows boot options, nothing. I tried booting windows by choosing it from the bios boot menu but all it does is hang at prompt and doesn't boot at all. I tried the live cd fix and reinstalled grub but nothing changed. What i think is happening is that it boots the Grub menu but it doesn't display it because of graphical confrontations. It hangs for about 10 seconds, the grub default time, and then turns my monitor back on to display the Ubuntu login screen.

View 8 Replies View Related

Ubuntu :: Can't Enter Recovery Mode:: NO GRUB MENU

Jul 3, 2010

I used to have a grub menu with options of

*Ubuntu
*Ubuntu Recovery Mode
*Memtest
and
*Windows

but later I installed Ubuntu alone on a machine , and i do not have GRUB menu. and i want to enter the Recovery mode.

View 8 Replies View Related

Ubuntu :: Cannot Boot Windows From GRUB Menu

Jun 6, 2010

I upgraded to Ubuntu 10.04 recently and now have MBR problem. When selecting Windows XP from the GRUB menu the screen defaults to terminal mode with grub rescue> displayed. I admit I know little to nothing about Ubuntu, unix, etc other than I like what I have seen so far and am trying to learn more. I need to (unfortunately) use Windows and have data on it that I can't afford to lose. How can I repair the problem so I can boot Windows from the menu? Thank you

P.S. I was dual booting successfully earlier. I had the previous version of Ubuntu running with Win XP and everything was fine. The problem started when I upgraded to Ubuntu 10.04. I have tried reinstalling 10.04 with no success. If I am unable to get dual boot working my wish would be to save my Win data and then I can wipe clean and reinstall Win and Linux.

View 7 Replies View Related

Ubuntu Installation :: Boot To 10.04 Or Windows XP From Grub Menu?

May 3, 2010

It would be nice to get a sticky thread up for dual boot installation issues. It seems like this is a very common problem with the upgrade from 9.10 to 10.04.

I was finally able to solve my issue dual booting 10.04 and Windows XP Home at this thread.

[URL]

I had to reinstall Grub2 and run update-grub.

Then I had to run Rescue on my XP disk. Once to the DOS command line I ran the following command:

C:Windows>fixboot c:

I rebooted and now all is well. I can boot to Ubuntu 10.04 or Windows XP from my Grub menu.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved