Permanent install #335
Replies: 5 comments 1 reply
-
As a first thought I would swap the two drives if possible. |
Beta Was this translation helpful? Give feedback.
-
hi |
Beta Was this translation helpful? Give feedback.
-
Well that turned out to be a pain. CloneZilla absolutely refused to write to the fixed SSD for a plethora of reasons. So, I took the drive out of the box, connected it to a USB interface and then used the free version of Macrium Reflect on a Windows box to clone the Samsung SSD to it. Putting the drive back in the box, it fired right up. Now I have to figure out how to tell Grub that there isn't a Windows 10 installation to boot. |
Beta Was this translation helpful? Give feedback.
-
You can tell Linux which ‘kernel’ to boot with follwing entries in GRUB:
GRUB_SAVEDEFAULT=true
GRUB_DEFAULT=saved
This keeps the last kernel selection in mind.
Or/and additionally to deactivate the OS scan function in GRUB:
#GRUB_DISABLE_OS_PROBER=false
By uncommenting this line
Don’t forget to do an ‘update-grub2’ afterwards.
Regards,
Roger
… On 15 Oct 2023, at 4:12 PM, doobes ***@***.***> wrote:
Well that turned out to be a pain.
CloneZilla absolutely refused to write to the fixed SSD for a plethora of reasons.
So, I took the drive out of the box, connected it to a USB interface and then used the free version of Macrium Reflect on a Windows box to clone the Samsung SSD to it.
Putting the drive back in the box, it fired right up.
Now I have to figure out how to tell Grub that there isn't a Windows 10 installation to boot.
—
Reply to this email directly, view it on GitHub <#335 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADZRYRXEVKZYXXLOWLE2Q5TX7PVNBANCNFSM6AAAAAA5VCS57E>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
U‘r welcomeRegards,RogerOn Oct 16, 2023, at 5:48 PM, doobes ***@***.***> wrote:
Thank you
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry for the obtuse title, but this might be a bit unusual.
I set EOS up on a Samsung USB/SSD for my desktop a while back. I've been using it (and tweaking) for a while and it works well.
The desktop has Win10 installed on the internal drive.
I've gotten to the point where I would like to migrate the Samsung installation to the internal drive.
Any thoughts on the simplest way to do that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions