Nov 21, 2009

Problem With Grub - error code: 16

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Linux

Problem With Grub - error code: 16

ebbinger_413
this was a confusing topic to post...it is a mixture of problems...both hardware and software. and it has to deal with both linux and windows...but i decided to put it here because the main problem is the linux.

i had dual booted my machine with linspire 5.0 and windows xp...since i did linspire 5.0 last...like i am suppose to, it used the grub boot loader. i decided after a while to get rid of linspire and just use vpc within windows to mess around with it. so i formated the partition within windows (prolly not the best idea). this got rid of the os but kept the bootload (which i had expected and was fine with). so when i turn my computer on it brings up the grub boot loader and has me choose between linspire 5.0, diag tools, redect, or windows xp....well...linspire is obviously gone so that just freezes...duh...the diag tools and redect tool still works obviously but does no good. so i just select windows xp and i was fine with that and didnt feel like puting the windows boot loader back on. but then just the other day i swapped my cd burner with a dvd burner to burn amityville horror for my g/f and i started windows copied the cd...no problems what so ever. i shut it down afterwards and went to bed. this morning when i woke up i started my computer and it started loading the grub boot loader and came up with an error (pissing me off to no point) it said loading grub v. w/e then said failure to load (or sumtin) and error 16...thats it...didnt do nuttin else. i restarted a couple times...same thing obvoiusly....

what is error 16!!!! was this caused by the hardware switch ? or is this just sum timeout with linspire's grub boot loader or what !

I NEED MY COMPUTER BACK sad.gif unsure.gif

 

 

 


Comment/Reply (w/o sign-up)

abhiram
You shouldn't have any problem with this one if you still have the your windows installation CD. You've actually removed the files necessary for grub to function properly, hence it isn't working now. I had the same problem a year ago. This can be fixed by restoring the windows Master Boot Record (MBR).

Boot from the Windows XP CD and let all the initial information whiz past. When you come to the first interactive screen, it says 'Press R to start recovery console'. Press R there and then it takes you to a black screen asking to select the type of keyboard. Don't press anything if you've got the default keyboard. Next it shows you the windows installations you've got. Since you've got only one windows installation, it should show something like:

CODE


1. C:\WINDOWS

Enter your choice:


Enter '1' (one) as your choice and then it asks you for your adminstrator password. Enter the adminstrator password and you're then given a command prompt. At the command prompt you have to type the following command as it is:

CODE

fixmbr


After this, type 'exit' and the system will reboot. Remove the CD and you should boot into Windows without any problems.

To get more information you can go here.

Another way would be to get some Linux rescue disk (I used Mandrake 10.1 install disk) and boot into rescue mode and select 'Restore Windows boot partition'.

 

 

 


Comment/Reply (w/o sign-up)

ebbinger_413
thanx...that refreshes my memory too...cause i had used the mandrake cd to restore the mbr before...but i have never seen it done with the windows xp cd...i actually thought they were stupid enough not to have a way to fix it.... thanks....but my real question is why did it do it all of a sudden, cause i had rebooted it tons of times after i had deleted the linspire partition and then all of a sudden the thing quit on me...it makes no sense to me...but w/e...i figured just maybe the hardware change trigered sumtin...but what would i know (im no linux pro)

Comment/Reply (w/o sign-up)

abhiram
That's something I don't know smile.gif. I had the same problem with LILO when I formatted my Linux partition from windows. It would just display 'LI' on the screen and hang up.

Comment/Reply (w/o sign-up)

yordan
QUOTE
i figured just maybe the hardware change trigered sumtin...but what would i know (im no linux pro)

I simply think that when you installed your DVD, Win XP tried to write some info on the MBR. And the MBR was not exactly as XP expected it to be (never modified by something other than Microsoft), and the no-standard thing which happened to work did not work any more.

Comment/Reply (w/o sign-up)

evought
QUOTE(ebbinger_413 @ Oct 14 2005, 01:07 PM)
thanx...that refreshes my memory too...cause i had used the mandrake cd to restore the mbr before...but i have never seen it done with the windows xp cd...i actually thought they were stupid enough not to have a way to fix it.... thanks....but my real question is why did it do it all of a sudden, cause i had rebooted it tons of times after i had deleted the linspire partition and then all of a sudden the thing quit on me...it makes no sense to me...but w/e...i figured just maybe the hardware change trigered sumtin...but what would i know (im no linux pro)
*



It has to do with the fact that Windows did a partial format. Rather than erase every byte, it just put an allocation table at the top of the disk which said the rest was free space. Now, grub had a disk offset stored in the bootloader which pointed to the space where your linux partition used to be and where the bootloader files just happened to still exist. Grub does not deal with file systems per se, just the hard physical addresses, so it had no way to know that file had been 'deleted', and it continued to function just fine.

Now, at some point, Windows actually allocated and used those blocks of disk, probably for the mpeg you were burning. Now, all of a sudden, grub looks for its data and finds *video* and has a fit.

It is basically a random time bomb. Some of the viruses that can unformat themselves work essentially the same way.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Grub Error Code 16

  1. Ubuntu 7.10 + Windows Xp Dual Boot - how to reinstall GRUB after windows reinstall (9)
    Ok so for a long time I had my dual boot working great, windows and ubuntu. But 2 days ago my
    windows required a wipe and clean install because of some issues, like it usually happens after 8
    months. So I reinstalled windows, well, first deleted the windows partition using the windows XP
    install CD. Then assigned a partition for windows (same size) and left the ubuntu and swap partition
    intact. But of course, windows deletes GRUB and replace it with their boot info, so now I can't
    boot ubuntu (I can't choose). How can I reinstall GRUB without having to reinstal...
  2. Restoring Grub Boot Loader - (12)
    Hi guys, Few days ago my friend ask me to reinstall Windows on his computer. The problem is he has
    dual OS, ubuntu linux(Dapper Drake) and Windows XP. If I reinstall the Windows the Grub loader on
    MBR will overwritten by Windows XP. i know after reinstalling Windows we cannot boot to Ubuntu.
    I'm newbie, So my question is, How we restore the Grub Loader back? I've try to boot from
    ubuntu using Live CD mode. But I still confuse /huh.gif" style="vertical-align:middle"
    emoid=":huh:" border="0" alt="huh.gif" /> the step-by-step how to restore the grub. Please he...
  3. Boot Error On Customized Kernel [solved] - (2)
  4. Strange Error When Trying To Install Fedora Core 9 - (6)
    Hi all, I tried to install Fedora Core 9 in a VmWare virtual machine under WinXP. I downloaded the
    DVD ISO image and proceeded with the installation. When the process was started since about a
    minute, the following error did show: "The file evince-2.22.1.1-1.fc9.i386.rpm cannot be opened.
    This is due to a missing file, a corrupt package or corrupt media" Fine, I told to myself,
    let's download the ISO image again, this time from a different server, just in case. No joy,
    same error. Tried another couple of times, each one using a different server for the download. Sa...
  5. Linux Basic Command - For Storing Compilation Error To File - (1)
    Ex: Compiling a cpp file using a basic command " g++ filename.cpp " and to run the program use
    ./a.out , Then to store the compilation error to text file use this command. g++ test.cpp >
    log.txt log.txt contains the compile time errors. ...
  6. Grub Error After Reinstalled Winxp - (11)
    I have Windows XP and Fedora 4 installed in my PC. Grub is the boot loader. Today, I decided to
    reinstall Windows XP. After the installation finished, I boot into fedora 4 with rescue disk. then..
    chroot, grub-install /dev/hda, reboot. but I could not boot into the system. It just show me this,
    grub> There is no option for me to choose. (It uses to have a list.) Then I fdis /mbr, root
    (hd0,0), set(hd0) yes, the grub menu is back. But cannot boot into both system (windows xp and
    Fedora 4) fc4: invalid compressed format (err=1) xp:disk error ,press any key to restart ...
  7. Using Ndiswrapper In Fedora Core 6 - Installation Error (4)
    Hi, I have been trying to install my wireless pcmcia card onto fedora core 6. to do this i have been
    trying to use ndiswrapper http://ndiswrapper.sourceforge.net but with no luck. i am using
    ndiswrapper-1.34 and i keep running into some problems. I can successfully complete the make
    distclean, make and make install (root) commands and they work without a problem. It is only when i
    try to enter the command ndiswrapper -i filename.inf (replacing filename.inf with the .inf file of
    my pc card) i get the following error QUOTE # ndiswrapper -i WG511v2.INF bash: nd...
  8. No Sound On Creative Pci 128.. - help..system-config-soundcard error (7)
    I just got a creative pci 128 sound card for my Fedora core 4 box. But it does not work (not sound,
    and work in windows xp). I have searched for solution in google for a while, but couldn;t found
    anything good. When I tryied to use command system-config-soundcard, it return a error message:
    amixer: unable to find simple control pcm,0 What is the problem?? How to fix it?? Thank you....
  9. Vim Error - Xlib: connection to ":0.0" refused (6)
    under normal user, vim command (in terminal) did not have any error. However, after I su to root,
    vim gave me error messages CONSOLE jedi@debian:~$ vim my.lst jedi@debian:~$ vim my.lst
    jedi@debian:~$ su Password: debian:/home/jedi# vim my.lst Xlib: connection to ":0.0" refused by
    server Xlib: No protocol specified Xlib: connection to ":0.0" refused by server Xlib: No protocol
    specified Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
    debian:/home/jedi# what does cause this problem?? How can I fix it?? Thank you....
  10. Find Command Error In Fedora 4 - (2)
    have anybody try the new version of fedora?? Fedora 4 was leased a few days ago. I just installed
    it on my PC. And here is a problem: I get the following message when I do a "find". CONSOLE #
    find / -name scim.pc find: WARNING: Hard link count is wrong for /proc: this may be a bug in your
    filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have
    failed to include directories that should have been searched. find: /proc/6000/task: No such file or
    directory find: /proc/6000/fd: No such file or directory /opt/src/scim/scim.pc ...



Looking for problem, grub, error, code, 16

See Also,

*SIMILAR VIDEOS*
Searching Video's for problem, grub, error, code, 16
advertisement



Problem With Grub - error code: 16

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com