I've been beating my head on a script to back up drives. the point of it is to
copy all the date from hda, to hdc. dd was the original answer, but now we
don't always have identical drives. so i whipped up a little script that copy's
over all the files to the second drive. everything is peachy with the copy and
what not, but i've not been able to make the second drive bootable so as to put
it in another machine as the primary hard drive and boot it. is there any way
to do something like that with grub? here's the commands i've been trying.

root (hd1,0)
embed /mnt/grub/e2fs_stage1_5 (hd1)
setup (hd1)

which dosn't work at all. any ideas?


----
Patrick Flaherty
CIS Technical Services

"You'd be surprised how many people you can replace with a well written shell
script." -Bill Bill


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to