Install 15.3 OVER the current Windows 10 partition

Can I do that?
or do I need to erase the partition, format it to exFat, and then install Leap 15.3.
I want to keep Windows 7.
Ya’ll see any problems? Do I need to disconnect the current Leap 15.3 hard drive? And can I bring it back to retrieve things on it if needed?
/dev/sda/ is a PATA drive ona a pci card.
/dev/sdb/ is a SATA drive connected via the motherboard.

Partition scheme for fdisk

Disk /dev/sda: 149.05 GiB, 160041885696 bytes, 312581808 sectorsDisk model: WDC WD1600AAJB-0
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: dos
Disk identifier: 0xfb30b87c


Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1            2048  16779263  16777216    8G 82 Linux swap / Solaris
/dev/sda2        16779264 100665343  83886080   40G 83 Linux
/dev/sda3  *    100665344 312578047 211912704  101G 83 Linux




Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST500NM0011     
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: dos
Disk identifier: 0x00000001


Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *           64    204863    204800   100M  7 HPFS/NTFS/exFAT
**/dev/sdb2          208845 398685104 398476260   190G  7 HPFS/NTFS/exFAT <<<<Win 10**
/dev/sdb3       566467358 976769069 410301712 195.6G  7 HPFS/NTFS/exFAT <<<< Win 7
/dev/sdb4       398685105 566467356 167782252    80G  f W95 Ext'd (LBA)
/dev/sdb5       398685168 566467356 167782189    80G  7 HPFS/NTFS/exFAT


Partition table entries are not in disk order.

To proceed:

  1. delete sdb2
  2. create appropriate size primary partition sdb2 for 15.3 / (adjacent to sdb1)
  3. create logical swap partition for 15.3 (adjacent to new sdb2)
  4. create logical partition using remaining space for 15.3’s /home (adjacent both to new swap and to 80G type 7)
  5. repair bootability of Win7 using Win7 installation media, assuming Win10’s bootloader was handling booting of Win7, probably unnecessary otherwise
  6. install 15.3
  • A user-friendly partitioner will automatically take care of moving the start of the extended partition, making the process automatic and transparent.
  • A premium quality partitioner will enable a reordering of the table entries in logical order as an option
    , the result being extended sdb3, swap sdb5, /home sdb6, Win 80G sdb7, and Win7 sdb4. Without selecting the option, Win7 would remain sdb3, the extended remain sdb4, and the entries remain out of order.
    Whether the partitioner within the 15.3 installer can do everything on the two lists I can’t be sure, but I would expect it to at least do the delete and move and creates, if not all. Key here is the extended must occupy a contiguous block that has no primary interposed, even if some freespace remains between the new sdb2 and Win7’s partition.

BTW, what card you’re using for PATA WDC WD1600AAJB-0 ? (lspci may help)

RAID bus controller: Silicon Image, Inc. PCI0680 Ultra ATA-133 Host Controller (rev 02)

I’ll get to responses to this after I am sure I am not going to more hospitalizations this summer.