Re: what is "platform reset"? (Linux Notebook)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 18 Jul 2020, Michael wrote:

On Saturday 18 July 2020 04:08:26 am Felmon Davis wrote:
I wanted to 'rip' the disk or even take it out and replace it with one
of mine (my usual style) but I had trouble getting the software to
work and it's a pain in the ass screwing (literally) around. if I
return it I'll depend on the Windows re-set utility.

a little uneasy since I don't know how strict the seller is about
returns (Saturn). done it before, was ok....

Use dd to create an entire copy of the disk first.  Then you can just paste it
back over any changes and turn it back in.

Search foo for a better example, but in general (don’t copy/paste!):

-  Boot off a USB stick
- Mount external HD with enough space for copy
- root command prompt

root@local [~]# fdisk -l
Disk /dev/nvme0n1: {snip}
Device              Start        End    Sectors   Size Type
/dev/nvme0n1p1         34     524287     524254   256M EFI System
/dev/nvme0n1p2     524288    1572863    1048576   512M Linux filesystem
{snip}
Disk /dev/sda: {snip}

dd if=/dev/nvme0n1 of=/SAVEDIR/win-orig-disk.iso
-or-
dd if=/dev/sda of=/SAVEDIR/win-orig-disk.iso

You want the whole drive not an individual partition.

Not sure if this'll help or not:
http://inet-design.com/blogs/michael/howto-checkpoint-backup-kvm-vps-solusvm.html

Anyway, search fu will get you full working examples.

didn't occur to me to do the 'dd' thing. well, at first that was because I didn't see the drive at all. this is a neat solution.

f.

--
Felmon Davis

Verbum sat sapienti.
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: trinity-users-help@xxxxxxxxxxxxxxxxxxxxxxxxxx
Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting

[Index of Archives]     [Trinity Devel]     [KDE]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]     [Trinity Desktop Environment]

  Powered by Linux