Migrating OS drive and fresh installation
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I used Linux a while ago, but unfortunately I had to go back to Windows because of the need to use some proprietary software. However, since my laptop has 4GB ram, a 320GB HDD and a 32GB SSD, I am planning to use the HDD only for windows and the 32GB SSD for linux only (this space is enough for me to use).
My question is this: Currently Windows 10 is installed on the SSD and the HDD is with backup files, so what I would like to do is clone the system that is on the SSD to the HDD, which is practically empty, format the SSD and install linux on it.
I would like to do this cloning because all the programs I need from windows are already installed correctly and it would take a lot of work to have to reinstall everything.
Has anyone ever performed a procedure like this? What program can I use to do this cloning?
Is it necessary with 4GB of ram to put a swap on the SSD?
system-installation windows format migration
 |Â
show 1 more comment
up vote
0
down vote
favorite
I used Linux a while ago, but unfortunately I had to go back to Windows because of the need to use some proprietary software. However, since my laptop has 4GB ram, a 320GB HDD and a 32GB SSD, I am planning to use the HDD only for windows and the 32GB SSD for linux only (this space is enough for me to use).
My question is this: Currently Windows 10 is installed on the SSD and the HDD is with backup files, so what I would like to do is clone the system that is on the SSD to the HDD, which is practically empty, format the SSD and install linux on it.
I would like to do this cloning because all the programs I need from windows are already installed correctly and it would take a lot of work to have to reinstall everything.
Has anyone ever performed a procedure like this? What program can I use to do this cloning?
Is it necessary with 4GB of ram to put a swap on the SSD?
system-installation windows format migration
1
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that withsudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDD
â sudodus
Mar 13 at 16:02
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
1
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
1
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I used Linux a while ago, but unfortunately I had to go back to Windows because of the need to use some proprietary software. However, since my laptop has 4GB ram, a 320GB HDD and a 32GB SSD, I am planning to use the HDD only for windows and the 32GB SSD for linux only (this space is enough for me to use).
My question is this: Currently Windows 10 is installed on the SSD and the HDD is with backup files, so what I would like to do is clone the system that is on the SSD to the HDD, which is practically empty, format the SSD and install linux on it.
I would like to do this cloning because all the programs I need from windows are already installed correctly and it would take a lot of work to have to reinstall everything.
Has anyone ever performed a procedure like this? What program can I use to do this cloning?
Is it necessary with 4GB of ram to put a swap on the SSD?
system-installation windows format migration
I used Linux a while ago, but unfortunately I had to go back to Windows because of the need to use some proprietary software. However, since my laptop has 4GB ram, a 320GB HDD and a 32GB SSD, I am planning to use the HDD only for windows and the 32GB SSD for linux only (this space is enough for me to use).
My question is this: Currently Windows 10 is installed on the SSD and the HDD is with backup files, so what I would like to do is clone the system that is on the SSD to the HDD, which is practically empty, format the SSD and install linux on it.
I would like to do this cloning because all the programs I need from windows are already installed correctly and it would take a lot of work to have to reinstall everything.
Has anyone ever performed a procedure like this? What program can I use to do this cloning?
Is it necessary with 4GB of ram to put a swap on the SSD?
system-installation windows format migration
system-installation windows format migration
edited Mar 13 at 15:54
![](https://i.stack.imgur.com/ofQEO.jpg?s=32&g=1)
![](https://i.stack.imgur.com/ofQEO.jpg?s=32&g=1)
Maki
1376
1376
asked Mar 13 at 15:52
![](https://i.stack.imgur.com/8mYOy.png?s=32&g=1)
![](https://i.stack.imgur.com/8mYOy.png?s=32&g=1)
Roland
6310
6310
1
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that withsudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDD
â sudodus
Mar 13 at 16:02
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
1
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
1
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17
 |Â
show 1 more comment
1
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that withsudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDD
â sudodus
Mar 13 at 16:02
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
1
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
1
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17
1
1
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that with
sudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDDâ sudodus
Mar 13 at 16:02
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that with
sudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDDâ sudodus
Mar 13 at 16:02
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
1
1
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
1
1
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014624%2fmigrating-os-drive-and-fresh-installation%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
If you can allow the whole partition table on the target drive (the HDD), you can clone the whole SSD drive, provided that the sector sizes of the two drives are the same. You can check that with
sudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDDâ sudodus
Mar 13 at 16:02
Then after I copy the OS for another drive I can just boot with an Linux iso, clean the old windows installation and proceed with the linux installation?
â Roland
Mar 13 at 16:10
1
A lot of UltraBooks had 32GB SSD just for boot cache. And only the amount of RAM was used for the cache. Users kept Windows cache and still were able to install Ubuntu / (root) in remaining space and /home or /mnt/data on HDD. Are you sure all of Windows is in SSD? If 32GB that is about the absolute minimum for Windows. Be sure to have good backups and do not reboot with duplicate UUIDs. Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
â oldfred
Mar 13 at 16:19
@oldfred I'm using a 32bit version of windows 10 and still have 5GB of free space with all programs that I use in windows installed. So after I move the windows installation, I clean the ssd and install linux and do a boot-repair?
â Roland
Mar 13 at 16:25
1
It is my understanding that NTFS partitions like 30% free. At 10% free there is so little room that your defrag takes forever. But maybe with SSD defrag is not required as often. Linux also wants some free space and even hides 5% to prevent crash, if user is monitoring space. Boot-Repair is only required if you have boot issues. And then you run report to see configuration. I typically run report to document configuration anytime system is changed a lot.
â oldfred
Mar 13 at 17:17