Hey Everyone,
I used clonezilla to clone my spinning disk drive with dual boot Windows/Fedora to an SSD. I did disk to disk and had it automatically expand to the larger drive. The steps are fairly straight forward!
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/0...
Brian
Nice! How many clone attempts did you need to do before it worked (?) I last used it in 2009 and it took about 2-3 tries (one was my bad for rebooting too soon, one was just bad, and the 3rd worked).
On Fri, Mar 15, 2024 at 11:13 AM Brian E. Lavender brian@brie.com wrote:
Hey Everyone,
I used clonezilla to clone my spinning disk drive with dual boot Windows/Fedora to an SSD. I did disk to disk and had it automatically expand to the larger drive. The steps are fairly straight forward!
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/0...
Brian
-- Brian Lavender http://www.brie.com/brian/
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Professor C. A. R. Hoare The 1980 Turing award lecture _______________________________________________ Lug-nuts mailing list -- lug-nuts@bigbrie.com To unsubscribe send an email to lug-nuts-leave@bigbrie.com
It worked on the first attempt. I just did the default settings except for the part where it says to expand to fill the new drive. I put the SSD into a caddy and booted the computer with the Clonezilla on an USB. After the clone was finished, I pulled the spinning disk and I put in the new SSD. It booted and I am now running!
On Fri, Mar 15, 2024 at 11:50:55AM -0700, Kevin Schultz wrote:
Nice! How many clone attempts did you need to do before it worked (?) I last used it in 2009 and it took about 2-3 tries (one was my bad for rebooting too soon, one was just bad, and the 3rd worked).
On Fri, Mar 15, 2024 at 11:13 AM Brian E. Lavender <[1]brian@brie.com> wrote:
Hey Everyone, I used clonezilla to clone my spinning disk drive with dual boot Windows/Fedora to an SSD. I did disk to disk and had it automatically expand to the larger drive. The steps are fairly straight forward! [2]https://clonezilla.org/show-live-doc-content.php?topic=clonezilla -live/doc/03_Disk_to_disk_clone Brian -- Brian Lavender [3]http://www.brie.com/brian/ "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Professor C. A. R. Hoare The 1980 Turing award lecture _______________________________________________ Lug-nuts mailing list -- [4]lug-nuts@bigbrie.com To unsubscribe send an email to [5]lug-nuts-leave@bigbrie.comReferences
- mailto:brian@brie.com
- https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/0...
- http://www.brie.com/brian/
- mailto:lug-nuts@bigbrie.com
- mailto:lug-nuts-leave@bigbrie.com
Lug-nuts mailing list -- lug-nuts@bigbrie.com To unsubscribe send an email to lug-nuts-leave@bigbrie.com
It turns out that while Clonezilla did resize the physical partition, I still had to resize the Physical Volume and the Logical Volume for LVM.
This took a couple extra steps. I added space to root, swap and home. You can see the commands below.
``` pvresize /dev/sda8 lvextend -r -L+100G /dev/fedora/root lvextend -r -L+8G /dev/fedora/swap lvextend -r -l +100%FREE /dev/fedora/home ```
Brian
On Fri, Mar 15, 2024 at 11:54:50AM -0700, Brian E. Lavender wrote:
It worked on the first attempt. I just did the default settings except for the part where it says to expand to fill the new drive. I put the SSD into a caddy and booted the computer with the Clonezilla on an USB. After the clone was finished, I pulled the spinning disk and I put in the new SSD. It booted and I am now running!
On Fri, Mar 15, 2024 at 11:50:55AM -0700, Kevin Schultz wrote:
Nice! How many clone attempts did you need to do before it worked (?) I last used it in 2009 and it took about 2-3 tries (one was my bad for rebooting too soon, one was just bad, and the 3rd worked).
On Fri, Mar 15, 2024 at 11:13 AM Brian E. Lavender <[1]brian@brie.com> wrote:
Hey Everyone, I used clonezilla to clone my spinning disk drive with dual boot Windows/Fedora to an SSD. I did disk to disk and had it automatically expand to the larger drive. The steps are fairly straight forward! [2]https://clonezilla.org/show-live-doc-content.php?topic=clonezilla -live/doc/03_Disk_to_disk_clone Brian -- Brian Lavender [3]http://www.brie.com/brian/ "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Professor C. A. R. Hoare The 1980 Turing award lecture _______________________________________________ Lug-nuts mailing list -- [4]lug-nuts@bigbrie.com To unsubscribe send an email to [5]lug-nuts-leave@bigbrie.comReferences
- mailto:brian@brie.com
- https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/0...
- http://www.brie.com/brian/
- mailto:lug-nuts@bigbrie.com
- mailto:lug-nuts-leave@bigbrie.com
Lug-nuts mailing list -- lug-nuts@bigbrie.com To unsubscribe send an email to lug-nuts-leave@bigbrie.com
-- Brian Lavender http://www.brie.com/brian/
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Professor C. A. R. Hoare The 1980 Turing award lecture _______________________________________________ Lug-nuts mailing list -- lug-nuts@bigbrie.com To unsubscribe send an email to lug-nuts-leave@bigbrie.com