I have tried to find via Google a place to report this potential
clonezilla bug.  If this is the wrong place please let me know where I
can report this.

HP DX2250 Box
AMD Athlon 64x2 Dual Core Processor 4000+
Dual 80GB Hard Drives
Windows XP PRO on Drive 0
Fedora 12 on Drive 1
No Dual Boot - Boot using F9 Boot Menu
No Floppy Drive
clonezilla-live-1.2.2-31.iso

The image copy from the Fedora 12 hard drive goes well and Clonezilla
executes properly - as expected - with no errors.  The image copy from
the USB external hard drive goes well and Clonezilla executes properly
- as expected - except during the final stage of the process.  After
the image copy is complete the following messages are produced and the
process does not terminate gracefully.  I have seen this situation at
the end of every image restore. There is no difference when the target
hard drive is formatted with one NTFS partition or if it contains a
bootable Fedora 12 system.  The problem does not have any apparent
effect on usage of the Fedora 12 system after the image restore.
-------------------------------------------------------------------------------------------------------------------------------
(normal processing messages followed by this message):

there is a separate boot partition in target device. trying to mount
root partition for grub-install to work with that ...

(then messages pertaining to device allocation are issued followed by
these messages):

grub-probe: error: cannot open '/boot/grub/device.map/'
/usr/sbin/grub-install :line 374: [: =: unary operator expected

(activity stops - no further messages - keyboard input has no effect -
must power down to exit situation)

--------------------------------------------------------------------------------------------------------------------------

Here is the source code surrounding line 374 in grub-install:

 369       --root-directory=*)
 370          rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
 371      --grub-shell=*)
 372          grub_shell=`echo "$option" | sed 's/--grub-shell=//'` ;;
 373      --no-floppy)
 374          no_floppy="--no-floppy" ;;
 375      --force-lba)
 376          force_lba="--force-lba" ;;
 377      --recheck)
 378          recheck=yes ;;
 379      --just-copy)
 380          justcopy=yes ;;
 381      # This is an undocumented feature...
 382      --debug)
 383          debug=yes ;;
 384      -*)
 385          echo "Unrecognized option \`$option'" 1>&2
 386          usage
 387          exit 1
 388          ;;
 389      *)

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Clonezilla-live mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to