Restoring factory recovery partition (Samsung)
I have upgraded the HDD in a Samsung laptop and would like to restore the "Press F4 for recovery" partition.
My new disk has three partitions, System
, Windows
, and Recovery
. I did a dd
of the recovery partition from the old HDD to the new. I also set the diag
flag on the new HDD. F4 recovery still is not working.
tldr: I mapped my new disk like my old disk with the exception of exact sizes. I did the recover partition from old to new via livecd. F4 recovery does not work.
windows partitioning restore recovery-partition
|
show 2 more comments
I have upgraded the HDD in a Samsung laptop and would like to restore the "Press F4 for recovery" partition.
My new disk has three partitions, System
, Windows
, and Recovery
. I did a dd
of the recovery partition from the old HDD to the new. I also set the diag
flag on the new HDD. F4 recovery still is not working.
tldr: I mapped my new disk like my old disk with the exception of exact sizes. I did the recover partition from old to new via livecd. F4 recovery does not work.
windows partitioning restore recovery-partition
1
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42
|
show 2 more comments
I have upgraded the HDD in a Samsung laptop and would like to restore the "Press F4 for recovery" partition.
My new disk has three partitions, System
, Windows
, and Recovery
. I did a dd
of the recovery partition from the old HDD to the new. I also set the diag
flag on the new HDD. F4 recovery still is not working.
tldr: I mapped my new disk like my old disk with the exception of exact sizes. I did the recover partition from old to new via livecd. F4 recovery does not work.
windows partitioning restore recovery-partition
I have upgraded the HDD in a Samsung laptop and would like to restore the "Press F4 for recovery" partition.
My new disk has three partitions, System
, Windows
, and Recovery
. I did a dd
of the recovery partition from the old HDD to the new. I also set the diag
flag on the new HDD. F4 recovery still is not working.
tldr: I mapped my new disk like my old disk with the exception of exact sizes. I did the recover partition from old to new via livecd. F4 recovery does not work.
windows partitioning restore recovery-partition
windows partitioning restore recovery-partition
edited Oct 28 '17 at 13:28
Kamil Maciorowski
23.7k155074
23.7k155074
asked Sep 18 '12 at 12:36
user974896
164114
164114
1
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42
|
show 2 more comments
1
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42
1
1
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42
|
show 2 more comments
2 Answers
2
active
oldest
votes
You will need to use dd to do a full drive copy to this one and then use the recovery, as it sounds by doing only one partition, the MBR isn't being copied correctly, preventing the recovery from working.
add a comment |
When I need to migrate a HDD to SSD. I use the Samsung Data Migration Software. It's a great tool for moving all your partitions.
add a comment |
protected by Community♦ Mar 4 '13 at 17:10
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You will need to use dd to do a full drive copy to this one and then use the recovery, as it sounds by doing only one partition, the MBR isn't being copied correctly, preventing the recovery from working.
add a comment |
You will need to use dd to do a full drive copy to this one and then use the recovery, as it sounds by doing only one partition, the MBR isn't being copied correctly, preventing the recovery from working.
add a comment |
You will need to use dd to do a full drive copy to this one and then use the recovery, as it sounds by doing only one partition, the MBR isn't being copied correctly, preventing the recovery from working.
You will need to use dd to do a full drive copy to this one and then use the recovery, as it sounds by doing only one partition, the MBR isn't being copied correctly, preventing the recovery from working.
answered Jun 27 '13 at 14:52
user88311
1,53621429
1,53621429
add a comment |
add a comment |
When I need to migrate a HDD to SSD. I use the Samsung Data Migration Software. It's a great tool for moving all your partitions.
add a comment |
When I need to migrate a HDD to SSD. I use the Samsung Data Migration Software. It's a great tool for moving all your partitions.
add a comment |
When I need to migrate a HDD to SSD. I use the Samsung Data Migration Software. It's a great tool for moving all your partitions.
When I need to migrate a HDD to SSD. I use the Samsung Data Migration Software. It's a great tool for moving all your partitions.
answered Dec 22 '14 at 22:33
Lightly Salted
5932625
5932625
add a comment |
add a comment |
protected by Community♦ Mar 4 '13 at 17:10
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
Did you duplicate the original hdd sector by sector or only selected partitions. It sounds like the process you used was incorrect.
– Ramhound
Sep 18 '12 at 12:44
The selected partition. The new hdd is smaller. I did "dd if=/dev/sdc3 of=/dev/sda3 BS=512". Why would you have to clone the entire disc? You should be able to split or trash your windows partition and have it still work
– user974896
Sep 18 '12 at 13:05
You clearly did something wrong, because it doesn't work, which is the reason I would copy the entire disk.
– Ramhound
Sep 18 '12 at 13:52
Did you figure out how to restore the recovery partition? I basically want to do the same thing, only I want to back up the recovery partition on an external drive before deleting it to free up some space for linux while keeping the possibility of recovering win. On samsung support, they say it is impossible to recreate the recovery partition, however, it is unclear to me whether this is just to scare people from doing it, or if it's actually impossible.
– bobbaluba
Sep 30 '12 at 4:39
I got it. I am going to do a writeup and post all the tools. I basically found this Samsung utility that is a boot-able version of Samsung Recovery. Using that I can repartition the HDD to Samsung's liking. It installs a base recovery environment and restores press f4 ability. Then I installed windows and used linux to copy the original recovery partition back (on a file level, not dd). Check back here in a few weeks.
– user974896
Oct 4 '12 at 16:42