Announcement

Collapse
No announcement yet.

Installing from hard drive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Installing from hard drive

    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

    Comment


      #17
      Re: Installing from hard drive

      Gosh, I was afraid of that. Caused probably by different BIOSes.
      Here's another reference on it, too:

      http://users.bigpond.net.au/hermanzone/p15.htm#18

      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

      Working...
      X