If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
See this post within Qqmike's HOW TO: GRUB Methods - Toolkit concerning Gurb error 18.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
Unfortunately, Error 18 can be difficult to fix, a real nuisance.
First, though:
When you plug the external HD into to your laptop (not your mom's, but yours), do you see the GRUB boot menu before seeing Error 18? If so, then you can try to re-install GRUB when it is in your personal machine:
Press "c" key when you see the boot menu.
That gives a grub> prompt.
type
find /boot/grub/stage1
That will return some value (hd0,y) (where y will be 0, 1, 2, 3, or some value). Now, I do presume that it will say hd0 since you booted from the external drive (in your machine).
Put that (hd0,y) here:
grub> root (hd0,y)
grub> setup (hd0)
grub> quit
That will re-set GRUB and sometimes that works to clear the Error 18 (I get 18 sometimes when messing with flash drives).
An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
Comment