I do a lot of sdr these days and I find compiling cutting edge github code becoming harder and harder these days on Opensuse Leap. That is the github code is built on Debian systems. I want to change my system from Opensuse to Kbuntu.
This is on a Lenovo notebook that dual boots windows 10 and linux. I have a 1Tbyte SSD and will buy a new 2TByte SSD to remove any chance of data loss. That is I will keep the old SSD around until everything is working properly.
The idea is to clone the 1TByte drive to the 2Tbyte drive. I have the hardware to do this and know how to use Clonezilla. (I clone my SSD for backup). i will be posting some disk data but it is probably best to explain what I want to do verbally first
I set up Opensuse with / and /home on separate partitions. The plan is to clone the 1TByte to the new 2Tbyte drive. I will place / for Kubuntu where it is presently located for Opensuse. Either install it there directly or if need be I can reformat the / partition with gparted and provide a blank home for Kbuntu /.
Ideally kbuntu will see the /home partition and not touch it other than to enter it into fstab. I don't know if the installer is that smart.
I have a small partition that I use for swap. It will be in the way if I want to resize /home to use the rest of the 2Tbyte drive. I could move it but I am thinking of just not using a swap partition since the notebook has 24Gbytes of RAM. I never found hibernate to be useful, mostly because my USB peripherals are not simple drives but radios and such.
I have never made a partition with data larger with gparted but this seems doable these days based on what I have read on the internet.
This all sounds doable. The only thing I am unsure about is grub.
Thanks in advance for any suggestions.
Here is the output from fdisk and lsblk respectively.
This is on a Lenovo notebook that dual boots windows 10 and linux. I have a 1Tbyte SSD and will buy a new 2TByte SSD to remove any chance of data loss. That is I will keep the old SSD around until everything is working properly.
The idea is to clone the 1TByte drive to the 2Tbyte drive. I have the hardware to do this and know how to use Clonezilla. (I clone my SSD for backup). i will be posting some disk data but it is probably best to explain what I want to do verbally first
I set up Opensuse with / and /home on separate partitions. The plan is to clone the 1TByte to the new 2Tbyte drive. I will place / for Kubuntu where it is presently located for Opensuse. Either install it there directly or if need be I can reformat the / partition with gparted and provide a blank home for Kbuntu /.
Ideally kbuntu will see the /home partition and not touch it other than to enter it into fstab. I don't know if the installer is that smart.
I have a small partition that I use for swap. It will be in the way if I want to resize /home to use the rest of the 2Tbyte drive. I could move it but I am thinking of just not using a swap partition since the notebook has 24Gbytes of RAM. I never found hibernate to be useful, mostly because my USB peripherals are not simple drives but radios and such.
I have never made a partition with data larger with gparted but this seems doable these days based on what I have read on the internet.
This all sounds doable. The only thing I am unsure about is grub.
Thanks in advance for any suggestions.
Here is the output from fdisk and lsblk respectively.
Code:
Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors Disk model: Samsung SSD 970 PRO 1TB Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: AB0A3DE5-F683-4869-887D-2323516CA579 Device Start End Sectors Size Type /dev/nvme0n1p1 2048 534527 532480 260M EFI System /dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved /dev/nvme0n1p3 567296 123153844 122586549 58.5G Microsoft basic data /dev/nvme0n1p4 123154432 125138943 1984512 969M Windows recovery environment /dev/nvme0n1p5 125140992 125157375 16384 8M BIOS boot /dev/nvme0n1p6 125157376 313901055 188743680 90G Linux filesystem /dev/nvme0n1p7 313901056 1924513791 1610612736 768G Linux filesystem /dev/nvme0n1p8 1956046848 2000409230 44362383 21.2G Linux swap
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 953.9G 0 disk ├─nvme0n1p1 259:1 0 260M 0 part /boot/efi ├─nvme0n1p2 259:2 0 16M 0 part ├─nvme0n1p3 259:3 0 58.5G 0 part ├─nvme0n1p4 259:4 0 969M 0 part ├─nvme0n1p5 259:5 0 8M 0 part ├─nvme0n1p6 259:6 0 90G 0 part / ├─nvme0n1p7 259:7 0 768G 0 part /home └─nvme0n1p8 259:8 0 21.2G 0 part [SWAP]
Comment