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: Les M. <les...@gm...> - 2015-02-14 00:11:01
|
Yes, setting the network up on windows at first boot is what I want to do. Drbl-winroll does look like it may do it. Installing a copy of cygwin for that seems like overkill though. I was hoping to find a way to do it in a batch file of native windows commands - but anything is better than nothing. On Wed, Feb 11, 2015 at 10:25 PM, Steven Shiau <st...@nc...> wrote: > Yes, what I mentioned is run under GNU/Linux. > If what you need is to configure the network after restored MS windows > boots, I believe you could use DRBL-Winroll to do that: > http://drbl-winroll.org/ > > Steven. > > On 2015年02月12日 00:20, Les Mikesell wrote: >> Thanks for the response, but these run in the context of the linux >> clonezilla-live system don't they? I was hoping someone would have >> examples or pointers to documentation showing how to set the IP, >> netmask and gateway on the freshly cloned disk with a windows 2008 OS, >> and in particular how to tie them to the correct NIC where the machine >> may have several. Or, if this can't be done from a linux script, is >> there some way to include a program that runs at first boot on a >> windows image? (And in that case I still need to find the commands to >> make the settings in a script). >> >> -Les >> >> >> On Tue, Feb 10, 2015 at 7:41 PM, Steven Shiau <st...@nc...> wrote: >>> Yes, you can run your own script before and after Clonezilla job is run. >>> The boot parameters you can use are ocs_prerun* and ocs_postrun*: >>> http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc >>> Just place your script in the appropriate path and use that parameters >>> to run it. You should be able to make it. >>> >>> Steven. >>> >>> On 1/29/2015 AM 12:32, Les Mikesell wrote: >>>> We will need to upgrade a large number of windows 2003 servers to 2008 >>>> or 2012 in the near future. Most of these are headless and have >>>> multiple network connections. I know I can build a usb disk/key that >>>> will install a standard image with clonezilla, but is there a way to >>>> also: >>>> a) run a script on the machine before rebooting that gathers the >>>> hostname and NIC/IP settings - and maybe a few other things and write >>>> to the USB device. >>>> and >>>> b) after the newly cloned image comes up, have it run a matching >>>> script to recreate the original settings? >>>> >>>> Has anyone done something like this already? Alternatively, we might >>>> pre-build a database of all the MAC addresses and IP's and include >>>> that in the installed image so a script could get it back on the >>>> network to do the rest of the work. >>>> >>> >>> -- >>> Steven Shiau <steven _at_ stevenshiau org> >>> Public Key Server PGP Key ID: 4096R/47CF935C >>> Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming. The Go Parallel Website, >>> sponsored by Intel and developed in partnership with Slashdot Media, is your >>> hub for all things parallel software development, from weekly thought >>> leadership blogs to news, videos, case studies, tutorials and more. Take a >>> look and join the conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> 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/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-02-12 04:25:17
|
Yes, what I mentioned is run under GNU/Linux. If what you need is to configure the network after restored MS windows boots, I believe you could use DRBL-Winroll to do that: http://drbl-winroll.org/ Steven. On 2015年02月12日 00:20, Les Mikesell wrote: > Thanks for the response, but these run in the context of the linux > clonezilla-live system don't they? I was hoping someone would have > examples or pointers to documentation showing how to set the IP, > netmask and gateway on the freshly cloned disk with a windows 2008 OS, > and in particular how to tie them to the correct NIC where the machine > may have several. Or, if this can't be done from a linux script, is > there some way to include a program that runs at first boot on a > windows image? (And in that case I still need to find the commands to > make the settings in a script). > > -Les > > > On Tue, Feb 10, 2015 at 7:41 PM, Steven Shiau <st...@nc...> wrote: >> Yes, you can run your own script before and after Clonezilla job is run. >> The boot parameters you can use are ocs_prerun* and ocs_postrun*: >> http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc >> Just place your script in the appropriate path and use that parameters >> to run it. You should be able to make it. >> >> Steven. >> >> On 1/29/2015 AM 12:32, Les Mikesell wrote: >>> We will need to upgrade a large number of windows 2003 servers to 2008 >>> or 2012 in the near future. Most of these are headless and have >>> multiple network connections. I know I can build a usb disk/key that >>> will install a standard image with clonezilla, but is there a way to >>> also: >>> a) run a script on the machine before rebooting that gathers the >>> hostname and NIC/IP settings - and maybe a few other things and write >>> to the USB device. >>> and >>> b) after the newly cloned image comes up, have it run a matching >>> script to recreate the original settings? >>> >>> Has anyone done something like this already? Alternatively, we might >>> pre-build a database of all the MAC addresses and IP's and include >>> that in the installed image so a script could get it back on the >>> network to do the rest of the work. >>> >> >> -- >> Steven Shiau <steven _at_ stevenshiau org> >> Public Key Server PGP Key ID: 4096R/47CF935C >> Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Les M. <les...@gm...> - 2015-02-11 16:20:10
|
Thanks for the response, but these run in the context of the linux clonezilla-live system don't they? I was hoping someone would have examples or pointers to documentation showing how to set the IP, netmask and gateway on the freshly cloned disk with a windows 2008 OS, and in particular how to tie them to the correct NIC where the machine may have several. Or, if this can't be done from a linux script, is there some way to include a program that runs at first boot on a windows image? (And in that case I still need to find the commands to make the settings in a script). -Les On Tue, Feb 10, 2015 at 7:41 PM, Steven Shiau <st...@nc...> wrote: > Yes, you can run your own script before and after Clonezilla job is run. > The boot parameters you can use are ocs_prerun* and ocs_postrun*: > http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc > Just place your script in the appropriate path and use that parameters > to run it. You should be able to make it. > > Steven. > > On 1/29/2015 AM 12:32, Les Mikesell wrote: >> We will need to upgrade a large number of windows 2003 servers to 2008 >> or 2012 in the near future. Most of these are headless and have >> multiple network connections. I know I can build a usb disk/key that >> will install a standard image with clonezilla, but is there a way to >> also: >> a) run a script on the machine before rebooting that gathers the >> hostname and NIC/IP settings - and maybe a few other things and write >> to the USB device. >> and >> b) after the newly cloned image comes up, have it run a matching >> script to recreate the original settings? >> >> Has anyone done something like this already? Alternatively, we might >> pre-build a database of all the MAC addresses and IP's and include >> that in the installed image so a script could get it back on the >> network to do the rest of the work. >> > > -- > Steven Shiau <steven _at_ stevenshiau org> > Public Key Server PGP Key ID: 4096R/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live |
From: Steven S. <st...@nc...> - 2015-02-11 01:41:47
|
Yes, you can run your own script before and after Clonezilla job is run. The boot parameters you can use are ocs_prerun* and ocs_postrun*: http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc Just place your script in the appropriate path and use that parameters to run it. You should be able to make it. Steven. On 1/29/2015 AM 12:32, Les Mikesell wrote: > We will need to upgrade a large number of windows 2003 servers to 2008 > or 2012 in the near future. Most of these are headless and have > multiple network connections. I know I can build a usb disk/key that > will install a standard image with clonezilla, but is there a way to > also: > a) run a script on the machine before rebooting that gathers the > hostname and NIC/IP settings - and maybe a few other things and write > to the USB device. > and > b) after the newly cloned image comes up, have it run a matching > script to recreate the original settings? > > Has anyone done something like this already? Alternatively, we might > pre-build a database of all the MAC addresses and IP's and include > that in the installed image so a script could get it back on the > network to do the rest of the work. > -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Les M. <les...@gm...> - 2015-01-28 16:32:41
|
We will need to upgrade a large number of windows 2003 servers to 2008 or 2012 in the near future. Most of these are headless and have multiple network connections. I know I can build a usb disk/key that will install a standard image with clonezilla, but is there a way to also: a) run a script on the machine before rebooting that gathers the hostname and NIC/IP settings - and maybe a few other things and write to the USB device. and b) after the newly cloned image comes up, have it run a matching script to recreate the original settings? Has anyone done something like this already? Alternatively, we might pre-build a database of all the MAC addresses and IP's and include that in the installed image so a script could get it back on the network to do the rest of the work. -- Les Mikesell les...@gm... |
From: Steven S. <st...@nc...> - 2015-01-24 12:47:00
|
On 01/24/2015 08:43 PM, Angelo Moreschini wrote: > Ok.. > > Thank you,Steven, for answering me. > > > I don't remember exactly the message , I got only the recovery mode > for accessing to computer... > > After this I closed the computer, thinking that something was wrong..., > But I talked with my friends that suggested me to try again.. > > So the next day I followed this suggestion; having the good surprise > to see all working perfectly... > > That is enough for me .., although I'd like to understand why at the > first attempt, the system didn't work.. :) If the problem is reproducible, please post it again. BR, Steven. > > Thank you for your interest.. > > Regards > > Angelo > > > > On Fri, Jan 23, 2015 at 4:55 PM, Steven Shiau <st...@nc... > <mailto:st...@nc...>> wrote: > > > On 01/21/2015 08:53 PM, Angelo Moreschini wrote: > > > > Hi, > > > > I am new here,so cordially greet you all . > > > > I already used successfully clonezilla to backup my OS (fedora). > > > > I did this (only for exercise) _restoring the OS on the original > disk > > from which I had __take__the clone_. > > > > Now I would use my clone to restore fedora on a virgin HD of my > computer. > > > > In this case, however, the operation failed. > > > > That is why, I ask if _restor__ing__of a clone (made with > clonezilla) > > can be carried out, in general, on a__ny____(__v__i__rg__i__n__) > HD__._ > > > Yes, it can be done. > What were the error messages about "operation failed"? > > Steven. > > > > > > I would like to get an answer to this question. > > > > Thank You > > > > Regards > > > > Angelo > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > New Year. New Location. New Benefits. New Data Center in > Ashburn, VA. > > GigeNET is offering a free month of service with a new server in > Ashburn. > > Choose from 2 high performing configs, both with 100TB of bandwidth. > > Higher redundancy.Lower latency.Increased capacity.Completely > compliant. > > http://p.sf.net/sfu/gigenet > > > > > > _______________________________________________ > > Clonezilla-live mailing list > > Clo...@li... > <mailto:Clo...@li...> > > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > > -- > Steven Shiau <steven _at_ stevenshiau org> > Public Key Server PGP Key ID: 4096R/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in > Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely > compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > <mailto:Clo...@li...> > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > > -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-01-23 14:55:21
|
On 01/21/2015 08:53 PM, Angelo Moreschini wrote: > > Hi, > > I am new here,so cordially greet you all . > > I already used successfully clonezilla to backup my OS (fedora). > > I did this (only for exercise) _restoring the OS on the original disk > from which I had __take__the clone_. > > Now I would use my clone to restore fedora on a virgin HD of my computer. > > In this case, however, the operation failed. > > That is why, I ask if _restor__ing__of a clone (made with clonezilla) > can be carried out, in general, on a__ny____(__v__i__rg__i__n__) HD__._ > Yes, it can be done. What were the error messages about "operation failed"? Steven. > > > I would like to get an answer to this question. > > Thank You > > Regards > > Angelo > > > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > > > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Angelo M. <mra...@gm...> - 2015-01-21 12:53:13
|
Hi, I am new here, so cordially greet you all [?]. I already used successfully clonezilla to backup my OS (fedora). I did this (only for exercise) *restoring the OS on the original disk from which I had **take** the clone*. Now I would use my clone to restore fedora on a virgin HD of my computer. In this case, however, the operation failed. That is why, I ask if *restor**ing** of a clone (made with clonezilla) can be carried out, in general, on a**ny* *(**v**i**rg**i**n**) HD**.* I would like to get an answer to this question. Thank You Regards Angelo |
From: Steven S. <st...@nc...> - 2015-01-13 06:43:18
|
Hi Conan, Got it. It's nice to know you have solved your problem there. Steven. On 2015年01月13日 00:32, Conan Malady wrote: > Hi Steven, > I've found that it works perfectly on NFS restores too. I've only seen it exhibited on a USB restore. I apologize I didn't get a chance to confirm for you from your previous email as other projects came up. I did just test your method leaving the -p true and instead adding the reboot parameter as an ocs_postrun command. Having done that it appears to work properly. Thanks for your time on this little quirk! > > > -----Original Message----- > From: Steven Shiau [mailto:shi...@gm...] On Behalf Of Steven Shiau > Sent: Sunday, January 11, 2015 12:43 AM > To: Conan Malady; clo...@li... > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not working when -p reboot is set. Works properly with -p true set instead. > > Hi Conan, > Just did a test with Clonezilla live 20150106-utopic-amd64 to restore an MS Windows image like this: > APPEND initrd=Clonezilla-live-initrd.img boot=live username=user hostname=utopic config quiet union=overlayfs noswap edd=on nomodeset nodmraid locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-sr -g auto -e1 auto -e2 --batch -r -j2 -p true restoredisk my-win7-img sda" > ocs_live_batch=no vga=788 ip= splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 noprompt ocs_prerun="mount -t nfs 192.168.120.254:/home/partimag /home/partimag" ocs_postrun1="ntfsfix -d /dev/sda2" ocs_postrun2="sleep 3" ocs_postrun3="reboot" > > It works well here, i.e. all are unattended, and the machine is rebooted in the end. You can refer to the above configurations. > > Steven. > On 01/02/2015 01:23 AM, Conan Malady wrote: >> Hi Steven, >> I believe I had tried that too with no change. I'll 100% confirm on >> Monday when I have a chance to look again. >> >> >> -------- Original message -------- >> From: Steven Shiau >> Date:12/31/2014 9:24 PM (GMT-06:00) >> To: clo...@li... >> Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not >> working when -p reboot is set. Works properly with -p true set instead. >> >> Hi Conan, >> OK. >> So keep your boot parameters (the one with -p true), and add >> ocs_postrun3="reboot" >> solve your problem? >> >> Steven. >> On 01/01/2015 10:58 AM, Conan Malady wrote: >>> It just doesn't seem to run at all. No error message but check disk >>> happens every time after the job on first boot. The clone job works >>> perfect just the check disk happens when the ntfsfix should normally >>> fix it. >>> >>> Conan >>> >>> >>> -------- Original message -------- >>> From: Steven Shiau >>> Date:12/31/2014 8:55 PM (GMT-06:00) >>> To: clo...@li... >>> Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not >>> working when -p reboot is set. Works properly with -p true set instead. >>> >>> What was the error messages when you use that? >>> Or it just reboot before ocs_postrun* is run? >>> If so, yes, that's natural. >>> The ocs_postrun* command is run after ocs_live_run is done, >>> therefore if you want to reboot, you can add ocs_postrun3="reboot". >>> >>> Steven. >>> >>> On 01/01/2015 01:25 AM, Conan Malady wrote: >>>> >>>> I’m using clonezilla-live-20141208-utopic-amd64 to do a restore >>>> from a USB stick to sda. This works perfectly minus ntfsfix –d >>>> isn’t working properly when set to –p reboot. Verified that was >>>> the source of the issue this morning. Here is my code: >>>> >>>> >>>> >>>> label Clonezilla-live >>>> >>>> MENU DEFAULT >>>> >>>> MENU LABEL Image System >>>> >>>> KERNEL /live/vmlinuz >>>> >>>> APPEND initrd=/live/initrd.img boot=live union=aufs config noswap >>>> nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" >>>> ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds >>>> restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" >>>> locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" >>>> ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix >>>> -d /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" >>>> >>>> >>>> >>>> As you can see I have it currently set to –p true because of this. >>>> Not a huge deal but would have ideally liked to been able to use >>>> –p reboot like I use in my PXE environment. Am I missing something >>>> or is this a genuine bug? >>>> >>>> >>>> >>>> Thanks, >>>> >>>> Conan >>>> >>>> >>>> >>>> >>> >> ---------------------------------------------------------------------- >> -------- >>>> Dive into the World of Parallel Programming! The Go Parallel >>>> Website, sponsored by Intel and developed in partnership with >>>> Slashdot Media, >>> is your >>>> hub for all things parallel software development, from weekly >>>> thought leadership blogs to news, videos, case studies, tutorials and more. >>> Take a >>>> look and join the conversation now. >>> http://goparallel.sourceforge.net >>> <http://goparallel.sourceforge.net> >>>> >>>> >>>> _______________________________________________ >>>> 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/47CF935C >>> Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C >>> >>> >>> >> ---------------------------------------------------------------------- >> -------- >>> Dive into the World of Parallel Programming! The Go Parallel >>> Website, sponsored by Intel and developed in partnership with >>> Slashdot Media, is your hub for all things parallel software >>> development, from weekly thought leadership blogs to news, videos, >>> case studies, tutorials and more. >> Take a >>> look and join the conversation now. >> http://goparallel.sourceforge.net <http://goparallel.sourceforge.net> >>> _______________________________________________ >>> 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/47CF935C >> Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C >> >> >> ---------------------------------------------------------------------- >> -------- Dive into the World of Parallel Programming! The Go Parallel >> Website, sponsored by Intel and developed in partnership with Slashdot >> Media, is your hub for all things parallel software development, from >> weekly thought leadership blogs to news, videos, case studies, >> tutorials and more. Take a look and join the conversation now. >> http://goparallel.sourceforge.net >> _______________________________________________ >> 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/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > www.gigenet.com > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Conan M. <Co...@fi...> - 2015-01-12 18:05:37
|
Hi Steven, I've found that it works perfectly on NFS restores too. I've only seen it exhibited on a USB restore. I apologize I didn't get a chance to confirm for you from your previous email as other projects came up. I did just test your method leaving the -p true and instead adding the reboot parameter as an ocs_postrun command. Having done that it appears to work properly. Thanks for your time on this little quirk! -----Original Message----- From: Steven Shiau [mailto:shi...@gm...] On Behalf Of Steven Shiau Sent: Sunday, January 11, 2015 12:43 AM To: Conan Malady; clo...@li... Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not working when -p reboot is set. Works properly with -p true set instead. Hi Conan, Just did a test with Clonezilla live 20150106-utopic-amd64 to restore an MS Windows image like this: APPEND initrd=Clonezilla-live-initrd.img boot=live username=user hostname=utopic config quiet union=overlayfs noswap edd=on nomodeset nodmraid locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-sr -g auto -e1 auto -e2 --batch -r -j2 -p true restoredisk my-win7-img sda" ocs_live_batch=no vga=788 ip= splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 noprompt ocs_prerun="mount -t nfs 192.168.120.254:/home/partimag /home/partimag" ocs_postrun1="ntfsfix -d /dev/sda2" ocs_postrun2="sleep 3" ocs_postrun3="reboot" It works well here, i.e. all are unattended, and the machine is rebooted in the end. You can refer to the above configurations. Steven. On 01/02/2015 01:23 AM, Conan Malady wrote: > Hi Steven, > I believe I had tried that too with no change. I'll 100% confirm on > Monday when I have a chance to look again. > > > -------- Original message -------- > From: Steven Shiau > Date:12/31/2014 9:24 PM (GMT-06:00) > To: clo...@li... > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not > working when -p reboot is set. Works properly with -p true set instead. > > Hi Conan, > OK. > So keep your boot parameters (the one with -p true), and add > ocs_postrun3="reboot" > solve your problem? > > Steven. > On 01/01/2015 10:58 AM, Conan Malady wrote: > > It just doesn't seem to run at all. No error message but check disk > > happens every time after the job on first boot. The clone job works > > perfect just the check disk happens when the ntfsfix should normally > > fix it. > > > > Conan > > > > > > -------- Original message -------- > > From: Steven Shiau > > Date:12/31/2014 8:55 PM (GMT-06:00) > > To: clo...@li... > > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not > > working when -p reboot is set. Works properly with -p true set instead. > > > > What was the error messages when you use that? > > Or it just reboot before ocs_postrun* is run? > > If so, yes, that's natural. > > The ocs_postrun* command is run after ocs_live_run is done, > > therefore if you want to reboot, you can add ocs_postrun3="reboot". > > > > Steven. > > > > On 01/01/2015 01:25 AM, Conan Malady wrote: > > > > > > I’m using clonezilla-live-20141208-utopic-amd64 to do a restore > > > from a USB stick to sda. This works perfectly minus ntfsfix –d > > > isn’t working properly when set to –p reboot. Verified that was > > > the source of the issue this morning. Here is my code: > > > > > > > > > > > > label Clonezilla-live > > > > > > MENU DEFAULT > > > > > > MENU LABEL Image System > > > > > > KERNEL /live/vmlinuz > > > > > > APPEND initrd=/live/initrd.img boot=live union=aufs config noswap > > > nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" > > > ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds > > > restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" > > > locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" > > > ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix > > > -d /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" > > > > > > > > > > > > As you can see I have it currently set to –p true because of this. > > > Not a huge deal but would have ideally liked to been able to use > > > –p reboot like I use in my PXE environment. Am I missing something > > > or is this a genuine bug? > > > > > > > > > > > > Thanks, > > > > > > Conan > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > -------- > > > Dive into the World of Parallel Programming! The Go Parallel > > > Website, sponsored by Intel and developed in partnership with > > > Slashdot Media, > > is your > > > hub for all things parallel software development, from weekly > > > thought leadership blogs to news, videos, case studies, tutorials and more. > > Take a > > > look and join the conversation now. > > http://goparallel.sourceforge.net > > <http://goparallel.sourceforge.net> > > > > > > > > > _______________________________________________ > > > 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/47CF935C > > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > > > > > ---------------------------------------------------------------------- > -------- > > Dive into the World of Parallel Programming! The Go Parallel > > Website, sponsored by Intel and developed in partnership with > > Slashdot Media, is your hub for all things parallel software > > development, from weekly thought leadership blogs to news, videos, > > case studies, tutorials and more. > Take a > > look and join the conversation now. > http://goparallel.sourceforge.net <http://goparallel.sourceforge.net> > > _______________________________________________ > > 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/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > ---------------------------------------------------------------------- > -------- Dive into the World of Parallel Programming! The Go Parallel > Website, sponsored by Intel and developed in partnership with Slashdot > Media, is your hub for all things parallel software development, from > weekly thought leadership blogs to news, videos, case studies, > tutorials and more. Take a look and join the conversation now. > http://goparallel.sourceforge.net > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-01-11 07:26:05
|
So what's the error message? BTW, please also give alternative testing Clonezilla live a try, like 20150106-utopic <http://clonezilla.org/downloads/download.php?branch=alternative_testing> 20150106-vivid <http://clonezilla.org/downloads/download.php?branch=alternative_testing_2> on http://clonezilla.org/downloads.php Steven. On 01/02/2015 04:22 AM, MERLIN Philippe wrote: > Hello, > Happy New year. > My Laptop computer is an HP 6830S. > At start the Laptop computer does not boot with an CD clonezilla live or > Gparted live the laptop seems blocked, to restart i am to force to cut > electrically. > I i put an old Gparted Live 2009 or an knoppix 2014 or an gparted-clonezilla > 2007 no problem. > I test the live cd on another computer with no problem. > I do'nt know what i can do. > Cheer. > Philippe Merlin > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-01-11 06:43:40
|
Hi Conan, Just did a test with Clonezilla live 20150106-utopic-amd64 to restore an MS Windows image like this: APPEND initrd=Clonezilla-live-initrd.img boot=live username=user hostname=utopic config quiet union=overlayfs noswap edd=on nomodeset nodmraid locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-sr -g auto -e1 auto -e2 --batch -r -j2 -p true restoredisk my-win7-img sda" ocs_live_batch=no vga=788 ip= splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 noprompt ocs_prerun="mount -t nfs 192.168.120.254:/home/partimag /home/partimag" ocs_postrun1="ntfsfix -d /dev/sda2" ocs_postrun2="sleep 3" ocs_postrun3="reboot" It works well here, i.e. all are unattended, and the machine is rebooted in the end. You can refer to the above configurations. Steven. On 01/02/2015 01:23 AM, Conan Malady wrote: > Hi Steven, > I believe I had tried that too with no change. I'll 100% confirm on > Monday when I have a chance to look again. > > > -------- Original message -------- > From: Steven Shiau > Date:12/31/2014 9:24 PM (GMT-06:00) > To: clo...@li... > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not > working when -p reboot is set. Works properly with -p true set instead. > > Hi Conan, > OK. > So keep your boot parameters (the one with -p true), and add > ocs_postrun3="reboot" > solve your problem? > > Steven. > On 01/01/2015 10:58 AM, Conan Malady wrote: > > It just doesn't seem to run at all. No error message but check disk > > happens every time after the job on first boot. The clone job works > > perfect just the check disk happens when the ntfsfix should normally > > fix it. > > > > Conan > > > > > > -------- Original message -------- > > From: Steven Shiau > > Date:12/31/2014 8:55 PM (GMT-06:00) > > To: clo...@li... > > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not > > working when -p reboot is set. Works properly with -p true set instead. > > > > What was the error messages when you use that? > > Or it just reboot before ocs_postrun* is run? > > If so, yes, that's natural. > > The ocs_postrun* command is run after ocs_live_run is done, therefore if > > you want to reboot, you can add > > ocs_postrun3="reboot". > > > > Steven. > > > > On 01/01/2015 01:25 AM, Conan Malady wrote: > > > > > > I’m using clonezilla-live-20141208-utopic-amd64 to do a restore from a > > > USB stick to sda. This works perfectly minus ntfsfix –d isn’t working > > > properly when set to –p reboot. Verified that was the source of the > > > issue this morning. Here is my code: > > > > > > > > > > > > label Clonezilla-live > > > > > > MENU DEFAULT > > > > > > MENU LABEL Image System > > > > > > KERNEL /live/vmlinuz > > > > > > APPEND initrd=/live/initrd.img boot=live union=aufs config noswap > > > nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" > > > ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds > > > restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" > > > locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" > > > ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix -d > > > /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" > > > > > > > > > > > > As you can see I have it currently set to –p true because of this. Not > > > a huge deal but would have ideally liked to been able to use –p reboot > > > like I use in my PXE environment. Am I missing something or is this a > > > genuine bug? > > > > > > > > > > > > Thanks, > > > > > > Conan > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Dive into the World of Parallel Programming! The Go Parallel Website, > > > sponsored by Intel and developed in partnership with Slashdot Media, > > is your > > > hub for all things parallel software development, from weekly thought > > > leadership blogs to news, videos, case studies, tutorials and more. > > Take a > > > look and join the conversation now. > > http://goparallel.sourceforge.net <http://goparallel.sourceforge.net> > > > > > > > > > _______________________________________________ > > > 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/47CF935C > > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming! The Go Parallel Website, > > sponsored by Intel and developed in partnership with Slashdot Media, > > is your > > hub for all things parallel software development, from weekly thought > > leadership blogs to news, videos, case studies, tutorials and more. > Take a > > look and join the conversation now. > http://goparallel.sourceforge.net <http://goparallel.sourceforge.net> > > _______________________________________________ > > 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/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, > is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-01-11 04:03:20
|
Hi, Maybe a different version of Clonezilla live with different Linux kernel won't have such an issue. Therefore you could try: 20150106-utopic or 20150106-vivid on http://clonezilla.org/downloads.php Or if you still have to use the same version, but without wifi drivers, you can follow http://drbl.org/faq/fine-print.php?path=./2_System/81_add_prog_in_filesystem-squashfs.faq#81_add_prog_in_filesystem-squashfs.faq to customize the Clonezilla live. Steven. On 01/11/2015 05:39 AM, MERLIN Philippe wrote: > Hello, > First time, thanks for this very good program Clonezilla live, its works very > fine. But I have a remark during the launch of clonezilla (clonezilla- > live-2.3.2-2-amd64.iso )in memory on my laptop he looks settled a Wifi driver > which on my computer hp 6830s has a deplorable effect he closes the Wifi (light > blue becoming orange) and during the reboot on the settled systems(Windows > Vista an Debian 8 Sid) the wifi does not work at all (light orange) . I > thought at first that the Wifi module of my laptop had broken down i changed it > unsuccessfully, only while resetting bios the Wifi has worked again (blue > light) I saw in a message a similar problem (Clonezilla kills Lenoo Yoga2 Cifi > Module?) Could you build an version de Clonezilla live without wifi module ? > Thank you Very Much. > Philippe Merlin > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: MERLIN P. <phi...@la...> - 2015-01-10 21:40:01
|
Hello, First time, thanks for this very good program Clonezilla live, its works very fine. But I have a remark during the launch of clonezilla (clonezilla- live-2.3.2-2-amd64.iso )in memory on my laptop he looks settled a Wifi driver which on my computer hp 6830s has a deplorable effect he closes the Wifi (light blue becoming orange) and during the reboot on the settled systems(Windows Vista an Debian 8 Sid) the wifi does not work at all (light orange) . I thought at first that the Wifi module of my laptop had broken down i changed it unsuccessfully, only while resetting bios the Wifi has worked again (blue light) I saw in a message a similar problem (Clonezilla kills Lenoo Yoga2 Cifi Module?) Could you build an version de Clonezilla live without wifi module ? Thank you Very Much. Philippe Merlin |
From: MERLIN P. <phi...@la...> - 2015-01-01 20:23:01
|
Hello, Happy New year. My Laptop computer is an HP 6830S. At start the Laptop computer does not boot with an CD clonezilla live or Gparted live the laptop seems blocked, to restart i am to force to cut electrically. I i put an old Gparted Live 2009 or an knoppix 2014 or an gparted-clonezilla 2007 no problem. I test the live cd on another computer with no problem. I do'nt know what i can do. Cheer. Philippe Merlin |
From: Steven S. <st...@nc...> - 2015-01-01 03:23:19
|
Hi Conan, OK. So keep your boot parameters (the one with -p true), and add ocs_postrun3="reboot" solve your problem? Steven. On 01/01/2015 10:58 AM, Conan Malady wrote: > It just doesn't seem to run at all. No error message but check disk > happens every time after the job on first boot. The clone job works > perfect just the check disk happens when the ntfsfix should normally > fix it. > > Conan > > > -------- Original message -------- > From: Steven Shiau > Date:12/31/2014 8:55 PM (GMT-06:00) > To: clo...@li... > Subject: Re: [Clonezilla-live] ntfsfix -d on USB stick restore not > working when -p reboot is set. Works properly with -p true set instead. > > What was the error messages when you use that? > Or it just reboot before ocs_postrun* is run? > If so, yes, that's natural. > The ocs_postrun* command is run after ocs_live_run is done, therefore if > you want to reboot, you can add > ocs_postrun3="reboot". > > Steven. > > On 01/01/2015 01:25 AM, Conan Malady wrote: > > > > I’m using clonezilla-live-20141208-utopic-amd64 to do a restore from a > > USB stick to sda. This works perfectly minus ntfsfix –d isn’t working > > properly when set to –p reboot. Verified that was the source of the > > issue this morning. Here is my code: > > > > > > > > label Clonezilla-live > > > > MENU DEFAULT > > > > MENU LABEL Image System > > > > KERNEL /live/vmlinuz > > > > APPEND initrd=/live/initrd.img boot=live union=aufs config noswap > > nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" > > ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds > > restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" > > locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" > > ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix -d > > /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" > > > > > > > > As you can see I have it currently set to –p true because of this. Not > > a huge deal but would have ideally liked to been able to use –p reboot > > like I use in my PXE environment. Am I missing something or is this a > > genuine bug? > > > > > > > > Thanks, > > > > Conan > > > > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming! The Go Parallel Website, > > sponsored by Intel and developed in partnership with Slashdot Media, > is your > > hub for all things parallel software development, from weekly thought > > leadership blogs to news, videos, case studies, tutorials and more. > Take a > > look and join the conversation now. > http://goparallel.sourceforge.net <http://goparallel.sourceforge.net> > > > > > > _______________________________________________ > > 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/47CF935C > Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, > is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2015-01-01 02:53:54
|
What was the error messages when you use that? Or it just reboot before ocs_postrun* is run? If so, yes, that's natural. The ocs_postrun* command is run after ocs_live_run is done, therefore if you want to reboot, you can add ocs_postrun3="reboot". Steven. On 01/01/2015 01:25 AM, Conan Malady wrote: > > I’m using clonezilla-live-20141208-utopic-amd64 to do a restore from a > USB stick to sda. This works perfectly minus ntfsfix –d isn’t working > properly when set to –p reboot. Verified that was the source of the > issue this morning. Here is my code: > > > > label Clonezilla-live > > MENU DEFAULT > > MENU LABEL Image System > > KERNEL /live/vmlinuz > > APPEND initrd=/live/initrd.img boot=live union=aufs config noswap > nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" > ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds > restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" > locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" > ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix -d > /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" > > > > As you can see I have it currently set to –p true because of this. Not > a huge deal but would have ideally liked to been able to use –p reboot > like I use in my PXE environment. Am I missing something or is this a > genuine bug? > > > > Thanks, > > Conan > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Conan M. <Co...@fi...> - 2014-12-31 18:57:36
|
I'm using clonezilla-live-20141208-utopic-amd64 to do a restore from a USB stick to sda. This works perfectly minus ntfsfix -d isn't working properly when set to -p reboot. Verified that was the source of the issue this morning. Here is my code: label Clonezilla-live MENU DEFAULT MENU LABEL Image System KERNEL /live/vmlinuz APPEND initrd=/live/initrd.img boot=live union=aufs config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix -d /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" As you can see I have it currently set to -p true because of this. Not a huge deal but would have ideally liked to been able to use -p reboot like I use in my PXE environment. Am I missing something or is this a genuine bug? Thanks, Conan |
From: Steven S. <st...@nc...> - 2014-12-09 15:13:07
|
This release of Clonezilla live (2.3.1-18) 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 2014/Dec/08). * Linux kernel was updated to 3.16.7-2. * Package drbl was updated to 2.11.13-drbl1, and clonezilla was updated to 3.12.7-drbl1. * Syslinux was updated to 6.03. * Language files de_DE, ca_ES, es_ES, fr_FR, it_IT, ja_JP.UTF-8, tr_TR and sk_SK was updated. Thanks to Michael Vinzenz, Juan Ramón Martínez, René Mérou, Jean-Francois Nifenecker, Gianfranco Gentili, Akira YOSHIYAMA, Volkan GEZER and Ondrej Dzivy Balucha. * A mechanism was added to check if i386 library (libc6-i386 or glibc.i686) exists on x86-64 system when running makeboot.sh due to syslinux included in Clonezilla live is 32-bit. * Linux kernel i486 was replaced by i586 because now only i586 kernel exists on Debian Sid repository. * A better way to deal with --rsyncable option of gzip and pigz was implemented. (https://sourceforge.net/p/clonezilla/discussion/Open_discussion/thread/8d5f80a6/) * Adding support for device name format like /dev/rd/c0d0 and /dev/ida/c0d0 RAID cards. (https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/e82e1c04/) * Now Clonezilla could support PV on disk, not only on partition. * Fake RAID/firmware RAID is now supported if its device naming style is /dev/md. * The partition from an image could be now restored to different name device, e.g. sda1 could be restored to sdb5. BUG FIXES * Temporarily disabled vmfs3 and vmfs5 support due to an issue (https://github.com/glandium/vmfs-tools/issues/12). Now dd is used for vmfs. Now waiting for the updating of vmfs-tools. * Options "-fsck-src-part" and ""-fsck-src-part-y" were duplicated in ocs-onthefly expert mode. * The input harddrive of ocs-install-grub might be more than one, therefore ocs-install-grub should take that into consideration. * Only device name /dev/mmcblk0p* worked. Those /dev/mmcblk[1-9]p* were not supported. -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2014-11-02 12:12:44
|
The program "screen" is only able to be used to capture the text output, not image. Steven. On 10/14/2014 06:26 AM, Peck, Thad F. wrote: > Hello, > > > > I’ve tried to use the ‘screen’ command to capture Clonezilla screenshot > images but I can’t find where the images are or I’m misunderstanding how > to use the command. > > > > I booted Clonezilla live version: 2.2.4-12 > > > > And escaped to Cmd-Line > > > >> sudo su – > >> screen clonezilla > > > > Went through screens to clone to a NFS server. > > > > After the cloning was finished I escaped back to cmd-line a started > searching for images. > > None were found in /var/log, var/run or ‘/’ tree. > > None were found on NFS server clone-img directory > > > > Questions: > > Will ‘screen’ capture JPG or other type of image formats? > > Where are they written too? > > > > What am I missing here? > > > > Thanks > > Thad > > > > > > > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > > > > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Peck, T. F. <pe...@ll...> - 2014-10-13 22:26:56
|
Hello, I've tried to use the 'screen' command to capture Clonezilla screenshot images but I can't find where the images are or I'm misunderstanding how to use the command. I booted Clonezilla live version: 2.2.4-12 And escaped to Cmd-Line > sudo su - > screen clonezilla Went through screens to clone to a NFS server. After the cloning was finished I escaped back to cmd-line a started searching for images. None were found in /var/log, var/run or '/' tree. None were found on NFS server clone-img directory Questions: Will 'screen' capture JPG or other type of image formats? Where are they written too? What am I missing here? Thanks Thad |
From: Steven S. <st...@nc...> - 2014-09-17 04:14:45
|
This release of Clonezilla live (2.2.4-12) 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 2014/Sep/15). * Linux kernel was updated to 3.16.2-3. * Package partclone was updated to 0.2.73.drbl1 with new support for f2fs and updated exfat lib. * Package drbl was updated to 2.9.22-drbl1, and clonezilla was updated to 3.10.33-drbl1. * Syslinux was updated to 6.03-pre20. * Package f2fs-tools, iw, davfs2, fstransform and rfkill were added. * Language files of Turkish were added. Thanks to Ãmer YILDIZ . *** BUG FIXES *** * The vmwgfx.enable_fbdev=1 instead of vmwgfx.enable_fbdev=no is used in boot parameters. Now we use vesafb instead of uvesafb in both Debian-based and Ubuntu-based Clonezilla live. No more uvesafb for Ubuntu-based one so no conflicting between vmwgfx and uvesafb. Steven. -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2014-08-07 06:45:16
|
On 2014/8/7 上午 11:52, Heiko Nardmann wrote: > Hi, > > probably both (although I'm not sure what "dcs" stands for). Oh, you are using Clonezilla live, not Clonezilla SE. Never mind. > > One question in that context is: what is the maximum file name length > which is currently displayed correctly? So far the file name and the > hard disc specification are shown in two columns. If the file name is > too long then part of it is replaced by the hard disc specification. The maximum file name length is actually decided by the screen size and the dialog/whiptail program. Therefore bigger screen size will show longer file name. > > Structuring the set of images by using (browsable) folders would help > since then I could use parts of the original file name as the name of > some subdir. This would shorten the file name although the path name > (starting from NFS root) length stays the same. You can use console 2, i.e. press "alt-F2" to switch to console 2 then use command like "ls -alFhd /home/partimag" to list them, or use the "mc" (midnight commander) to browser them. Use "alt-F1" to switch back to console 1 for Clonezilla dialog wizard. Steven. > > > Kind regards, > > Heiko > > Am 07.08.2014 04:43, schrieb Steven Shiau: >> Hi, >> So did you mean when running dcs, you want a better display for the >> images list? >> Or you need a file browser to list the images on the NFS server? >> >> Steven. >> >> On 08/01/2014 02:39 PM, Heiko Nardmann wrote: >>> Hi, >>> >>> I'm currently using Clonezilla via PXE to setup test systems with the >>> needed operating systems. Since I have to do testing for a set of system >>> hardware and a set of operating systems that means that I need quite a >>> large set of combinations. Currently I'm accessing those images using >>> NFS (also on the PXE server). >>> >>> Problem: the list of images is quite long and each image also has a >>> quite lengthy name (to express what it is to be used for). So the >>> displayed name of each image is not completely shown inside the list of >>> images. >>> >>> So the question is how to manage/structure/group those images to get >>> around this problem? Any suggestions? I'm missing some kind of browsing >>> through (NFS) folders ... >>> >>> Thx in advance! >>> >>> >>> Kind regards, >>> >>> Heiko >>> >>> > > > ------------------------------------------------------------------------------ > Infragistics Professional > Build stunning WinForms apps today! > Reboot your WinForms applications with our WinForms controls. > Build a bridge from your legacy apps to the future. > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Steven S. <st...@nc...> - 2014-08-07 06:37:04
|
On 2014/8/7 上午 11:42, Heiko Nardmann wrote: > Hi, > > thanks. My question has been answered by your prerun statement. I > haven't been aware of the possibilities offered by specifying the prerun > statement. Maybe one could add that NFS mounting as an additional example? ocs_prerun* provides a variety of possibilities... It's the most flexible variable. :) Steven. > > > Kind regards, > > Heiko > > Am 07.08.2014 04:46, schrieb Steven Shiau: >> Hi, >> Did you mean you want to mount NFS server as image repository, or to let >> PXE booting use the root file (filesystem.squashfs) on the NFS server? >> The 'nfsroot=192.168.0.1:/srv/nfs' is for the latter. For the former, >> you can use: >> ocs_prerun="mount -t nfs 192.168.0.1:/srv/nfs /home/partimag" >> Ref: >> http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc >> >> Steven. >> >> On 08/01/2014 03:18 PM, Heiko Nardmann wrote: >>> Hi, >>> >>> is there a way to preset the NFS server parameters? Since all images are >>> stored at the same NFS server I would like to pass this fixed ip address >>> and path using some boot parameter. Adding >>> 'nfsroot=192.168.0.1:/srv/nfs' I had no luck: I'm still asked for ip >>> address and path. >>> >>> Thx in advance! >>> >>> >>> Kind regards, >>> >>> Heiko >>> >>> ------------------------------------------------------------------------------ >>> Want fast and easy access to all the code in your enterprise? Index and >>> search up to 200,000 lines of code with a free copy of Black Duck >>> Code Sight - the same software that powers the world's largest code >>> search on Ohloh, the Black Duck Open Hub! Try it now. >>> http://p.sf.net/sfu/bds >>> _______________________________________________ >>> Clonezilla-live mailing list >>> Clo...@li... >>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>> > > > ------------------------------------------------------------------------------ > Infragistics Professional > Build stunning WinForms apps today! > Reboot your WinForms applications with our WinForms controls. > Build a bridge from your legacy apps to the future. > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > _______________________________________________ > 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/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |
From: Heiko N. <hei...@it...> - 2014-08-07 03:57:54
|
Hi, probably both (although I'm not sure what "dcs" stands for). One question in that context is: what is the maximum file name length which is currently displayed correctly? So far the file name and the hard disc specification are shown in two columns. If the file name is too long then part of it is replaced by the hard disc specification. Structuring the set of images by using (browsable) folders would help since then I could use parts of the original file name as the name of some subdir. This would shorten the file name although the path name (starting from NFS root) length stays the same. Kind regards, Heiko Am 07.08.2014 04:43, schrieb Steven Shiau: > Hi, > So did you mean when running dcs, you want a better display for the > images list? > Or you need a file browser to list the images on the NFS server? > > Steven. > > On 08/01/2014 02:39 PM, Heiko Nardmann wrote: >> Hi, >> >> I'm currently using Clonezilla via PXE to setup test systems with the >> needed operating systems. Since I have to do testing for a set of system >> hardware and a set of operating systems that means that I need quite a >> large set of combinations. Currently I'm accessing those images using >> NFS (also on the PXE server). >> >> Problem: the list of images is quite long and each image also has a >> quite lengthy name (to express what it is to be used for). So the >> displayed name of each image is not completely shown inside the list of >> images. >> >> So the question is how to manage/structure/group those images to get >> around this problem? Any suggestions? I'm missing some kind of browsing >> through (NFS) folders ... >> >> Thx in advance! >> >> >> Kind regards, >> >> Heiko >> >> |