Re: HDD > SSD
| Newsgroups | gmane.org.user-groups.linux.nmglug |
|---|---|
| Message-ID | <[email protected]> |
I created two clonezilla USB sticks using Windows 7 and then again using LINUX. Both went smoothly exactly as described in the video and in checking the USB sticks there were no errors and a physical examination indicates that all the files appear to be there. I am using a EFI Motherboard from Gigabyte for an Intel 5 processor. BIOS Date 07/22/2013 Vendor American Megatrends Inc. (American Megatrends, www.ami.com) Version V10.0 Board Name Z87-G55 (MS-7821) Vendor MSI Version 2.0 But it won't boot. It tries to, gives up, and then starts LINUX Mint or it just throws an error about there not being a system. Any ideas of what I should check? I tried all the normal things like switching back and forth from EFI to Legacy plus EFI boot and making the USB the primary boot disk manually. The beast is about 6 years old or more. Its never had anything other than Mint on it. Could it be too old? The BIOS is one of the original EFI versions (i.e, buggy and hard to manage) and I have never updated it. PS I built this computer myself and the Linux system is mounted on a 500 gig Samsung SSD and has 24 gigs of memory. On 6/4/19 12:20 PM, Brian O'Keefe wrote: > > You bet Satsangat. I used a Gparted disk to find the definition of the > drives and then the command line in the included terminal emulator > after checking, rechecking and then checking again that I had the > correct drive designations. I think the cloning took less that an hour > and no data loss or other glitch. Just a new, larger SSD with all, > everything. If someone wants to walk a through it that would be a good > thin. I think Jason helped me as well as Eric but that was so long ago > I don't know, besides you, who can walk a through it. It scared me aft > first also but it turns out to be a simple process and I will do it > again should my 1 TB SSD ever need to have more capacity. I can't > imagine that but then I also thought that my Apple G3 desktop with 4GB > drive was enormous! It wasn't > > Brian > > On 6/4/19 9:39 AM, Satsangat Khalsa wrote: >> This is great info, Brian. >> >> On Mon, Jun 3, 2019 at 7:08 PM Brian O'Keefe <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi All, >> >> I've mentioned before but dd makes this a simple and fool-proof >> method of cloning the old drive to the new one. It takes an >> enclosure for the new drive w/ usb connection and that's it. >> After checking the drive names to get the correct info into the >> command line it is simply running something along the following >> (in case your drives show up differently but this is what I did >> upon fellow NMGLUGgers. Special thanks to Eric almost 10 years >> ago!!): >> >> dd if=/dev/sda of=/dev/sdb bs=1M conv=notrunc,noerror >> >> >> ...will copy everything from hard drive sda to sdb (i.e. all >> partitions, swap and all data), a true clone. No need to create >> partitions or format them on the target hard drive as the dd command >> will create them because it is copy of every single block of sda. >> >> Now if you where copying a single partition to a new drive yes you >> would have to create the target partition on the new hard drive. >> >> dd if=/dev/sda1 of=/dev/sdb1 bs=1M conv=notrunc,noerror >> >> In the command above this would clone partition 1 on drive sda to >> partition 1 on drive sdb. In this case you would not need to format >> the new target partition either as it is again copying every block of >> partition 1 of the source sda1 to the target sdb1. >> >> Hope this helps. >> >> - Eric >> >> >> On 6/3/19 6:47 PM, a wrote: >>> >>> Hi Jason >>> >>> Thanks for the good thought, i do not know who that person, to >>> meet early, could be?. If you will be around Thursday lunch get >>> things rolling, under 300Gb. or wait till later in the week, see >>> how things "shake out", another meeting is okay, the ssd has >>> arrived I have a usb adapter, >>> >>> Best a >>> >>> >>> On 5/30/19 9:02 PM, jason schaefer wrote: >>>> >>>> Hi a >>>> >>>> I highly recommend coming to a meeting to get this done in >>>> person. For something like this its good to get confirmation >>>> that someone is willing and able to help you at the meeting. It >>>> would also be good to meet this person early to allow time for >>>> such a migration. I might be able to be this person next week >>>> but my days are so crazy its hard to say what time I would be >>>> able to get to the meeting. >>>> >>>> Jason >>>> >>>> >>>> On 5/30/19 5:42 PM, a wrote: >>>>> Hi >>>>> >>>>> I have ordered a 500G ssd to install my laptop, with my limited knowledge and support devices.(i no need a live disc) My tentative plan follow the Https below transfer to external HDD then reverse >>>>> the process to the ssd? >>>>> >>>>> >>>>> IN 1.) >>>>> >>>>> ( SUDO LINE BELOW FROM; https://www.ostechnix.com/backup-entire-linux-system-using-rsync/) USING THERE SITE EXAMPLE FOLLOWING: >>>>> >>>>> $ sudo rsync -aAXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt >>>>> >>>>> >>>>> Q.) IS MY DESTINATION CORRECTLY CONFIGURED?. SUBSTITUTING /MNT LAST PART PREVIOUS LINE FOR: /home/a//media/a/6fbdc743-fc0f-46e4-aea3-8160914c34ec/backup_HDD TO GET >>>>> THE COMPOSITE LINE BELOW: >>>>> >>>>> $ sudo rsync -aAXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /home/a//media/a/6fbdc743-fc0f-46e4-aea3-8160914c34ec/backup_HDD >>>>> >>>>> >>>>> >>>>> BEST.a >>>>> >>>>> _______________________________________________ >>>>> nmglug mailing list >>>>> [email protected] <mailto:[email protected]> >>>>> http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org >>>> >>>> _______________________________________________ >>>> nmglug mailing list >>>> [email protected] <mailto:[email protected]> >>>> http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org >>> >>> _______________________________________________ >>> nmglug mailing list >>> [email protected] <mailto:[email protected]> >>> http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org >> -- >> _______________________________________________ >> nmglug mailing list >> [email protected] <mailto:[email protected]> >> http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org >> >> >> _______________________________________________ >> nmglug mailing list >> [email protected] >> http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org > -- > > _______________________________________________ > nmglug mailing list > [email protected] > http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org _______________________________________________ nmglug mailing list [email protected] http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org
pEpkey.asc
(application/pgp-keys, 2.4 KB)
-----BEGIN PGP PUBLIC KEY BLOCK----- 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 KemojuotzCtMqth2lYnEZq1d =40dh -----END PGP PUBLIC KEY BLOCK-----