On 18 Aug 2013 at 22:57, Erik P. Olsen wrote: Date sent: Sun, 18 Aug 2013 22:57:09 +0200 From: "Erik P. Olsen" <epodata@xxxxxxxxx> Organization: EPO data To: Fedora Mailing List <users@xxxxxxxxxxxxxxxxxxxxxxx> Subject: HD to SSD question. Send reply to: Community support for Fedora users <users@xxxxxxxxxxxxxxxxxxxxxxx> > I plan to swap the HD on my laptop with an SSD of same size. Will it > work OK if I dd the HD to an external HD, swap the HD with the SSD and > dd the contents back to the SSD? I believe I can use knoppix to the > process. > As another response has already stated make sure the SSD disk is as large or larger, just because they say are the same size may be slightly different. The only other issue that might cause an issue if the SSD disk requires any driver that isn't in the initrd. Long ago, I changed a machine from IDE to SATA disk, and the disk would boot since the SATA controller wasn't in the original initrd. Don't think that would be an issue here, since it is the same controller. I'm the maintainer of the G4L project, which also has options to backup and/or clone disks. I even add it to my grub boot menu to be able to image without need of a live cd. I've added it to the grub by using 40_custom #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry G4L { linux /bz3x10.7 ramdisk_size=131072 root=/dev/ram0 telnetd=yes initrd /ramdisk.lzma } The kernel file and ramdisk.lzma file are also copied to the boot directory. > -- > Erik > -- > users mailing list > users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have > a question? Ask away: http://ask.fedoraproject.org +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes@xxxxxxxxxxxxxxxx mailto:msetzerii@xxxxxxxxx http://www.guam.net/home/mikes Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +----------------------------------------------------------+ http://setiathome.berkeley.edu (Original) Number of Seti Units Returned: 19,471 Processing time: 32 years, 290 days, 12 hours, 58 minutes (Total Hours: 287,489) BOINC@HOME CREDITS SETI 15779543.197576 | EINSTEIN 12864951.989852 ROSETTA 8254232.745942 | ABC 16262263.807792 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org