Cannon install cumulative updates

Discussion in 'Windows 10' started by dancer_69, Oct 4, 2020.

  1. dancer_69

    dancer_69 MDL Novice

    Nov 23, 2012
    21
    1
    0
    Hello,
    I don't use much windows 10 the last years, but I have them installed and I have this problem about a year now. I have windows 10 on first partition of an ssd disk(MBR, the system isn't UEFI), and I have 3 more partitions with linux distros.
    I tried to update windows sometimes until before a week but the last October's comulative update always failed to install with the message "failure to configure windows update reverting changes". Before some months I tried to fix it and I did all suggestions from microsoft's relative threads I found. Nothing worked.
    Before a week I gave it another shot and I did the only think I haven't try. This was to download the latest iso via media creation tool and update from that iso.
    This failed too and after a little googling I found a suggestion about making windows partition "active". Because I have dual boot in that disk and also have grub as bootloader was make sense that maybe this causes the problem(windows aren't very friently to other operating systems and filesystems).
    So, I opened windows disk managment and I tried to make windows partition "active" by right click on it and select this option from the context menu list.
    This had an unexpected result:
    Instead of making the windows partition "active", or give me an error message or a warning or someting, it just erased the 3hd linux partiton, which fortunately has a linux distro which I installed just for testing it.

    So, I'm asking if there is some way to fix this problem without to destroy the partitions of this disk or others I have? I don't care if I need to replace grub with windows bootloader(this I can fix later). I just don't want the disks and partitions to remain as is and functional.
    I don't have a separate system partition, windows boot files are on windows partition.
     
  2. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    Your ssd has four partitions, and a MBR disk can only have a max of four partitions. Perhaps (i'm not sure at all) the windows installation process tries to create a recovery partition and fails.
     
  4. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    An mbr disk can have a max of 4 primary partitons but if you make one of those partitions an extended partition and make logical partitions in it the number of drive letters is the limit of how many partitions you can make. I've been using this workaround for so long that I prefer MBR to GPT when either will work because I'm so familiar with it.
     
  5. dancer_69

    dancer_69 MDL Novice

    Nov 23, 2012
    21
    1
    0
    #6 dancer_69, Oct 5, 2020
    Last edited: Oct 5, 2020
    (OP)
    I have 2 primary and an extended partition with 2 logical. I don't care about the deleted partition, because it has a Linux distro which I installed it just to test it. I also have the /home partition in another disk, so all user data is there.
    I also use gparted in general but it hasn't an option for making a partition active. Has the "boot" flag though, which I' m not sure if is the same as active.
    EDIT:
    I just used diskpart as suggested above and the partition is already active(seems that "boot" flag in gparted is the same as active). So this means that this isn't the problem of failures.
    Maybe, as @rpo wrote above, the update search for a separate system partition and doesn't find one. Who knows if there is no a specific error message about the real problem.
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,779
    7,737
    210
    Actually, on NTFS, you can use directories as Volume Mountpoints, so, drive letters is no longer a limiting factor.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...