mbr átmásolása

Fórumok

Előzmény: http://hup.hu/node/86876

RAID1-ben van 2 db pendrive-om [erről bootol az os].

Az egyikről bootol, ok, a másikra azt írja a gép, hogy "missing operating system".

Gondolom az MBR van valahogy elb*szva.

Szóval: elvieg az MBR-t nem lehet csak úgy lemásolni egyik pendrive-ról a másikra, a RAID miatt [egyedi azonosító az MBR-ben van].

Mi lehet a megoldás? [Vagy hol van letárolva az egyedi azonosító a pendrivehoz?]

Még előzmény: másik probléma: kipróbáltam, mi lesz, ha kihúzom az egyik/másik pendrive-ot, vajon bebootol-e? Nem, ekkor jött elő ez a probléma.

Hozzászólások

csak tipp: merevlemezeknél asszem a grubot fel kell telepíteni a másik lemezre is szoftveres RAID esetén.

bizony, bizony.

valami ilyesmi:

[root@fedora4 ~]# grub

GNU GRUB version 0.95 (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]

grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0xfd

grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,0)/boot/grub/stage2
/boot/grub/grub.conf"... succeeded
Done.

grub> root (hd1,0)
Filesystem type is ext2fs, partition type 0xfd

grub> setup (hd1)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd1)"... 15 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd1) (hd1)1+15 p (hd1,0)/boot/grub/stage2
/boot/grub/grub.conf"... succeeded
Done.

grub> quit