clonezilla-live Mailing List for Clonezilla (Page 8)
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
(5) |
May
(13) |
Jun
(6) |
Jul
(5) |
Aug
|
Sep
(12) |
Oct
(8) |
Nov
(9) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(9) |
Feb
(5) |
Mar
(16) |
Apr
(10) |
May
(2) |
Jun
(4) |
Jul
(22) |
Aug
(26) |
Sep
(8) |
Oct
(33) |
Nov
(25) |
Dec
(13) |
2009 |
Jan
(54) |
Feb
(65) |
Mar
(15) |
Apr
(12) |
May
(29) |
Jun
(46) |
Jul
(23) |
Aug
(71) |
Sep
(22) |
Oct
(13) |
Nov
(16) |
Dec
(65) |
2010 |
Jan
(18) |
Feb
(22) |
Mar
(26) |
Apr
(82) |
May
(36) |
Jun
(45) |
Jul
(40) |
Aug
(6) |
Sep
(44) |
Oct
(33) |
Nov
(8) |
Dec
(38) |
2011 |
Jan
(16) |
Feb
(13) |
Mar
(19) |
Apr
(27) |
May
(37) |
Jun
(14) |
Jul
(4) |
Aug
(2) |
Sep
(13) |
Oct
(5) |
Nov
(6) |
Dec
(6) |
2012 |
Jan
(6) |
Feb
(1) |
Mar
(36) |
Apr
(13) |
May
(4) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(4) |
2013 |
Jan
(7) |
Feb
(6) |
Mar
(3) |
Apr
(5) |
May
(1) |
Jun
(8) |
Jul
(5) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2014 |
Jan
(12) |
Feb
(10) |
Mar
|
Apr
(2) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(8) |
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2015 |
Jan
(13) |
Feb
(6) |
Mar
(2) |
Apr
(4) |
May
(15) |
Jun
(6) |
Jul
(20) |
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
(4) |
Dec
(1) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
(7) |
May
(1) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(6) |
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
(15) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(4) |
Dec
(4) |
2019 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(11) |
Dec
(2) |
2021 |
Jan
(2) |
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(16) |
Jun
(3) |
Jul
(6) |
Aug
(13) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2023 |
Jan
|
Feb
(1) |
Mar
|
Apr
(4) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(9) |
Dec
(2) |
2024 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
(9) |
May
(2) |
Jun
|
Jul
(2) |
Aug
(5) |
Sep
(7) |
Oct
(1) |
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(10) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Steven S. <st...@nc...> - 2018-11-18 06:52:19
|
Hi, On 10/30/18 5:36 AM, Korver.Kirk wrote: > > Hi, > > > > We are looking to abort (or at least pause) a restore if a failure > occurs. > > > > More specifically, we would like the restore to stop if the MD5 > checksums of the device do not match. > > > > When we created the image, we used the *-gmf* option, and are using > partclone. Since we wanted to have a single USB stick for the > restoring step, after we made the image, we then made an ISO. While > making the ISO, we selected the *-cmf* option. From the ISO, we make a > bootable USB. > > > > So far, so good. > > > > Now we manually change the signature of a single item in the > sda1.files-md5sum.info.gz file to eventually cause an MD5 failure. > Said differently, we know that the restore will “fail”. We are testing > the process. > > > > When it comes time to restore, it restores properly, and then starts > the MD5 checksum test. We get MD5 failures. This is to be expected. > The problem is that once the error is reported, the “dirty flags” and > the “tux” postprocess continues and eventually the discovered and > reported errors move off the screen. If we were not sitting and > watching the output carefully, we would not see the failures and would > erroneously believe the restore worked correctly. > > > > In the live directory we find filesystem.squashfs and examine the > contained file usr/share/drbl/sbin/ocs-functions and look around line > 12669. We see as shown below: > > > > > > LC_ALL=C zcat $chksum_file | $chksum_cmd -c | pv -N > "/dev/$sum_part" -peltf -s $chksum_file_lines \ > > | tee --append ${OCS_LOGFILE} | cat - > /var/log/$(to_filename > ${sum_part})-${chksum_cmd}-results.log > > rc_chk="${PIPESTATUS[2]}" > > > > Is it perhaps better if the item rc_chk is set to position 1 of the > PIPESTATUS array (as shown below)? > > > > LC_ALL=C zcat $chksum_file | $chksum_cmd -c | pv -N > "/dev/$sum_part" -peltf -s $chksum_file_lines \ > > | tee --append ${OCS_LOGFILE} | cat - > /var/log/$(to_filename > ${sum_part})-${chksum_cmd}-results.log > > rc_chk="${PIPESTATUS[1]}" > > > Agree. Thanks for the bug report. It should be like this. We will fix it in the next testing release. Steven > > > Best, > > Kirk > > CONFIDENTIALITY NOTICE: This message is the property of International > Game Technology PLC and/or its subsidiaries and may contain > proprietary, confidential or trade secret information. This message is > intended solely for the use of the addressee. If you are not the > intended recipient and have received this message in error, please > delete this message from your system. Any unauthorized reading, > distribution, copying, or other use of this message or its attachments > is strictly prohibited. > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Steven S. <st...@nc...> - 2018-11-18 06:01:37
|
Yes. Clonezilla can do that for you. However, you have to deal with the license issue, and the drivers on the restored machines. In addition, it's recommended to install sysprep from MS before you take an image. Steven On 10/22/18 9:55 PM, Trasis - Christophe Rahier wrote: > > Hi, > > > > I’ve several PC where the default Windows 10 OEM is installed. > > > > I’d like to configure one and replicate this one around 10 times. > > > > Is it possible with an OEM version ? > > > > Thanks for your help. > > > > Kind regards, > > > > Christophe > > DISCLAIMER : This e-mail transmission and any files that accompany it > may contain sensitive information belonging to the sender. The > information is intended only for the use of the individual or entity > named. If you are not the intended recipient, you are hereby notified > that any disclosure, copying, distribution, or the taking of any > action in reliance on the contents of this information is strictly > prohibited. If you have received this e-mail transmission in error, > please immediately notify the sender. Thank you in advance. > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Korver.Kirk <Kir...@IG...> - 2018-10-29 22:12:38
|
Hi, We are looking to abort (or at least pause) a restore if a failure occurs. More specifically, we would like the restore to stop if the MD5 checksums of the device do not match. When we created the image, we used the -gmf option, and are using partclone. Since we wanted to have a single USB stick for the restoring step, after we made the image, we then made an ISO. While making the ISO, we selected the -cmf option. From the ISO, we make a bootable USB. So far, so good. Now we manually change the signature of a single item in the sda1.files-md5sum.info.gz file to eventually cause an MD5 failure. Said differently, we know that the restore will "fail". We are testing the process. When it comes time to restore, it restores properly, and then starts the MD5 checksum test. We get MD5 failures. This is to be expected. The problem is that once the error is reported, the "dirty flags" and the "tux" postprocess continues and eventually the discovered and reported errors move off the screen. If we were not sitting and watching the output carefully, we would not see the failures and would erroneously believe the restore worked correctly. In the live directory we find filesystem.squashfs and examine the contained file usr/share/drbl/sbin/ocs-functions and look around line 12669. We see as shown below: LC_ALL=C zcat $chksum_file | $chksum_cmd -c | pv -N "/dev/$sum_part" -peltf -s $chksum_file_lines \ | tee --append ${OCS_LOGFILE} | cat - > /var/log/$(to_filename ${sum_part})-${chksum_cmd}-results.log rc_chk="${PIPESTATUS[2]}" Is it perhaps better if the item rc_chk is set to position 1 of the PIPESTATUS array (as shown below)? LC_ALL=C zcat $chksum_file | $chksum_cmd -c | pv -N "/dev/$sum_part" -peltf -s $chksum_file_lines \ | tee --append ${OCS_LOGFILE} | cat - > /var/log/$(to_filename ${sum_part})-${chksum_cmd}-results.log rc_chk="${PIPESTATUS[1]}" Best, Kirk CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and may contain proprietary, confidential or trade secret information. This message is intended solely for the use of the addressee. If you are not the intended recipient and have received this message in error, please delete this message from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is strictly prohibited. |
From: Trasis - C. R. <ra...@tr...> - 2018-10-22 14:12:52
|
Hi, I've several PC where the default Windows 10 OEM is installed. I'd like to configure one and replicate this one around 10 times. Is it possible with an OEM version ? Thanks for your help. Kind regards, Christophe DISCLAIMER : This e-mail transmission and any files that accompany it may contain sensitive information belonging to the sender. The information is intended only for the use of the individual or entity named. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this e-mail transmission in error, please immediately notify the sender. Thank you in advance. |
From: Robert K C. J. -I. F. D. Corp. <bco...@in...> - 2018-10-22 11:39:25
|
On Ubuntu you might want to sudo the individual commands. - Bob On 10/22/2018 1:56 AM, arkkimede wrote: > Yes, I have the /var/log but I do not have partclone.log after > On Ubuntu 16.04 (64bit) > Thank you for your answer > |
From: arkkimede <ark...@gm...> - 2018-10-22 05:56:31
|
Yes, I have the /var/log but I do not have partclone.log after On Ubuntu 16.04 (64bit) Thank you for your answer Il giorno dom 21 ott 2018 alle ore 11:03 Steven Shiau <st...@nc...> ha scritto: > No idea. I have no problem to run that command on Clonezilla live. > On which environment did you run? Do you have the dir /var/log/ ? > > Steven > > > On 2018/10/17 06:44, arkkimede wrote: > > Hi! > > I have a back up of a pc in form: > > sda1.ext4-ptcl-img.gz.* > > I want to generate an image to mount > > I used the following syntax: > > cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.ext4 -r -C > > --restore_raw_file -s - -o sda1.img > > > > or > > cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.restore -C > > --restore_raw_file -s - -o sda1.img > > > > The result is always > > open logfile /var/log/partclone.log error > > > > What is wrong? > > Thank you > > > > > > > > > > _______________________________________________ > > Clonezilla-live mailing list > > Clo...@li... > > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > > -- > Steven Shiau <steven _at_ stevenshiau org> > Public Key Server PGP Key ID: 4096R/163E3FB0 > Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > |
From: Steven S. <st...@nc...> - 2018-10-21 09:02:39
|
No idea. I have no problem to run that command on Clonezilla live. On which environment did you run? Do you have the dir /var/log/ ? Steven On 2018/10/17 06:44, arkkimede wrote: > Hi! > I have a back up of a pc in form: > sda1.ext4-ptcl-img.gz.* > I want to generate an image to mount > I used the following syntax: > cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.ext4 -r -C > --restore_raw_file -s - -o sda1.img > > or > cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.restore -C > --restore_raw_file -s - -o sda1.img > > The result is always > open logfile /var/log/partclone.log error > > What is wrong? > Thank you > > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: arkkimede <ark...@gm...> - 2018-10-16 22:38:30
|
Hi! I have a back up of a pc in form: sda1.ext4-ptcl-img.gz.* I want to generate an image to mount I used the following syntax: cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.ext4 -r -C --restore_raw_file -s - -o sda1.img or cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.restore -C --restore_raw_file -s - -o sda1.img The result is always open logfile /var/log/partclone.log error What is wrong? Thank you |
From: Steven S. <st...@nc...> - 2018-09-19 21:34:32
|
How about giving testing Clonezilla live a try, i.e., 2.6.0-5: https://clonezilla.org/downloads.php It comes with Linux kernel 4.18 so the results might be different. Steven On 08/29/2018 05:46 AM, Andreas Burger wrote: > hello, > > i try to use clonezilla live via pxe and get 3 errors depending on the > options in the append. > > we use > stable - 2.5.6-22 > what means kernel 4.16.0-2-amd64 > > one is a kernel panic with "attempted to kill init" > the other is, "cannot mount /dev/loop0 on /run/live" > the third is a freeze at the stage to get an ip > > > first i tryed ist like here: https://clonezilla.org/livepxe.php but > with my url for the fetch. > this ends with error 3 > > > this ends with error 1 panic: > append initrd=live/initrd.img boot=live username=user union=overlay > config components quiet noswap edd=on nomodeset nodmraid locales= > keyboard-layouts= ocs_live_run="ocs-live-general" > ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash > noprompt > fetch=tftp://x.x.x.x/clonezilla/bios/live/abz/live/filesystem.squashfs > root=/dev/ram toram=live,syslinux > > > toram=live ==> error 2 (mount) > without toram ==> error 2 (mount) > ip=dhcp ==> error 1 panic > ip=ethernet ==> error 1 panic > > > hope someone gets the core of the problem ... > > regards > andreas > > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Steven S. <st...@nc...> - 2018-09-19 21:08:26
|
Please check: https://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting The command can be extracted by following a normal wizard, and it will be shown in green, like: https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/02_Restore_disk_image https://clonezilla.org/clonezilla-live/doc/02_Restore_disk_image/images/ocs-10-img-restore-command-prompt.png Steven On 08/28/2018 09:23 AM, John Silberman via Clonezilla-live wrote: > I am new to Clonzilla. A long user of ReDo. But now that I have a UEFI system with Ubuntu 18.04, I have made the switch to Clonzilla, clonezilla-live-20180812-bionic-amd64. I am no expert and would like to keep all simple. I do like the option that Clonzilla provides with the single command line to execute your next backup. What I don’t understand is how I use that line without writing it down on paper and re-typing at start up. Is there a way to copy and paste this command when booting Clonezilla Live? > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Andreas B. <an...@et...> - 2018-08-29 10:59:47
|
hello, i try to use clonezilla live via pxe and get 3 errors depending on the options in the append. we use stable - 2.5.6-22 what means kernel 4.16.0-2-amd64 one is a kernel panic with "attempted to kill init" the other is, "cannot mount /dev/loop0 on /run/live" the third is a freeze at the stage to get an ip first i tryed ist like here: https://clonezilla.org/livepxe.php but with my url for the fetch. this ends with error 3 this ends with error 1 panic: append initrd=live/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://x.x.x.x/clonezilla/bios/live/abz/live/filesystem.squashfs root=/dev/ram toram=live,syslinux toram=live ==> error 2 (mount) without toram ==> error 2 (mount) ip=dhcp ==> error 1 panic ip=ethernet ==> error 1 panic hope someone gets the core of the problem ... regards andreas -- ________________________________________________ Andreas Burger Eidgenoessische Technische Hochschule Zuerich Departement Hest ISG LFV E31 8092 Zuerich +41 44 632 68 54 and...@he... _________________________________________________ |
From: John S. <Mr...@in...> - 2018-08-28 14:41:07
|
I am new to Clonzilla. A long user of ReDo. But now that I have a UEFI system with Ubuntu 18.04, I have made the switch to Clonzilla, clonezilla-live-20180812-bionic-amd64. I am no expert and would like to keep all simple. I do like the option that Clonzilla provides with the single command line to execute your next backup. What I don’t understand is how I use that line without writing it down on paper and re-typing at start up. Is there a way to copy and paste this command when booting Clonezilla Live? |
From: Adrian G. <li...@ag...> - 2018-08-19 17:25:23
|
Hello Steven, Thanks for the link. That version wasn't there last time I looked. That should fix the "secure boot" issue, but I did succeed in finding how to disable secure boot anyway. In the meantime, it seems my brand new disk was actually damaged and a replacement is on its way. But at least I can burn the CD and try booting in the meantime even if I don't have a disk to write to. Adrian Sunday, August 19, 2018, 5:19:37 PM, you wrote: > Which version of Clonezilla live did you use? Have you tried > 20180812-bionic amd64 version? > https://clonezilla.org/downloads.php > Steven -- Best regards, Adrian mailto:li...@ag... |
From: Steven S. <st...@nc...> - 2018-08-19 15:19:48
|
Which version of Clonezilla live did you use? Have you tried 20180812-bionic amd64 version? https://clonezilla.org/downloads.php Steven On 2018/08/05 10:10, Adrian Godfrey wrote: > I made sure I downloaded the correct ISO and burned an actual CD (not > a USB stick) > > I changed the boot order so that the CD drive is first. I also made > doubly sure by selecting the CD drive from the boot menu. > > I can hear the CD drive starting, but no indications of anything on > the screen, but then "Security Boot fail" > > Acer Aspire E15 E5 774G > > I am trying to clone the existing 1 TB hybrid drive to a brand new 2 > TB hybrid drive. > > I put the source disk in a USB enclosure and the target in the laptop > drive bay. If I do it the other way round, it will most likely not > boot afterwards. > > If I use "legacy" instead of UEFI, the CD boots and Clonezilla > Live starts and all seems to work until I get to what would be > selecting the source disk. I get an error that there must be at least > two hard disks, but only one has been found. It does not show which > one, but I think it is the USB enclosure it is not finding as the one > in the drive bay shows in the bios screen. > > The same happens on another laptop (Acer Aspire 7739G) (so again I have to use the USB > enclosure for the source) where there is not even any mention of > UEFI in the bios menu. The CD boots here very quickly, but again claims > it cannot find "at least two harddisks" The bios shows the brand new > one in the internal drive bay. > > Both disks are hybrid drives. The source is one Terabyte and has GPT. > The target is 2 TB ie double the size and is brand new. > > Both laptops are 64-bit. The older one has 8 GB RAM and the newer one > twelve. > > I have not found a way to disable secure boot yet, but why would a > normal bios not find "enough" hard disks and why doesn't show which > one it has actually found? > > Adrian Godfrey > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Adrian G. <li...@ag...> - 2018-08-05 03:09:21
|
I made sure I downloaded the correct ISO and burned an actual CD (not a USB stick) I changed the boot order so that the CD drive is first. I also made doubly sure by selecting the CD drive from the boot menu. I can hear the CD drive starting, but no indications of anything on the screen, but then "Security Boot fail" Acer Aspire E15 E5 774G I am trying to clone the existing 1 TB hybrid drive to a brand new 2 TB hybrid drive. I put the source disk in a USB enclosure and the target in the laptop drive bay. If I do it the other way round, it will most likely not boot afterwards. If I use "legacy" instead of UEFI, the CD boots and Clonezilla Live starts and all seems to work until I get to what would be selecting the source disk. I get an error that there must be at least two hard disks, but only one has been found. It does not show which one, but I think it is the USB enclosure it is not finding as the one in the drive bay shows in the bios screen. The same happens on another laptop (Acer Aspire 7739G) (so again I have to use the USB enclosure for the source) where there is not even any mention of UEFI in the bios menu. The CD boots here very quickly, but again claims it cannot find "at least two harddisks" The bios shows the brand new one in the internal drive bay. Both disks are hybrid drives. The source is one Terabyte and has GPT. The target is 2 TB ie double the size and is brand new. Both laptops are 64-bit. The older one has 8 GB RAM and the newer one twelve. I have not found a way to disable secure boot yet, but why would a normal bios not find "enough" hard disks and why doesn't show which one it has actually found? Adrian Godfrey |
From: Steven S. <st...@nc...> - 2018-04-12 02:23:26
|
This release of Clonezilla live (2.5.5-38) includes major enhancements and bug fixes. ENHANCEMENTS and CHANGES * The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2018/Mar/30). * Linux kernel was updated to 4.15.11-1. * Partclone was updated to 0.3.11-drbl3 with some libraries updated. //NOTE// New image format is used in this release. It is different from the one saved by Partclone 0.2.x. * New massive deployment mechanism bittorrent was added. //NOTE// Clonezilla has to convert the original image to the special format when bittorrent mode is used. This will require more disk space in the image repository. * Switch keymap configuration method from console-data to keyboard-configuration. Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893612 * Update language files de_DE, es_ES, fr_FR, hu_HU, ja_JP, it_IT, tr_TR and sk_SK. Thanks to Michael Vinzenz, Juan Ramón Martínez, Jean-Francois Nifenecker, Greg Hefty, Akira YOSHIYAMA, ianfranco Gentili, Volkan Gezer and Ondrej Dzivy Balucha. * Add channel bonding option when configuring network. Thanks to panther_1 for requesting this. Ref: https://sourceforge.net/p/clonezilla/support-requests/61/ * Make prep-ocsroot can use disk block device (e.g., /dev/sdc) as image repository. Thanks to Riksoft for requesting this. Ref: https://sourceforge.net/p/clonezilla/bugs/288/ * Add options -pe and -pfe to ocs-sr. This allows user to enter password in the command options although it's not safe. Thanks to ub2 _at_ gmx ch for requesting this. Ref: https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/d3af2134 * New compression lz4/lz4mt (-z8/-z8p) and zstd/pzstd (-z9/-z9p) were added in expert mode. * Make ocs-chnthn work for device name like /dev/nvme0n1p1. This change should really fix the issue reported here: https://github.com/stevenshiau/clonezilla/issues/30 * Remove "-p 16" for pigz in drbl-ocs.conf. It should let pigz to decide that automatically. * Package drbl-chntpw is no more used, and now we switch to use reged from package chntpw. * The file efiboot.img has been moved to /boot/grub/ from /EFI/image from /EFI/image/. * Add a workaround to make dnsmasq relay work for uEFI network boot clients. i.e., we have to assign the tftp server IP address in grub network boot loader. This is only necessary when dnsmasq is used to relay the DHCP request from clients to existing DHCP service. Ref: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2017q1/011124.html * Add boot parameter ocs_netlink_timeout so that the network link detection timeout can be assigned for ocs-live-netcfg. * Add an option -cbm to ocs-live-feed-img. Besides, remove boot parameter ocs_litesrv_mode. It's better to assign that in the command line option (-dm) when running ocs-live-feed-img, e.g., ocs-live-feed-img -cbm netboot -dm auto-detect -g auto -e1 auto -e2 -r -x -j2 -sc0 -p reboot -md multicast --clients-to-wait 1 --max-time-to-wait 300 start myimg sda. * Support using UUID and LABEL as image repository, i.e., local_dev for image repository can be assigned as: dev:///LABEL|UUID|PARTLABEL|PARTUUID=uuid|label. E.g., ocs_repository="dev:///UUID=84b012cc-5a4c-41e2-bf20-620d028072cb" BUG FIXES * Jfbterm should not exit when lite server is running. It would terminate the required service for clients to restore image, especially BT service in non-English environment. * Cnvt-ocs-dev failed to convert EBR (like sda2-ebr). Thanks to killuaDK for reporting this: https://sourceforge.net/p/clonezilla/discussion/Open_discussion/thread/b851e095 * Ocs-chnthn now supports modifying Win10 hostname. Thanks to František Griga for reporting this issue. Ref: https://sourceforge.net/p/clonezilla/support-requests/100/ * /EFI/centos/grubx64.efi should be before /EFI/Boot/bootx64.efi. Thanks to Fritzinger, Bernd (Bernd.Fritzinger _at_ bruker com). Steven -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 |
From: Eero V. <eer...@ik...> - 2018-03-28 04:02:50
|
Well. Boot system with system with systemrescuecd in non efi mode and manually reinstall the grub? Eero On Wed, Mar 28, 2018 at 12:49 AM, mic...@ro... < mic...@ro...> wrote: > Hi Eero, > > > thank you very much for answering to my question. > > Unfortunately your mentioned blog entry describes exactly the other > direction (legacy to uefi). I instead need some sort > of "downgrade" (uefi to legacy), as my Clonezilla Live HDD is not detected > as bootable by an older NON-UEFI-enabled laptop. > > > Michael > > Am 25.03.2018 um 16:34 schrieb Eero Volotinen: > > requires something like this https://blog.getreu.net/ > projects/legacy-to-uefi-boot/ > > > > su 25. maalisk. 2018 klo 17.17 MichaelOF via Clonezilla-live < > clo...@li... > > <mailto:clo...@li...>> kirjoitti: > > > > Hi all! > > > > I'm using Clonezilla for years now for my own OpenSuse box. Created > a bootable USB 3.0 HDD for this. One small FAT > > boot partition for Clonezilla. Another large EXT4 partition for > Clonezilla images and other backups (rsnapshot and > > BackInTime) > > > > Tried the same layout for an older laptop (Acer Aspire 7200G) with > separate USB HDD, but the Clonezilla Live images > > (both) are not recognized as bootable by the Acer Aspire. > > > > I'm convinced that this has nothing to do with Clonezilla itself, > but the laptop. I believe it has something to do > > that the Clonezilla images are using UEFI boot, which probably the > old laptop couldn't do. > > > > So I'm asking for hints how get an USB HDD bootable the "legacy" way > with/for Clonezilla Live. > > > > Thanks in Advance, > > Michael----------------------------------------------------- > ------------------------- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot______ > _________________________________________ > > Clonezilla-live mailing list > > Clo...@li... <mailto:Clonezilla-live@lists. > sourceforge.net> > > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > > > |
From: <mic...@ro...> - 2018-03-27 22:10:12
|
Hi Eero, thank you very much for answering to my question. Unfortunately your mentioned blog entry describes exactly the other direction (legacy to uefi). I instead need some sort of "downgrade" (uefi to legacy), as my Clonezilla Live HDD is not detected as bootable by an older NON-UEFI-enabled laptop. Michael Am 25.03.2018 um 16:34 schrieb Eero Volotinen: > requires something like this https://blog.getreu.net/projects/legacy-to-uefi-boot/ > > su 25. maalisk. 2018 klo 17.17 MichaelOF via Clonezilla-live <clo...@li... > <mailto:clo...@li...>> kirjoitti: > > Hi all! > > I'm using Clonezilla for years now for my own OpenSuse box. Created a bootable USB 3.0 HDD for this. One small FAT > boot partition for Clonezilla. Another large EXT4 partition for Clonezilla images and other backups (rsnapshot and > BackInTime) > > Tried the same layout for an older laptop (Acer Aspire 7200G) with separate USB HDD, but the Clonezilla Live images > (both) are not recognized as bootable by the Acer Aspire. > > I'm convinced that this has nothing to do with Clonezilla itself, but the laptop. I believe it has something to do > that the Clonezilla images are using UEFI boot, which probably the old laptop couldn't do. > > So I'm asking for hints how get an USB HDD bootable the "legacy" way with/for Clonezilla Live. > > Thanks in Advance, > Michael------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > Clonezilla-live mailing list > Clo...@li... <mailto:Clo...@li...> > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > |
From: Eero V. <eer...@ik...> - 2018-03-26 16:11:53
|
Well. tried to clone this machine multiple times and fed up with bugs :/ Now trying to feed dd output to gzip and then over network to another machine ("raw copy"). I hope that it works finally. Eero On Mon, Mar 26, 2018 at 5:46 PM, Frank Steudle < Fra...@du...> wrote: > Hi Eero, > > sorry, I am unfamiliar with using Clonezilla on Linux. Please add > screenshots or photos of the error messages you got, so Steven or some > other Linux pro might give you feedback. > > Maybe try the Ubuntu based alternative testings (like 20180321-artful) > before. Those images offer more or newer device drivers than the Debian > based ones (like clonezilla-live-2.5.5-37-amd64.iso). We need it for > running on UEFI/Secure Boot machines for example. Maybe the LVM issue is > related to this. > > Best wishes > Frank > > <http://www.duerrdental.com> > > >> DÜRR DENTAL SE >> H >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> öpfigheimer Str. 17 >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> 74321 Bietigheim-Bissingen >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> Deutschland / Germany >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> Tel. + 49 (0) 7142 / 705-0 <+49%207142%207050> >> Fax + 49 (0) 7142 / 705-500 <+49%207142%20705500> >> http://www.duerrdental.com >> Join us on Facebook http://www.facebook.com/DuerrDental >> >> Firmensitz / Registered Office: >> >> Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen >> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g> >> >> Handelsregister / Register of Commerce: Amtsgericht Stuttgart H >> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g>RB >> 763587 >> >> >> Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), >> Joachim Eppinger, Stefan Pfanzelt, Axel Schramm >> >> Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: >> Matthäus Niewodniczanski >> > > >>> Eero Volotinen <eer...@ik...> 26.03.2018 16:28 >>> > Looks like clonezilla fails creating swap partition on lvm/lv and all > (partitions) fails after that. > > > Eero > > On Mon, Mar 26, 2018 at 2:37 PM, Eero Volotinen <eer...@ik...> > wrote: > >> OK. Created usb stick from that image: clonezilla-live-2.5.5-37-amd64.iso >> <http://clonezilla.org/downloads/download.php?branch=alternative_testing> >> and it's now processing. maybe I will try also 20180321-artful >> <http://clonezilla.org/downloads/download.php?branch=alternative_testing> >> if that fails. a boring feeling as trying takes something like 2 hours.. >> >> -- >> Eero >> >> On Mon, Mar 26, 2018 at 2:00 PM, Frank Steudle < >> Fra...@du...> wrote: >> >>> Hi Eero, >>> >>> please try out the latest alternative testing 20180321-artful >>> <http://clonezilla.org/downloads/download.php?branch=alternative_testing>. >>> I am working for nearly 6 month on Clonezilla for using the Clonezilla >>> Server Lite, now. There has been a lot of fixed issues since 2.5.2-31. >>> >>> If all others don't have a certain solution for your problem, give this >>> alternative-testing a chance. Maybe it fixes your problem. >>> >>> Best wishes >>> Frank >>> >>> <http://www.duerrdental.com> >>> >>> >>>> DÜRR DENTAL SE >>>> H >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>>> öpfigheimer Str. 17 >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>>> 74321 Bietigheim-Bissingen >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>>> Deutschland / Germany >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>>> Tel. + 49 (0) 7142 / 705-0 <+49%207142%207050> >>>> Fax + 49 (0) 7142 / 705-500 <+49%207142%20705500> >>>> http://www.duerrdental.com >>>> Join us on Facebook http://www.facebook.com/DuerrDental >>>> >>>> Firmensitz / Registered Office: >>>> Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g> >>>> Handelsregister / Register of Commerce: Amtsgericht Stuttgart H >>>> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g>RB >>>> 763587 >>>> >>>> Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), >>>> Joachim Eppinger, Stefan Pfanzelt, Axel Schramm >>>> Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: >>>> Matthäus Niewodniczanski >>>> >>> >>> >>> Eero Volotinen <eer...@ik...> 26.03.2018 12:24 >>> >>> Hi, >>> >>> Tried to clone this machine in raw mode, but it still fails. Not much >>> errormessages, but >>> "failed to clone remote image to /dev/centos/swap" >>> >>> "the image version is NOT support. The Image version is . >>> >>> clonezilla version is clonezilla-live-2.5.2-31-amd64.iso >>> >>> Trying to use expert mode, but it fails too. is there way to say >>> clonezilla just clone this hdd 1:1 to another machine? >>> >>> Eero >>> >>> >>> Eero >>> >>> On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> >>> wrote: >>> >>>> What were the error messages? >>>> Please take photos about those error messages then post them. It's >>>> easier for us to understand where went wrong there. >>>> >>>> Steven >>>> >>>> On 2018/03/24 12:20, Eero Volotinen wrote: >>>> > My clonezilla local to remote machine failed on centos 7. is there way >>>> > to force it to use dd instead of partclone? >>>> > >>>> > >>>> > >>>> > Eero >>>> > >>>> > >>>> > ------------------------------------------------------------ >>>> ------------------ >>>> > Check out the vibrant tech community on one of the world's most >>>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> > >>>> > >>>> > _______________________________________________ >>>> > Clonezilla-live mailing list >>>> > Clo...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>> >>>> -- >>>> Steven Shiau <steven _at_ stevenshiau org> >>>> Public Key Server PGP Key ID: 4096R/163E3FB0 >>>> Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 >>>> >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Clonezilla-live mailing list >>>> Clo...@li... >>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>> >>> >>> >> > |
From: Frank S. <Fra...@du...> - 2018-03-26 14:47:04
|
Hi Eero, sorry, I am unfamiliar with using Clonezilla on Linux. Please add screenshots or photos of the error messages you got, so Steven or some other Linux pro might give you feedback. Maybe try the Ubuntu based alternative testings (like 20180321-artful) before. Those images offer more or newer device drivers than the Debian based ones (like clonezilla-live-2.5.5-37-amd64.iso). We need it for running on UEFI/Secure Boot machines for example. Maybe the LVM issue is related to this. Best wishes Frank ---------------------------------------------------------------- DÜRR DENTAL SE Höpfigheimer Str. 17 74321 Bietigheim-Bissingen Deutschland / Germany Tel. + 49 (0) 7142 / 705-0 Fax + 49 (0) 7142 / 705-500 http://www.duerrdental.com Join us on Facebook http://www.facebook.com/DuerrDental Firmensitz / Registered Office: Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen Handelsregister / Register of Commerce: Amtsgericht Stuttgart HRB 763587 Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), Joachim Eppinger, Stefan Pfanzelt, Axel Schramm Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Matthäus Niewodniczanski >>> Eero Volotinen <eer...@ik...> 26.03.2018 16:28 >>> Looks like clonezilla fails creating swap partition on lvm/lv and all (partitions) fails after that. Eero On Mon, Mar 26, 2018 at 2:37 PM, Eero Volotinen <eer...@ik...> wrote: OK. Created usb stick from that image: clonezilla-live-2.5.5-37-amd64.iso and it's now processing. maybe I will try also 20180321-artful ( http://clonezilla.org/downloads/download.php?branch=alternative_testing) if that fails. a boring feeling as trying takes something like 2 hours.. -- Eero On Mon, Mar 26, 2018 at 2:00 PM, Frank Steudle <Fra...@du...> wrote: Hi Eero, please try out the latest alternative testing 20180321-artful ( http://clonezilla.org/downloads/download.php?branch=alternative_testing) . I am working for nearly 6 month on Clonezilla for using the Clonezilla Server Lite, now. There has been a lot of fixed issues since 2.5.2-31. If all others don't have a certain solution for your problem, give this alternative-testing a chance. Maybe it fixes your problem. Best wishes Frank DÜRR DENTAL SE H ( https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g) öpfigheimer Str. 17 ( https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g) 74321 Bietigheim-Bissingen ( https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g) Deutschland / Germany ( https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g) Tel. + 49 (0) 7142 / 705-0 ( tel:+49%207142%207050) Fax + 49 (0) 7142 / 705-500 ( tel:+49%207142%20705500) http://www.duerrdental.com Join us on Facebook http://www.facebook.com/DuerrDental Firmensitz / Registered Office: Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen ( https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g) Handelsregister / Register of Commerce: Amtsgericht Stuttgart H ( https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g) RB 763587 Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), Joachim Eppinger, Stefan Pfanzelt, Axel Schramm Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Matthäus Niewodniczanski >>> Eero Volotinen <eer...@ik...> 26.03.2018 12:24 >>> Hi, Tried to clone this machine in raw mode, but it still fails. Not much errormessages, but "failed to clone remote image to /dev/centos/swap" "the image version is NOT support. The Image version is . clonezilla version is clonezilla-live-2.5.2-31-amd64.iso Trying to use expert mode, but it fails too. is there way to say clonezilla just clone this hdd 1:1 to another machine? Eero Eero On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> wrote: What were the error messages? Please take photos about those error messages then post them. It's easier for us to understand where went wrong there. Steven On 2018/03/24 12:20, Eero Volotinen wrote: > My clonezilla local to remote machine failed on centos 7. is there way > to force it to use dd instead of partclone? > > > > Eero > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Clonezilla-live mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clonezilla-live |
From: Eero V. <eer...@ik...> - 2018-03-26 14:28:49
|
Looks like clonezilla fails creating swap partition on lvm/lv and all (partitions) fails after that. Eero On Mon, Mar 26, 2018 at 2:37 PM, Eero Volotinen <eer...@ik...> wrote: > OK. Created usb stick from that image: clonezilla-live-2.5.5-37-amd64.iso > <http://clonezilla.org/downloads/download.php?branch=alternative_testing> > and it's now processing. maybe I will try also 20180321-artful > <http://clonezilla.org/downloads/download.php?branch=alternative_testing> > if that fails. a boring feeling as trying takes something like 2 hours.. > > -- > Eero > > On Mon, Mar 26, 2018 at 2:00 PM, Frank Steudle < > Fra...@du...> wrote: > >> Hi Eero, >> >> please try out the latest alternative testing 20180321-artful >> <http://clonezilla.org/downloads/download.php?branch=alternative_testing>. >> I am working for nearly 6 month on Clonezilla for using the Clonezilla >> Server Lite, now. There has been a lot of fixed issues since 2.5.2-31. >> >> If all others don't have a certain solution for your problem, give this >> alternative-testing a chance. Maybe it fixes your problem. >> >> Best wishes >> Frank >> >> <http://www.duerrdental.com> >> >> >>> DÜRR DENTAL SE >>> H >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>> öpfigheimer Str. 17 >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>> 74321 Bietigheim-Bissingen >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>> Deutschland / Germany >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >>> Tel. + 49 (0) 7142 / 705-0 <+49%207142%207050> >>> Fax + 49 (0) 7142 / 705-500 <+49%207142%20705500> >>> http://www.duerrdental.com >>> Join us on Facebook http://www.facebook.com/DuerrDental >>> >>> Firmensitz / Registered Office: >>> >>> Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g> >>> >>> Handelsregister / Register of Commerce: Amtsgericht Stuttgart H >>> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g>RB >>> 763587 >>> >>> >>> Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), >>> Joachim Eppinger, Stefan Pfanzelt, Axel Schramm >>> >>> Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: >>> Matthäus Niewodniczanski >>> >> >> >>> Eero Volotinen <eer...@ik...> 26.03.2018 12:24 >>> >> Hi, >> >> Tried to clone this machine in raw mode, but it still fails. Not much >> errormessages, but >> "failed to clone remote image to /dev/centos/swap" >> >> "the image version is NOT support. The Image version is . >> >> clonezilla version is clonezilla-live-2.5.2-31-amd64.iso >> >> Trying to use expert mode, but it fails too. is there way to say >> clonezilla just clone this hdd 1:1 to another machine? >> >> Eero >> >> >> Eero >> >> On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> wrote: >> >>> What were the error messages? >>> Please take photos about those error messages then post them. It's >>> easier for us to understand where went wrong there. >>> >>> Steven >>> >>> On 2018/03/24 12:20, Eero Volotinen wrote: >>> > My clonezilla local to remote machine failed on centos 7. is there way >>> > to force it to use dd instead of partclone? >>> > >>> > >>> > >>> > Eero >>> > >>> > >>> > ------------------------------------------------------------ >>> ------------------ >>> > Check out the vibrant tech community on one of the world's most >>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> > >>> > >>> > _______________________________________________ >>> > Clonezilla-live mailing list >>> > Clo...@li... >>> > https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>> >>> -- >>> Steven Shiau <steven _at_ stevenshiau org> >>> Public Key Server PGP Key ID: 4096R/163E3FB0 >>> Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 >>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Clonezilla-live mailing list >>> Clo...@li... >>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>> >> >> > |
From: Eero V. <eer...@ik...> - 2018-03-26 11:37:48
|
OK. Created usb stick from that image: clonezilla-live-2.5.5-37-amd64.iso <http://clonezilla.org/downloads/download.php?branch=alternative_testing> and it's now processing. maybe I will try also 20180321-artful <http://clonezilla.org/downloads/download.php?branch=alternative_testing> if that fails. a boring feeling as trying takes something like 2 hours.. -- Eero On Mon, Mar 26, 2018 at 2:00 PM, Frank Steudle < Fra...@du...> wrote: > Hi Eero, > > please try out the latest alternative testing 20180321-artful > <http://clonezilla.org/downloads/download.php?branch=alternative_testing>. > I am working for nearly 6 month on Clonezilla for using the Clonezilla > Server Lite, now. There has been a lot of fixed issues since 2.5.2-31. > > If all others don't have a certain solution for your problem, give this > alternative-testing a chance. Maybe it fixes your problem. > > Best wishes > Frank > > <http://www.duerrdental.com> > > >> DÜRR DENTAL SE >> H >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> öpfigheimer Str. 17 >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> 74321 Bietigheim-Bissingen >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> Deutschland / Germany >> <https://maps.google.com/?q=H+pfigheimer+Str.+17+74321+Bietigheim-Bissingen+Deutschland+/+Germany&entry=gmail&source=g> >> Tel. + 49 (0) 7142 / 705-0 <+49%207142%207050> >> Fax + 49 (0) 7142 / 705-500 <+49%207142%20705500> >> http://www.duerrdental.com >> Join us on Facebook http://www.facebook.com/DuerrDental >> >> Firmensitz / Registered Office: >> >> Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen >> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g> >> >> Handelsregister / Register of Commerce: Amtsgericht Stuttgart H >> <https://maps.google.com/?q=H+pfigheimer+Str.+17,+74321+Bietigheim-Bissingen&entry=gmail&source=g>RB >> 763587 >> >> >> Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), >> Joachim Eppinger, Stefan Pfanzelt, Axel Schramm >> >> Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: >> Matthäus Niewodniczanski >> > > >>> Eero Volotinen <eer...@ik...> 26.03.2018 12:24 >>> > Hi, > > Tried to clone this machine in raw mode, but it still fails. Not much > errormessages, but > "failed to clone remote image to /dev/centos/swap" > > "the image version is NOT support. The Image version is . > > clonezilla version is clonezilla-live-2.5.2-31-amd64.iso > > Trying to use expert mode, but it fails too. is there way to say > clonezilla just clone this hdd 1:1 to another machine? > > Eero > > > Eero > > On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> wrote: > >> What were the error messages? >> Please take photos about those error messages then post them. It's >> easier for us to understand where went wrong there. >> >> Steven >> >> On 2018/03/24 12:20, Eero Volotinen wrote: >> > My clonezilla local to remote machine failed on centos 7. is there way >> > to force it to use dd instead of partclone? >> > >> > >> > >> > Eero >> > >> > >> > ------------------------------------------------------------ >> ------------------ >> > Check out the vibrant tech community on one of the world's most >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > >> > >> > _______________________________________________ >> > Clonezilla-live mailing list >> > Clo...@li... >> > https://lists.sourceforge.net/lists/listinfo/clonezilla-live >> >> -- >> Steven Shiau <steven _at_ stevenshiau org> >> Public Key Server PGP Key ID: 4096R/163E3FB0 >> Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Clonezilla-live mailing list >> Clo...@li... >> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >> > > |
From: Frank S. <Fra...@du...> - 2018-03-26 11:00:57
|
Hi Eero, please try out the latest alternative testing 20180321-artful ( http://clonezilla.org/downloads/download.php?branch=alternative_testing) . I am working for nearly 6 month on Clonezilla for using the Clonezilla Server Lite, now. There has been a lot of fixed issues since 2.5.2-31. If all others don't have a certain solution for your problem, give this alternative-testing a chance. Maybe it fixes your problem. Best wishes Frank ---------------------------------------------------------------- DÜRR DENTAL SE Höpfigheimer Str. 17 74321 Bietigheim-Bissingen Deutschland / Germany Tel. + 49 (0) 7142 / 705-0 Fax + 49 (0) 7142 / 705-500 http://www.duerrdental.com Join us on Facebook http://www.facebook.com/DuerrDental Firmensitz / Registered Office: Höpfigheimer Str. 17, 74321 Bietigheim-Bissingen Handelsregister / Register of Commerce: Amtsgericht Stuttgart HRB 763587 Vorstand / Executive Board: Martin Dürrstein (Vorsitzender / CEO), Joachim Eppinger, Stefan Pfanzelt, Axel Schramm Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Matthäus Niewodniczanski >>> Eero Volotinen <eer...@ik...> 26.03.2018 12:24 >>> Hi, Tried to clone this machine in raw mode, but it still fails. Not much errormessages, but "failed to clone remote image to /dev/centos/swap" "the image version is NOT support. The Image version is . clonezilla version is clonezilla-live-2.5.2-31-amd64.iso Trying to use expert mode, but it fails too. is there way to say clonezilla just clone this hdd 1:1 to another machine? Eero Eero On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> wrote: What were the error messages? Please take photos about those error messages then post them. It's easier for us to understand where went wrong there. Steven On 2018/03/24 12:20, Eero Volotinen wrote: > My clonezilla local to remote machine failed on centos 7. is there way > to force it to use dd instead of partclone? > > > > Eero > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Clonezilla-live mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clonezilla-live |
From: Eero V. <eer...@ik...> - 2018-03-26 10:24:16
|
Hi, Tried to clone this machine in raw mode, but it still fails. Not much errormessages, but "failed to clone remote image to /dev/centos/swap" "the image version is NOT support. The Image version is . clonezilla version is clonezilla-live-2.5.2-31-amd64.iso Trying to use expert mode, but it fails too. is there way to say clonezilla just clone this hdd 1:1 to another machine? Eero Eero On Sun, Mar 25, 2018 at 4:15 PM, Steven Shiau <st...@nc...> wrote: > What were the error messages? > Please take photos about those error messages then post them. It's > easier for us to understand where went wrong there. > > Steven > > On 2018/03/24 12:20, Eero Volotinen wrote: > > My clonezilla local to remote machine failed on centos 7. is there way > > to force it to use dd instead of partclone? > > > > > > > > Eero > > > > > > ------------------------------------------------------------ > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > > > _______________________________________________ > > Clonezilla-live mailing list > > Clo...@li... > > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > > -- > Steven Shiau <steven _at_ stevenshiau org> > Public Key Server PGP Key ID: 4096R/163E3FB0 > Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0 > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > |
From: Eero V. <eer...@ik...> - 2018-03-25 14:34:28
|
requires something like this https://blog.getreu.net/projects/legacy-to-uefi-boot/ su 25. maalisk. 2018 klo 17.17 MichaelOF via Clonezilla-live < clo...@li...> kirjoitti: > Hi all! > > I'm using Clonezilla for years now for my own OpenSuse box. Created a > bootable USB 3.0 HDD for this. One small FAT boot partition for Clonezilla. > Another large EXT4 partition for Clonezilla images and other backups > (rsnapshot and BackInTime) > > Tried the same layout for an older laptop (Acer Aspire 7200G) with > separate USB HDD, but the Clonezilla Live images (both) are not recognized > as bootable by the Acer Aspire. > > I'm convinced that this has nothing to do with Clonezilla itself, but the > laptop. I believe it has something to do that the Clonezilla images are > using UEFI boot, which probably the old laptop couldn't do. > > So I'm asking for hints how get an USB HDD bootable the "legacy" way > with/for Clonezilla Live. > > Thanks in Advance, > > Michael------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > |