Try modifying the sets like this:

grub> root (hd0,0)
grub> setup --stage2=/boot/grub/stage2 (hd0)
grub> quit

The only difference is the --stage2 option.

Or if you choose to do the install manually, you can try to fix the
install line that is failing with:

install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+16 p
(hd0,0)/boot/grub/stage2 /boot/grub/grub.conf

Again, the addition is the --stage2= part.

Cheers,

-- 
Trevor Lauder
Web: http://www.thelauders.net
E-Mail: [EMAIL PROTECTED]
Resume: http://www.thelauders.net/resume.html
Gentoo Powered

"Any intelligent fool can make things bigger and more complex... It takes
a touch of genius -- and a lot of courage to move in the opposite
direction."  -- Albert Einstein

HJ Hornbeck said:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Kevin Anderson wrote:
> | Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p
> | (hd0,0)/boot/grub/stage2 /boot/grub/grub.conf"
> |     Error 22 no such partition.
>
> ~ I haven't seen this error yet. Grub's manual isn't terribly helpful
> either:
>
> 22 : No such partition
> ~    This error is returned if a partition is requested in the device
> part of a device- or full file name which isn't on the selected disk.
>
> ~ "setup" is just a wrapper around the "install" command, and as seen
> above prints out the "install" line in case you want to try it yourself.
> I'm guessing the "(hd0)1+16" portion might be to blame, so try manually
> retyping that line without it. I have never had to manually set the
> install address, even with "install".
>
> HJ Hornbeck
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQE+2OISbYQU8p5saQIRAhspAJsH152DygjqdgJ+MEsFv1RvJ3dL2ACeKTKX
> nOz2YljWWMY1kn6TbsJX0JQ=
> =RTIQ
> -----END PGP SIGNATURE-----
>
>
>

Reply via email to