Torsten Mohr <[EMAIL PROTECTED]> writes:

> Is it possible for grub to install on a disk /dev/hdb,
> then switch off the PC, remove disk /dev/hda and replace
> it with the former disk /dev/hdb that would then boot up
> as /dev/hda?

I think you can do this by manually editing /boot/grub/device.map and
changing

(hd1)   /dev/hdb

to:

(hd0)   /dev/hdb

And removing the old entry for (hd0).

This is a bit of a hack, but I think it should work.  I am not sure
about this, so please be careful when testing this.

--
Marco



_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to