[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Copy boot block
- Subject: [ale] Copy boot block
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Tue, 11 Apr 2006 21:57:44 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
David Corbin wrote:
> Is this the right command to duplicate a boot block from drive to another?
>
> dd if=/dev/hda of=/dev/hdc count=1 bs=512
Yes. That's what I use.
If you use grub make sure you copy or hardlink /boot/grub/menu.lst to
both drives. ;-) (I learned that the hard way).
-Jim P.