clonezilla-live Mailing List for Clonezilla (Page 34)
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
(7) |
Nov
|
Dec
|
From: Richard K. <ri...@ri...> - 2010-06-24 14:27:31
|
Steve, Is partclone.dd on the clonezilla CD? Do you know what the proper command would be to copy everything (with the status) from SDA to SDB? Sorry for asking to be spoonfed but I am not 100% clear on the CLI & I don’t want to mess up my source. Thanks, Rich -----Original Message----- From: Steven Shiau [mailto:st...@nc...] Sent: Thursday, June 24, 2010 10:25 AM To: clo...@li... Subject: Re: [Clonezilla-live] Using DD in Shell of Clonezilla? Hi Rich, On 2010年06月24日 21:36, Richard Klein wrote: > Steve, > > I would very much prefer to use clonezilla. I need a bit by bit copy of the hard drive. I tried a few times& clonezilla says it cant recognize the partition which is why I am looking toward DD. > > I was planning to use this command for a DD transfer (if you think it will work): > > dd if=/dev/sdc of=/dev/sdd conv=notrunc& DDPID=$! ; sleep 1 ; while kill -USR1 $DDPID ; do sleep 5 ; done > Yes, this will work. BTW, as I mentioned, you can try partclone.dd. it will give you a better progress report. Steven. > > Thanks, > Rich > > > -----Original Message----- > From: Steven Shiau [mailto:st...@nc...] > Sent: Thursday, June 24, 2010 6:47 AM > To: clo...@li... > Subject: Re: [Clonezilla-live] Using DD in Shell of Clonezilla? > > So why you use dd instead of Clonezilla TUI? > If you really want to use dd and get some progress message when it's > running, you can try partclone.dd, it's available in Clonezilla live, too. > For more info, run: > partclone.dd --help > > Steven. > > On 2010/6/24 上午 07:15, Richard Klein wrote: > >> Hi, >> I am trying to clone a drive using the DD portion of the clonezilla CD. >> I am looking to use this command: dd if=/dev/sda of=/dev/sdb >> What happens is I seem to be getting impatient since there is no >> progress indicator. I keep doing a control + C& then it appears to stop >> with a progress. >> I was curious, is there an additional command that i could put so it >> would display some sort of status? >> The 2TB drive is really time consuming. >> Thanks, >> Rich >> >> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> >> >> >> _______________________________________________ >> Clonezilla-live mailing list >> Clo...@li... >> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >> > -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Clonezilla-live mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clonezilla-live |
From: Steven S. <st...@nc...> - 2010-06-24 14:25:35
|
Hi Rich, On 2010年06月24日 21:36, Richard Klein wrote: > Steve, > > I would very much prefer to use clonezilla. I need a bit by bit copy of the hard drive. I tried a few times& clonezilla says it cant recognize the partition which is why I am looking toward DD. > > I was planning to use this command for a DD transfer (if you think it will work): > > dd if=/dev/sdc of=/dev/sdd conv=notrunc& DDPID=$! ; sleep 1 ; while kill -USR1 $DDPID ; do sleep 5 ; done > Yes, this will work. BTW, as I mentioned, you can try partclone.dd. it will give you a better progress report. Steven. > > Thanks, > Rich > > > -----Original Message----- > From: Steven Shiau [mailto:st...@nc...] > Sent: Thursday, June 24, 2010 6:47 AM > To: clo...@li... > Subject: Re: [Clonezilla-live] Using DD in Shell of Clonezilla? > > So why you use dd instead of Clonezilla TUI? > If you really want to use dd and get some progress message when it's > running, you can try partclone.dd, it's available in Clonezilla live, too. > For more info, run: > partclone.dd --help > > Steven. > > On 2010/6/24 上午 07:15, Richard Klein wrote: > >> Hi, >> I am trying to clone a drive using the DD portion of the clonezilla CD. >> I am looking to use this command: dd if=/dev/sda of=/dev/sdb >> What happens is I seem to be getting impatient since there is no >> progress indicator. I keep doing a control + C& then it appears to stop >> with a progress. >> I was curious, is there an additional command that i could put so it >> would display some sort of status? >> The 2TB drive is really time consuming. >> Thanks, >> Rich >> >> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> >> >> >> _______________________________________________ >> Clonezilla-live mailing list >> Clo...@li... >> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >> > -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Richard K. <ri...@ri...> - 2010-06-24 13:45:27
|
Steve, I would very much prefer to use clonezilla. I need a bit by bit copy of the hard drive. I tried a few times & clonezilla says it cant recognize the partition which is why I am looking toward DD. I was planning to use this command for a DD transfer (if you think it will work): dd if=/dev/sdc of=/dev/sdd conv=notrunc & DDPID=$! ; sleep 1 ; while kill -USR1 $DDPID ; do sleep 5 ; done Thanks, Rich -----Original Message----- From: Steven Shiau [mailto:st...@nc...] Sent: Thursday, June 24, 2010 6:47 AM To: clo...@li... Subject: Re: [Clonezilla-live] Using DD in Shell of Clonezilla? So why you use dd instead of Clonezilla TUI? If you really want to use dd and get some progress message when it's running, you can try partclone.dd, it's available in Clonezilla live, too. For more info, run: partclone.dd --help Steven. On 2010/6/24 上午 07:15, Richard Klein wrote: > Hi, > I am trying to clone a drive using the DD portion of the clonezilla CD. > I am looking to use this command: dd if=/dev/sda of=/dev/sdb > What happens is I seem to be getting impatient since there is no > progress indicator. I keep doing a control + C & then it appears to stop > with a progress. > I was curious, is there an additional command that i could put so it > would display some sort of status? > The 2TB drive is really time consuming. > Thanks, > Rich > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Clonezilla-live mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clonezilla-live |
From: Steven S. <st...@nc...> - 2010-06-24 10:48:36
|
So why you use dd instead of Clonezilla TUI? If you really want to use dd and get some progress message when it's running, you can try partclone.dd, it's available in Clonezilla live, too. For more info, run: partclone.dd --help Steven. On 2010/6/24 上午 07:15, Richard Klein wrote: > Hi, > I am trying to clone a drive using the DD portion of the clonezilla CD. > I am looking to use this command: dd if=/dev/sda of=/dev/sdb > What happens is I seem to be getting impatient since there is no > progress indicator. I keep doing a control + C & then it appears to stop > with a progress. > I was curious, is there an additional command that i could put so it > would display some sort of status? > The 2TB drive is really time consuming. > Thanks, > Rich > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-24 09:30:33
|
On 2010/6/23 下午 03:45, raptor jr wrote: > I'm new to both Mac and Clonezilla. But i thought i should try since i > really want to make a image of my whole HDD including both OSX and BOOTCAMP. > > But the Clonezilla Live CD dont seem to wotk very well for me. I would > like to make a image to a SMB share, i thought that should be possible? > But the Live CD gives me this error all the time "cat: can't open > '/sys/block/*/removable': No such file or directory". Basically it can save the image on the Samba server... Maybe you hit a bug... Give alternative clonezilla live, 20100623-maverick or 20100623-lucid a try. > > So i inserted a USB memory so there is a removable drive connected. Then > i get to the second problem, "BOOT FAILED! This Debian Live image failed > to boot" then it says something about filing a bug against > 'live-initramfs', and further down i get the error message "Unable to > find a medium containing a live system." > After that the computer is locked, i cant enter any commands or anything > besides restarting the computer with the power button. Did you mean you want to boot Clonezilla live from USB flash drive on your MacBook? If so, actually I have no idea how to make that :) If you know that, please share that with us. Steven. > > I'm using clonezilla-live-1.2.5-17-i686.iso > <http://sourceforge.net/projects/clonezilla/files/clonezilla_live_stable/clonezilla-live-1.2.5-17-i686.iso/download>, > booting from a CD, would like to make a image to a SMB share. What am i > doing wrong? > > /Stefan > > ------------------------------------------------------------------------ > Hotmail: Powerful Free email with security by Microsoft. Get it now. > <https://signup.live.com/signup.aspx?id=60969> > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-24 09:07:11
|
If you mean you want to use that as the image repository, you can manually mount that by something like: sudo mount /dev/sdb /home/partimag Steven. On 2010/6/23 上午 01:59, Richard Klein wrote: > Hi, > > I was hoping to use Clonezilla to clone a Tivo hard drive I have for my > new Tivo. Unfortunately it said it couldn’t mount a hard drive without a > partition. I know there is some sort of linux partition on the drive but > I don’t really know all the detail. I was really hoping it would just > copy everything from drive a to drive b. Is there something special I > need to do to make this happen? > > Thanks, > > Rich > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-24 05:46:51
|
On 2010/6/22 下午 08:41, Bob Wooden wrote: > On 06/21/2010 09:18 PM, Steven Shiau wrote: >> Could you please try the mode "Safe graphic settings"? >> As shown here: >> http://clonezilla.org/clonezilla-live/doc/fine-print.php?path=./01_Save_disk_image/01-clonezilla-boot-menu.doc#01-clonezilla-boot-menu.doc >> >> Or could you add "nomodeset" in the boot parameters? >> >> Please let us know the results. >> Thanks. >> >> Steven. >> >> On 2010年06月22日 06:37, Bob Wooden wrote: >> >>> I have been using live-20100330-karmic.iso burnt to a CD to backup >>> images here at home. >>> >>> Tried the newer live-20100521-lucid.iso version and near the end of >>> completing an image backup, it flashes to a blank screen with a blinking >>> cursor in the upper left corner of the monitor. >>> >>> Went and downloaded the live-20100617-maverick.iso version and it >>> abruptly stopped in the same fashion. >>> >>> The live-20100330-karmic.iso still works. >>> >>> F.Y.I. for somebody! >>> >>> >>> >> > > Thanks for the reply to my experience. > > I tried "Safe graphics setting" as suggested and both the lucid and > maverick version completed properly. > > I will be glad to send any other information you might need. Thanks. We have added "nomodeset" to the Clonezilla live 1.2.5-30 and 20100623-*. Maybe you can give it a try again without choosing "safe graphic settings" menu. Please let us know the results. Thanks. Steven. > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Richard K. <ri...@ri...> - 2010-06-23 23:15:50
|
Hi, I am trying to clone a drive using the DD portion of the clonezilla CD. I am looking to use this command: dd if=/dev/sda of=/dev/sdb What happens is I seem to be getting impatient since there is no progress indicator. I keep doing a control + C & then it appears to stop with a progress. I was curious, is there an additional command that i could put so it would display some sort of status? The 2TB drive is really time consuming. Thanks, Rich |
From: raptor jr <rap...@ho...> - 2010-06-23 07:45:27
|
I'm new to both Mac and Clonezilla. But i thought i should try since i really want to make a image of my whole HDD including both OSX and BOOTCAMP. But the Clonezilla Live CD dont seem to wotk very well for me. I would like to make a image to a SMB share, i thought that should be possible? But the Live CD gives me this error all the time "cat: can't open '/sys/block/*/removable': No such file or directory". So i inserted a USB memory so there is a removable drive connected. Then i get to the second problem, "BOOT FAILED! This Debian Live image failed to boot" then it says something about filing a bug against 'live-initramfs', and further down i get the error message "Unable to find a medium containing a live system." After that the computer is locked, i cant enter any commands or anything besides restarting the computer with the power button. I'm using clonezilla-live-1.2.5-17-i686.iso, booting from a CD, would like to make a image to a SMB share. What am i doing wrong? /Stefan _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 |
From: Bill G. <gu...@io...> - 2010-06-22 20:00:07
|
The partition may be "hidden." You could use a partition management program to un-hide it. The gparted live CD is a good one that could do this: http://gparted.sourceforge.net/livecd.php On 06/22/2010 01:59 PM, Richard Klein wrote: > Hi, > > I was hoping to use Clonezilla to clone a Tivo hard drive I have for my > new Tivo. Unfortunately it said it couldn’t mount a hard drive without a > partition. I know there is some sort of linux partition on the drive but > I don’t really know all the detail. I was really hoping it would just > copy everything from drive a to drive b. Is there something special I > need to do to make this happen? > > Thanks, > > Rich > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- -Bill- --------------------------------------------- Bill Gurley, Technical Director Department of Chemistry Univ. of Tennessee, Knoxville --------------------------------------------- |
From: Richard K. <ri...@ri...> - 2010-06-22 18:12:36
|
Hi, I was hoping to use Clonezilla to clone a Tivo hard drive I have for my new Tivo. Unfortunately it said it couldn't mount a hard drive without a partition. I know there is some sort of linux partition on the drive but I don't really know all the detail. I was really hoping it would just copy everything from drive a to drive b. Is there something special I need to do to make this happen? Thanks, Rich |
From: Bob W. <re...@be...> - 2010-06-22 12:41:53
|
On 06/21/2010 09:18 PM, Steven Shiau wrote: > Could you please try the mode "Safe graphic settings"? > As shown here: > http://clonezilla.org/clonezilla-live/doc/fine-print.php?path=./01_Save_disk_image/01-clonezilla-boot-menu.doc#01-clonezilla-boot-menu.doc > > Or could you add "nomodeset" in the boot parameters? > > Please let us know the results. > Thanks. > > Steven. > > On 2010年06月22日 06:37, Bob Wooden wrote: > >> I have been using live-20100330-karmic.iso burnt to a CD to backup >> images here at home. >> >> Tried the newer live-20100521-lucid.iso version and near the end of >> completing an image backup, it flashes to a blank screen with a blinking >> cursor in the upper left corner of the monitor. >> >> Went and downloaded the live-20100617-maverick.iso version and it >> abruptly stopped in the same fashion. >> >> The live-20100330-karmic.iso still works. >> >> F.Y.I. for somebody! >> >> >> > Thanks for the reply to my experience. I tried "Safe graphics setting" as suggested and both the lucid and maverick version completed properly. I will be glad to send any other information you might need. -- Bob Wooden Nashville, TN "Enjoying life at my best!" |
From: Steven S. <st...@nc...> - 2010-06-22 02:18:11
|
Could you please try the mode "Safe graphic settings"? As shown here: http://clonezilla.org/clonezilla-live/doc/fine-print.php?path=./01_Save_disk_image/01-clonezilla-boot-menu.doc#01-clonezilla-boot-menu.doc Or could you add "nomodeset" in the boot parameters? Please let us know the results. Thanks. Steven. On 2010年06月22日 06:37, Bob Wooden wrote: > I have been using live-20100330-karmic.iso burnt to a CD to backup > images here at home. > > Tried the newer live-20100521-lucid.iso version and near the end of > completing an image backup, it flashes to a blank screen with a blinking > cursor in the upper left corner of the monitor. > > Went and downloaded the live-20100617-maverick.iso version and it > abruptly stopped in the same fashion. > > The live-20100330-karmic.iso still works. > > F.Y.I. for somebody! > > -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Bob W. <re...@be...> - 2010-06-21 22:37:22
|
I have been using live-20100330-karmic.iso burnt to a CD to backup images here at home. Tried the newer live-20100521-lucid.iso version and near the end of completing an image backup, it flashes to a blank screen with a blinking cursor in the upper left corner of the monitor. Went and downloaded the live-20100617-maverick.iso version and it abruptly stopped in the same fashion. The live-20100330-karmic.iso still works. F.Y.I. for somebody! -- Bob Wooden Nashville, TN "Enjoying life at my best!" |
From: Steven S. <st...@nc...> - 2010-06-17 04:13:53
|
You can try to enter expert mode, and check the option "-rescue". If this does not work, you can try to program "dd_rescue" or "ddrescue" to dump the disk as an image. Good luck. Steven. On 2010/6/13 上午 02:08, Frank Murphy wrote: > What is the best way to copy a bad-sectored XP install (NTFS) > to a new sata drive. > > On the first run Clonzilla started spewing errors. > > Have tries running fsck on the bad disk, from a Fedora LiveCD. > as didn't know how to get fsck.ntfs on cz. > > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Umarzuki M. <uma...@gm...> - 2010-06-16 15:31:16
|
it seems that being a oem installation is not the issue. I simply redo the restoration to a ide virtual drive and repair the installation with win2k installation cd. It works, atleast the required services are running. On 6/16/10, Les Mikesell <les...@gm...> wrote: > On 6/16/2010 1:10 AM, Umarzuki Mochlis wrote: >> I used clonezilla live 20100318 karmic to create an image of a win2k sp4 >> server and restore it to a vmware player 3.0.1 >> I had seen a few threads in various forums and articles about vconverter >> not being able to convert a oem system or installed one in a vmware >> machine. >> >> Does using clonezilla also effected? I got blue screen with >> INACCESSIBLE_BOOT_DEVICE message upon booting the virtual machine. >> >> I already tried the vmware scsi driver but still same. The repair mode >> does not detect the drive installed with win2k. Is this related to oem >> and there's no way around? > > If you still have the source machine, I've had the best luck at > converting machines by installing the vmware converter and running it > locally, writing the image to a mapped drive and telling it to install > vmware tools in the copy. If the source has an oem recovery partition > you can omit that in the copy. > > -- > Les Mikesell > les...@gm... > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > -- Regards, Umarzuki Mochlis http://debmal.my |
From: Les M. <les...@gm...> - 2010-06-16 14:50:56
|
On 6/16/2010 1:10 AM, Umarzuki Mochlis wrote: > I used clonezilla live 20100318 karmic to create an image of a win2k sp4 > server and restore it to a vmware player 3.0.1 > I had seen a few threads in various forums and articles about vconverter > not being able to convert a oem system or installed one in a vmware machine. > > Does using clonezilla also effected? I got blue screen with > INACCESSIBLE_BOOT_DEVICE message upon booting the virtual machine. > > I already tried the vmware scsi driver but still same. The repair mode > does not detect the drive installed with win2k. Is this related to oem > and there's no way around? If you still have the source machine, I've had the best luck at converting machines by installing the vmware converter and running it locally, writing the image to a mapped drive and telling it to install vmware tools in the copy. If the source has an oem recovery partition you can omit that in the copy. -- Les Mikesell les...@gm... |
From: Umarzuki M. <uma...@gm...> - 2010-06-16 06:10:51
|
I used clonezilla live 20100318 karmic to create an image of a win2k sp4 server and restore it to a vmware player 3.0.1 I had seen a few threads in various forums and articles about vconverter not being able to convert a oem system or installed one in a vmware machine. Does using clonezilla also effected? I got blue screen with INACCESSIBLE_BOOT_DEVICE message upon booting the virtual machine. I already tried the vmware scsi driver but still same. The repair mode does not detect the drive installed with win2k. Is this related to oem and there's no way around? -- Regards, Umarzuki Mochlis http://debmal.my |
From: Frank M. <fra...@gm...> - 2010-06-12 18:08:27
|
What is the best way to copy a bad-sectored XP install (NTFS) to a new sata drive. On the first run Clonzilla started spewing errors. Have tries running fsck on the bad disk, from a Fedora LiveCD. as didn't know how to get fsck.ntfs on cz. -- Regards, Frank Murphy UTF_8 Encoded Friend of Fedora |
From: Steven S. <st...@nc...> - 2010-06-09 08:50:03
|
Yes, you can use VMWare to test the generated iso file. Make sure it working or not. Another choice is to use virtualbox. Here I did a test yesterday, and the generated iso file (6 GB) can be booted successfully in my virtual machine. Steven. On 2010/6/9 下午 04:44, Zoltan Kerenyi Nagy wrote: > How should I do this? With VMware? On My computer there is vmware on my > ubuntu. Do you mean that? > > On Wed, Jun 9, 2010 at 9:42 AM, Steven Shiau <st...@nc... > <mailto:st...@nc...>> wrote: > > Hi, > Is that possible you can try the iso on the virtual machine? > Thanks. > > Steven. > > > On 2010年06月09日 15:39, Zoltan Kerenyi Nagy wrote: >> Hi Steven, >> >> The program did the iso file, but it cannot be burned to a double >> layer. The image is 6570 MB so it would easily fit to a DL disc. >> I tried several programs, Nero, NTI and infra recorder, but none >> of them worked. It might be something wrong with the iso file. >> >> Regards, >> >> Zoltan >> >> On Tue, Jun 8, 2010 at 4:00 PM, Steven Shiau <st...@nc... >> <mailto:st...@nc...>> wrote: >> >> Could you please give Clonezilla live 20100608-lucid or >> 1.2.5-24 a try? >> I believe this issue has been fixed. >> Please let us know the results. >> Thanks. >> >> Steven. >> >> >> On 2010年06月05日 16:10, Zoltan Kerenyi Nagy wrote: >>> clonezilla-live-20100521-lucid ,the very next after 1.2.5-15 >>> >>> On Sat, Jun 5, 2010 at 5:06 AM, Steven Shiau >>> <st...@nc... <mailto:st...@nc...>> wrote: >>> >>> Hi Zoltan, >>> Could you please tell me which version of Clonezilla live >>> are you using? >>> Thanks. >>> >>> Steven. >>> >>> >>> On 2010年06月04日 18:09, Zoltan Kerenyi Nagy wrote: >>>> Hi Steven! >>>> >>>> here is the exact message: >>>> >>>> ~~~xyz.bz2.aa size (6570MB) is too large! mkisosoft is >>>> not able to process that! >>>> Unable to create this Clonezilla image live CD. >>>> >>>> thanks >>>> >>>> Zoltan >>>> >>>> On Thu, Jun 3, 2010 at 5:04 PM, Steven Shiau >>>> <st...@nc... <mailto:st...@nc...>> wrote: >>>> >>>> Really? >>>> Which version of Clonezilla live did you use? >>>> What were the exact error messages shown on the screen? >>>> Thanks. >>>> >>>> Steven. >>>> >>>> >>>> On 2010年06月03日 01:26, Zoltan Kerenyi Nagy wrote: >>>>> Yes, Clonezilla complained that with red letters. >>>>> >>>>> On Wed, Jun 2, 2010 at 5:24 PM, Steven Shiau >>>>> <st...@nc... <mailto:st...@nc...>> wrote: >>>>> >>>>> Hi Zoltan, >>>>> What did you mean by "6570 MB cannot by handled >>>>> by growisosoft"? >>>>> Did Clonezilla complain that? >>>>> >>>>> Steven. >>>>> >>>>> >>>>> On 2010年06月02日 01:19, Zoltan Kerenyi Nagy >>>>> wrote: >>>>>> Hi Steven, >>>>>> >>>>>> I did the cloning with Clonezilla, it's great. >>>>>> A 22 GB Fat32 partition with 13 GB data >>>>>> (winxp+programs) ended up being 6570 MB with >>>>>> bz2 compression. The next problem emerged is >>>>>> that when I'd like to have clonezilla to make >>>>>> a self-restoring-iso file, growisosoft says : >>>>>> it's to large, 6570 MB cannot by handled by >>>>>> growisosoft. I intended to burn it to a double >>>>>> layer disc. >>>>>> So what should I do? >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Zoltan >>>>>> >>>>>> On Tue, Jun 1, 2010 at 9:23 AM, Steven Shiau >>>>>> <st...@nc... >>>>>> <mailto:st...@nc...>> wrote: >>>>>> >>>>>> Besides the compression program, the >>>>>> compression ratio really depends on the >>>>>> data you have. >>>>>> Would it worth to use bzip2? Maybe... Only >>>>>> you can judge that. >>>>>> If you want to distribute that to many >>>>>> many people, bzip2, xz... are worthy. >>>>>> My 2 cents. >>>>>> >>>>>> Steven. >>>>>> >>>>>> >>>>>> On 2010年06月01日 14:55, Zoltan Kerenyi >>>>>> Nagy wrote: >>>>>>> Hi! >>>>>>> >>>>>>> I have a 13 gig data. Which compression >>>>>>> would be the best for that. bzip2 takes 4 >>>>>>> hours, would it worth the time to wait? >>>>>>> How many percentage can be achieved by >>>>>>> the various compression methods. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> Zoltan >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Clonezilla-live mailing list >>>>>>> Clo...@li... <mailto:Clo...@li...> >>>>>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>>>>> >>>>>> >>>>>> -- >>>>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>>> National Center for High-performance Computing, Taiwan.http://www.nchc.org.tw >>>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Clonezilla-live mailing list >>>>>> Clo...@li... >>>>>> <mailto:Clo...@li...> >>>>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> http://mbicomp.com/ >>>>> >>>>> -- >>>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>> National Center for High-performance Computing, Taiwan. >>>>> http://www.nchc.org.tw >>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> http://mbicomp.com/ >>>> >>>> -- >>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan. >>>> http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> http://mbicomp.com/ >>> >>> -- >>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>> National Center for High-performance Computing, Taiwan. >>> http://www.nchc.org.tw >>> Public Key Server PGP Key ID: 1024D/9762755A >>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>> >>> >>> >>> >>> >>> -- >>> http://mbicomp.com/ >> >> -- >> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> >> >> >> >> -- >> http://mbicomp.com/ > > -- > Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> > National Center for High-performance Computing, Taiwan.http://www.nchc.org.tw > Public Key Server PGP Key ID: 1024D/9762755A > Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A > > > > > -- > http://mbicomp.com/ -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-09 07:42:50
|
Hi, Is that possible you can try the iso on the virtual machine? Thanks. Steven. On 2010年06月09日 15:39, Zoltan Kerenyi Nagy wrote: > Hi Steven, > > The program did the iso file, but it cannot be burned to a double > layer. The image is 6570 MB so it would easily fit to a DL disc. > I tried several programs, Nero, NTI and infra recorder, but none of > them worked. It might be something wrong with the iso file. > > Regards, > > Zoltan > > On Tue, Jun 8, 2010 at 4:00 PM, Steven Shiau <st...@nc... > <mailto:st...@nc...>> wrote: > > Could you please give Clonezilla live 20100608-lucid or 1.2.5-24 a > try? > I believe this issue has been fixed. > Please let us know the results. > Thanks. > > Steven. > > > On 2010年06月05日 16:10, Zoltan Kerenyi Nagy wrote: >> clonezilla-live-20100521-lucid ,the very next after 1.2.5-15 >> >> On Sat, Jun 5, 2010 at 5:06 AM, Steven Shiau <st...@nc... >> <mailto:st...@nc...>> wrote: >> >> Hi Zoltan, >> Could you please tell me which version of Clonezilla live are >> you using? >> Thanks. >> >> Steven. >> >> >> On 2010年06月04日 18:09, Zoltan Kerenyi Nagy wrote: >>> Hi Steven! >>> >>> here is the exact message: >>> >>> ~~~xyz.bz2.aa size (6570MB) is too large! mkisosoft is not >>> able to process that! >>> Unable to create this Clonezilla image live CD. >>> >>> thanks >>> >>> Zoltan >>> >>> On Thu, Jun 3, 2010 at 5:04 PM, Steven Shiau >>> <st...@nc... <mailto:st...@nc...>> wrote: >>> >>> Really? >>> Which version of Clonezilla live did you use? >>> What were the exact error messages shown on the screen? >>> Thanks. >>> >>> Steven. >>> >>> >>> On 2010年06月03日 01:26, Zoltan Kerenyi Nagy wrote: >>>> Yes, Clonezilla complained that with red letters. >>>> >>>> On Wed, Jun 2, 2010 at 5:24 PM, Steven Shiau >>>> <st...@nc... <mailto:st...@nc...>> wrote: >>>> >>>> Hi Zoltan, >>>> What did you mean by "6570 MB cannot by handled by >>>> growisosoft"? >>>> Did Clonezilla complain that? >>>> >>>> Steven. >>>> >>>> >>>> On 2010年06月02日 01:19, Zoltan Kerenyi Nagy wrote: >>>>> Hi Steven, >>>>> >>>>> I did the cloning with Clonezilla, it's great. A >>>>> 22 GB Fat32 partition with 13 GB data >>>>> (winxp+programs) ended up being 6570 MB with bz2 >>>>> compression. The next problem emerged is that when >>>>> I'd like to have clonezilla to make a >>>>> self-restoring-iso file, growisosoft says : it's >>>>> to large, 6570 MB cannot by handled by >>>>> growisosoft. I intended to burn it to a double >>>>> layer disc. >>>>> So what should I do? >>>>> >>>>> Thanks, >>>>> >>>>> Zoltan >>>>> >>>>> On Tue, Jun 1, 2010 at 9:23 AM, Steven Shiau >>>>> <st...@nc... <mailto:st...@nc...>> >>>>> wrote: >>>>> >>>>> Besides the compression program, the >>>>> compression ratio really depends on the data >>>>> you have. >>>>> Would it worth to use bzip2? Maybe... Only you >>>>> can judge that. >>>>> If you want to distribute that to many many >>>>> people, bzip2, xz... are worthy. >>>>> My 2 cents. >>>>> >>>>> Steven. >>>>> >>>>> >>>>> On 2010年06月01日 14:55, Zoltan Kerenyi Nagy >>>>> wrote: >>>>>> Hi! >>>>>> >>>>>> I have a 13 gig data. Which compression would >>>>>> be the best for that. bzip2 takes 4 hours, >>>>>> would it worth the time to wait? How many >>>>>> percentage can be achieved by the various >>>>>> compression methods. >>>>>> >>>>>> Regards, >>>>>> >>>>>> Zoltan >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Clonezilla-live mailing list >>>>>> Clo...@li... <mailto:Clo...@li...> >>>>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>>>> >>>>> >>>>> -- >>>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>> National Center for High-performance Computing, Taiwan.http://www.nchc.org.tw >>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> >>>>> _______________________________________________ >>>>> Clonezilla-live mailing list >>>>> Clo...@li... >>>>> <mailto:Clo...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> http://mbicomp.com/ >>>> >>>> -- >>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan. >>>> http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> http://mbicomp.com/ >>> >>> -- >>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>> National Center for High-performance Computing, Taiwan. >>> http://www.nchc.org.tw >>> Public Key Server PGP Key ID: 1024D/9762755A >>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>> >>> >>> >>> >>> >>> -- >>> http://mbicomp.com/ >> >> -- >> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> >> >> >> >> -- >> http://mbicomp.com/ > > -- > Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> > National Center for High-performance Computing, Taiwan. > http://www.nchc.org.tw > Public Key Server PGP Key ID: 1024D/9762755A > Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A > > > > > > -- > http://mbicomp.com/ -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-08 14:00:27
|
Could you please give Clonezilla live 20100608-lucid or 1.2.5-24 a try? I believe this issue has been fixed. Please let us know the results. Thanks. Steven. On 2010年06月05日 16:10, Zoltan Kerenyi Nagy wrote: > clonezilla-live-20100521-lucid ,the very next after 1.2.5-15 > > On Sat, Jun 5, 2010 at 5:06 AM, Steven Shiau <st...@nc... > <mailto:st...@nc...>> wrote: > > Hi Zoltan, > Could you please tell me which version of Clonezilla live are you > using? > Thanks. > > Steven. > > > On 2010年06月04日 18:09, Zoltan Kerenyi Nagy wrote: >> Hi Steven! >> >> here is the exact message: >> >> ~~~xyz.bz2.aa size (6570MB) is too large! mkisosoft is not able >> to process that! >> Unable to create this Clonezilla image live CD. >> >> thanks >> >> Zoltan >> >> On Thu, Jun 3, 2010 at 5:04 PM, Steven Shiau <st...@nc... >> <mailto:st...@nc...>> wrote: >> >> Really? >> Which version of Clonezilla live did you use? >> What were the exact error messages shown on the screen? >> Thanks. >> >> Steven. >> >> >> On 2010年06月03日 01:26, Zoltan Kerenyi Nagy wrote: >>> Yes, Clonezilla complained that with red letters. >>> >>> On Wed, Jun 2, 2010 at 5:24 PM, Steven Shiau >>> <st...@nc... <mailto:st...@nc...>> wrote: >>> >>> Hi Zoltan, >>> What did you mean by "6570 MB cannot by handled by >>> growisosoft"? >>> Did Clonezilla complain that? >>> >>> Steven. >>> >>> >>> On 2010年06月02日 01:19, Zoltan Kerenyi Nagy wrote: >>>> Hi Steven, >>>> >>>> I did the cloning with Clonezilla, it's great. A 22 GB >>>> Fat32 partition with 13 GB data (winxp+programs) ended >>>> up being 6570 MB with bz2 compression. The next problem >>>> emerged is that when I'd like to have clonezilla to >>>> make a self-restoring-iso file, growisosoft says : it's >>>> to large, 6570 MB cannot by handled by growisosoft. I >>>> intended to burn it to a double layer disc. >>>> So what should I do? >>>> >>>> Thanks, >>>> >>>> Zoltan >>>> >>>> On Tue, Jun 1, 2010 at 9:23 AM, Steven Shiau >>>> <st...@nc... <mailto:st...@nc...>> wrote: >>>> >>>> Besides the compression program, the compression >>>> ratio really depends on the data you have. >>>> Would it worth to use bzip2? Maybe... Only you can >>>> judge that. >>>> If you want to distribute that to many many people, >>>> bzip2, xz... are worthy. >>>> My 2 cents. >>>> >>>> Steven. >>>> >>>> >>>> On 2010年06月01日 14:55, Zoltan Kerenyi Nagy wrote: >>>>> Hi! >>>>> >>>>> I have a 13 gig data. Which compression would be >>>>> the best for that. bzip2 takes 4 hours, would it >>>>> worth the time to wait? How many percentage can be >>>>> achieved by the various compression methods. >>>>> >>>>> Regards, >>>>> >>>>> Zoltan >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Clonezilla-live mailing list >>>>> Clo...@li... <mailto:Clo...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>>> >>>> >>>> -- >>>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan.http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> _______________________________________________ >>>> Clonezilla-live mailing list >>>> Clo...@li... >>>> <mailto:Clo...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>> >>>> >>>> >>>> >>>> -- >>>> http://mbicomp.com/ >>> >>> -- >>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>> National Center for High-performance Computing, Taiwan. >>> http://www.nchc.org.tw >>> Public Key Server PGP Key ID: 1024D/9762755A >>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>> >>> >>> >>> >>> >>> -- >>> http://mbicomp.com/ >> >> -- >> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> >> >> >> >> -- >> http://mbicomp.com/ > > -- > Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> > National Center for High-performance Computing, Taiwan. > http://www.nchc.org.tw > Public Key Server PGP Key ID: 1024D/9762755A > Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A > > > > > > -- > http://mbicomp.com/ -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Massimo S. <msa...@ar...> - 2010-06-07 11:25:51
|
Even with Clonezilla live 1.2.5-17 it doesn't work but don't worry, I can bypass this problem bye Massimo Steven Shiau ha scritto: > How about Clonezilla live 1.2.5-17? > > Steven. > > On 2010年05月21日 16:41, Massimo Sabbatino wrote: >> Hi Steven. >> >> Even with Clonezilla live 1.2.5-15 it doesn't work >> >> Before the window "Start Clonezilla..." is shown, for just a moment I >> can see the message "Failed to load >> keymap...". >> >> But If I enter command line prompt and write: >> >> loadkeys it >> >> it works.. >> >> bye >> Massimo >> >> >> Steven Shiau ha scritto: >> >>> Hi, >>> How about testing Clonezilla live 1.2.5-15? >>> >>> Steven. >>> >>> On 2010年05月14日 14:31, Massimo Sabbatino wrote: >>> >>> >>>> Hello >>>> >>>> when I use clonezilla live 1.2.1-39 and set on boot parameters: >>>> >>>> ocs_live_keymap="usr/share/keymaps/i386/qwerty/it.kmap.gz" >>>> ocs_lang="it_IT.UTF-8" >>>> >>>> all it's ok. My keyboard works well. >>>> >>>> But when I use clonezilla live 1.2.4-28 and set the same values on >>>> boot >>>> parameters: >>>> >>>> ocs_live_keymap="usr/share/keymaps/i386/qwerty/it.kmap.gz" >>>> ocs_lang="it_IT.UTF-8" >>>> >>>> my keyboard doesn't work well. >>>> >>>> I type " - " and I see " / " >>>> I type " \ " and I see " ' " >>>> >>>> etc etc... >>>> >>>> What's wrong ? >>>> >>>> thank you >>>> >>>> Massimo >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> _______________________________________________ >>>> Clonezilla-live mailing list >>>> Clo...@li... >>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>> >>>> >>>> >>> >>> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Clonezilla-live mailing list >> Clo...@li... >> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >> > |
From: Steven S. <st...@nc...> - 2010-06-05 03:06:58
|
Hi Zoltan, Could you please tell me which version of Clonezilla live are you using? Thanks. Steven. On 2010年06月04日 18:09, Zoltan Kerenyi Nagy wrote: > Hi Steven! > > here is the exact message: > > ~~~xyz.bz2.aa size (6570MB) is too large! mkisosoft is not able to > process that! > Unable to create this Clonezilla image live CD. > > thanks > > Zoltan > > On Thu, Jun 3, 2010 at 5:04 PM, Steven Shiau <st...@nc... > <mailto:st...@nc...>> wrote: > > Really? > Which version of Clonezilla live did you use? > What were the exact error messages shown on the screen? > Thanks. > > Steven. > > > On 2010年06月03日 01:26, Zoltan Kerenyi Nagy wrote: >> Yes, Clonezilla complained that with red letters. >> >> On Wed, Jun 2, 2010 at 5:24 PM, Steven Shiau <st...@nc... >> <mailto:st...@nc...>> wrote: >> >> Hi Zoltan, >> What did you mean by "6570 MB cannot by handled by growisosoft"? >> Did Clonezilla complain that? >> >> Steven. >> >> >> On 2010年06月02日 01:19, Zoltan Kerenyi Nagy wrote: >>> Hi Steven, >>> >>> I did the cloning with Clonezilla, it's great. A 22 GB Fat32 >>> partition with 13 GB data (winxp+programs) ended up being >>> 6570 MB with bz2 compression. The next problem emerged is >>> that when I'd like to have clonezilla to make a >>> self-restoring-iso file, growisosoft says : it's to large, >>> 6570 MB cannot by handled by growisosoft. I intended to burn >>> it to a double layer disc. >>> So what should I do? >>> >>> Thanks, >>> >>> Zoltan >>> >>> On Tue, Jun 1, 2010 at 9:23 AM, Steven Shiau >>> <st...@nc... <mailto:st...@nc...>> wrote: >>> >>> Besides the compression program, the compression ratio >>> really depends on the data you have. >>> Would it worth to use bzip2? Maybe... Only you can judge >>> that. >>> If you want to distribute that to many many people, >>> bzip2, xz... are worthy. >>> My 2 cents. >>> >>> Steven. >>> >>> >>> On 2010年06月01日 14:55, Zoltan Kerenyi Nagy wrote: >>>> Hi! >>>> >>>> I have a 13 gig data. Which compression would be the >>>> best for that. bzip2 takes 4 hours, would it worth the >>>> time to wait? How many percentage can be achieved by >>>> the various compression methods. >>>> >>>> Regards, >>>> >>>> Zoltan >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Clonezilla-live mailing list >>>> Clo...@li... <mailto:Clo...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>>> >>> >>> -- >>> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>> National Center for High-performance Computing, Taiwan.http://www.nchc.org.tw >>> Public Key Server PGP Key ID: 1024D/9762755A >>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> >>> _______________________________________________ >>> Clonezilla-live mailing list >>> Clo...@li... >>> <mailto:Clo...@li...> >>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live >>> >>> >>> >>> >>> -- >>> http://mbicomp.com/ >> >> -- >> Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> >> >> >> >> -- >> http://mbicomp.com/ > > -- > Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> > National Center for High-performance Computing, Taiwan. > http://www.nchc.org.tw > Public Key Server PGP Key ID: 1024D/9762755A > Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A > > > > > > -- > http://mbicomp.com/ -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |
From: Steven S. <st...@nc...> - 2010-06-05 00:57:59
|
Hi Spiros, On 2010年06月03日 17:01, Spiros Georgaras wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > στις 02/06/2010 05:50 μμ, O/H Steven Shiau έγραψε: > >> Hi Spiros, >> >> > Hi Steven, > > >> On 2010年06月01日 04:13, Spiros Georgaras wrote: >> ÃĹ 31/05/2010 05:24 ¼¼, O/H Steven Shiau ³Á±Èµ: >> >> >>>>>>> So now I have another question: how can i use ocs_prerun boot parameter(s) >>>>>>> when booting to ram? As far as i can tell, i have to "rebuild" >>>>>>> filesystem.squashfs to achieve that... Is this true? Is there another way to >>>>>>> do that? >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> Sorry, I do not understand. Why you need to rebuild filesystem.squashfs >>>>> when you want to use ocs_prerun boot parameters? >>>>> >>>>> Steven. >>>>> >>>>> >> ok, let me make myself clear >> >> I have a script I want to be executed using ocs_prerun, let's call it >> myscript. So I burn a modified clonezilla ISO, adding myscript to the root of >> this ISO. Then, when I boot normally, i pass >> "ocs_prerun=/live/image/myscript" to the command line and myscript is executed >> successfully >> >> When booting to RAM, /live/image/myscript does not exist (since /live/image >> does not list the contents of the CD), so my customization is useless/void >> >> >>> OK, in this case, that's true. >>> Does your client access network? If so, maybe you can put the >>> customization script on http, tftp or ftp server, and use: >>> ocs_prerun="wget http://.../myscript" >>> ocs_prerun1="bash PATH_TO_SCRIPT/myscript" >>> in the boot parameters. >>> > This is great! > I never thought I could combine these parameters this way! > :) > >> I see no other way but to rebuild filesystem.squashfs and add myscript to the >> / (root) of the "virtual" filesystem. Then "ocs_prerun=/myscript" would always >> be found >> >> >>> Yes, to rebuild the filesystem.squashfs is another choice. You can refer >>> to this: >>> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/81_add_prog_in_filesystem-squashfs.faq#81_add_prog_in_filesystem-squashfs.faq >>> >> > yes that's what i have already done (more or less) :) > BTW, I have managed to build a working filesystem.squashfs with squashfs-tools > 4.0-8, on sidux (debian sid) > Yes. The Clonezilla live which we released now is based on Debian Sid or Squeeze. The kernel now uses version 4 of squashfs. Therefore that's why you have to use squashfs-tools 4. Steven. > >>> Hope this helps. >>> >> >>> Steven. >>> >>> > > - -- > Regards > Spiros > > - -- > gpg key URL: http://members.hellug.gr/sng/gpg-all.html > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iF4EAREIAAYFAkwHb2sACgkQGnm65yv0bno/cwD7BbH19moWT8wLIjHzeBzMUVJc > lZhCiy8HCGuv1xHuuHUA/3e3ej8AWKMvFfwQT5O+lZg/trWlkEPtLBI71qPpGAhk > =mL1Y > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live > -- Steven Shiau<steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |