Re: UUID

Brian O'Keefe <[email protected]> Sun, 10 Aug 2025 16:08:53 -0600
Newsgroups gmane.org.user-groups.linux.nmglug
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============2227687398147563059==
Content-Type: multipart/alternative;
 boundary="------------LhnbY5WD9UIfVaIj002zVgoW"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------LhnbY5WD9UIfVaIj002zVgoW
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Model is ASUS F505ZA-DH51

Thanks much Paul!

I have followed a disassembly youtube vid and yes, it requires removing 
the keyboard by removing all the screws from the bottom and running a 
guitar pick under the surface of the top edge and then the keyboard is 
removable. I carefully lift and tip the keyboard out, leaving the 
connectors. Then the mother board is accessible and the show me guy 
swaps out drives. Where he has a drive, I do not. It's not there. The 
expansion bay for a 2.5" drive is visible but it's upside down. I had 
cloned the onboard drive to a 500GB SSD and was able to gently get it, 
upside down, into the bay and plugged in. It shows up as a bootable 
drive in the BIOS. But the UUID problem causes the onboard drive to boot 
regardless of my setting the boot order (which I can discern by the size 
of the partitions). Obviously the default as it doesn't matter how I set 
the boot order, I can't boot the expansion bay drive. Obviously the 
machine wants to boot the factory drive. I think changing the UUID is 
possibly best.

On 8/10/25 03:12PM, Paul wrote:
> Do you have a model number for the laptop? If you provide it, we might 
> find some disassembly guides.
>
> Have you tried removing the keyboard to see if you have access to the 
> ssd that way? I know some Asus models did that at one point. I hate 
> how difficult laptops have gotten to work on. I love my Thinkpad t480. 
> It's nice and easy to work on. But it's getting a bit long in the 
> tooth, and accessible hardware is definitely the exception and not the 
> rule these days.
>
>
>
> On Sun, Aug 10, 2025 at 2:44 PM Brian O'Keefe <[email protected]> 
> wrote:
>
>     Thanks Paul
>
>     That seems pretty simple. Still wonder why the motherboard is in
>     upside down and screws not accessible to lift it out. Weird.
>
>     I actually cloned one drive to another, larger drive. I've done
>     this many times and would just take out the old drive and install
>     the cloned drive. I did this as I required more data storage.
>     However, I can't remove the factory drive as it's not accessible.
>     If I could I would do what I said. Clone the computer's drive to a
>     larger drive, swap them out and boot happily away with the larger
>     drive. Changing the UUID made sense but I didn't know how to do that.
>
>     On 8/10/25 12:23PM, Paul wrote:
>>     It sounds like you may have cloned one partition to the other?
>>     This would explain them having the same uuid. You need to change
>>     the uuid of one of the partitions.
>>
>>     Let's say you want to change the uuid of /dev/sdb1. Make sure the
>>     partition is not mounted, then use:
>>
>>     `sudo tune2fs -U random /dev/sdb1`
>>
>>     That should do it.
>>
>>     This is untested on my part, so please do all the necessary
>>     backing up, etc. before trying.
>>
>>     On Sat, Aug 9, 2025 at 1:20 PM Brian O'Keefe
>>     <[email protected]> wrote:
>>
>>         Hello All
>>
>>         I'm revisiting an issue I expressed many months (if not
>>         years. I have an ASUS laptop in which I wanted to install a
>>         500GB SSD in the vacant bay. I said at the time that the
>>         motherboard is up side down so I can't remove the existing
>>         drive (a SSD PLUS M.2 NVMe^TM SSD,) and replace with the
>>         500GB SSD drive. I was able to get the regular SSD into the
>>         bay and plug it in. It shows up in the BIOS as two separate
>>         UUIDs (I have a bootable 313 GB partition and a free space
>>         193 GB partition. When I choose to try and boot the 313 GB
>>         partition the computer reverts to the drive stick. I checked
>>         the UUIs and the 313GB has a different UUID than the internal
>>         stick drive but the same as the 193 SSD. So for some reason,
>>         even though I change the boot order so the 313GB boots, the
>>         computer reverts to the onboard UUID and boots that. I don't
>>         know how the 193 GB drive got the same UUID but it did.
>>
>>         When I boot the computer I get the option of booting Ubuntu
>>         20.04 but 16.04 is also listed. That is the 313 GB which I
>>         was planning to wipe and install 25.04. Perhaps I can wipe it
>>         with GParted and try installing 25.04 on it.
>>
>>         Sorry about the long screed! I'd love to get the 313GB to
>>         boot 25.04 so I can see if it works on the old cloned 313GB
>>         drive with 16.04. If that worked I'd have a current back-up
>>         (I have one, the unbootable 313GB drive which won't boot). I
>>         would then upgrade the 313 GB drive after cloning the onboard
>>         drive. If the cloned 313GB drive updated then I would have my
>>         current mountains of data on the 313GB drive. But if it won't
>>         boot now why would it boot later, after all of the work?
>>
>>         Many thanks if anyone wants to help. If not I completely
>>         understand
>>
>>         Best
>>
>>         Brian
>>
>>         _______________________________________________
>>         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
>
-- 
--------------LhnbY5WD9UIfVaIj002zVgoW
Content-Type: multipart/related;
 boundary="------------syxRkWtX4WL0R6N8EIKWG0XR"

--------------syxRkWtX4WL0R6N8EIKWG0XR
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Model is ASUS F505ZA-DH51</p>
    <p>Thanks much Paul!</p>
    <p>I have followed a disassembly youtube vid and yes, it requires
      removing the keyboard by removing all the screws from the bottom
      and running a guitar pick under the surface of the top edge and
      then the keyboard is removable. I carefully lift and tip the
      keyboard out, leaving the connectors. Then the mother board is
      accessible and the show me guy swaps out drives. Where he has a
      drive, I do not. It's not there. The expansion bay for a 2.5"
      drive is visible but it's upside down. I had cloned the onboard
      drive to a 500GB SSD and was able to gently get it, upside down,
      into the bay and plugged in. It shows up as a bootable drive in
      the BIOS. But the UUID problem causes the onboard drive to boot
      regardless of my setting the boot order (which I can discern by
      the size of the partitions). Obviously the default as it doesn't
      matter how I set the boot order, I can't boot the expansion bay
      drive. Obviously the machine wants to boot the factory drive. I
      think changing the UUID is possibly best.<br>
    </p>
    <div class="moz-cite-prefix">On 8/10/25 03:12PM, Paul wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CALezEt5gcKL2mGTaZ73gmybNUprqPty_TGYS-DEWCssPVrk7kg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Do you have a model number for the laptop? If you provide
          it, we might find some disassembly guides. <br>
          <br>
        </div>
        <div>Have you tried removing the keyboard to see if you have
          access to the ssd that way? I know some Asus models did that
          at one point. I hate how difficult laptops have gotten to work
          on. I love my Thinkpad t480. It's nice and easy to work on.
          But it's getting a bit long in the tooth, and accessible
          hardware is definitely the exception and not the rule these
          days.</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote gmail_quote_container">
        <div dir="ltr" class="gmail_attr">On Sun, Aug 10, 2025 at
          2:44 PM Brian O'Keefe &lt;<a
            href="mailto:[email protected]" moz-do-not-send="true"
            class="moz-txt-link-freetext">[email protected]</a>&gt;
          wrote:<br>
        </div>
        <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p>Thanks Paul</p>
            <p>That seems pretty simple. Still wonder why the
              motherboard is in upside down and screws not accessible to
              lift it out. Weird.</p>
            <p>I actually cloned one drive to another, larger drive.
              I've done this many times and would just take out the old
              drive and install the cloned drive. I did this as I
              required more data storage. However, I can't remove the
              factory drive as it's not accessible. If I could I would
              do what I said. Clone the computer's drive to a larger
              drive, swap them out and boot happily away with the larger
              drive. Changing the UUID made sense but I didn't know how
              to do that.<br>
            </p>
            <div>On 8/10/25 12:23PM, Paul wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div>
                  <div>
                    <div>It sounds like you may have cloned one
                      partition to the other? This would explain them
                      having the same uuid. You need to change the uuid
                      of one of the partitions. <br>
                      <br>
                    </div>
                    Let's say you want to change the uuid of /dev/sdb1.
                    Make sure the partition is not mounted, then use:<br>
                    <br>
                    `sudo tune2fs -U random /dev/sdb1`<br>
                    <br>
                  </div>
                  That should do it. <br>
                  <br>
                </div>
                This is untested on my part, so please do all the
                necessary backing up, etc. before trying. </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Sat, Aug 9, 2025 at
                  1:20 PM Brian O'Keefe &lt;<a
                    href="mailto:[email protected]" target="_blank"
                    moz-do-not-send="true" class="moz-txt-link-freetext">[email protected]</a>&gt;
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                  <div>
                    <p>Hello All</p>
                    <p>I'm revisiting an issue I expressed many months
                      (if not years. I have an ASUS laptop in which I
                      wanted to install a 500GB SSD in the vacant bay. I
                      said at the time that the motherboard is up side
                      down so I can't remove the existing drive (a <span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">SSD
                        PLUS M.2 NVMe</span><sup
style="box-sizing:inherit;border:0px solid rgb(246,246,246);font-size:12px;line-height:0;vertical-align:baseline;color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">TM</sup><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none"><span> </span>SSD,)
                        and replace with the 500GB SSD drive. I was able
                        to get the regular SSD into the bay and plug it
                        in. It shows up in the BIOS as two separate
                        UUIDs (I have a bootable 313 GB partition and a
                        free space 193 GB partition. When I choose to
                        try and boot the 313 GB partition the computer
                        reverts to the drive stick. I checked the UUIs
                        and the 313GB has a different UUID than the
                        internal stick drive but the same as the 193
                        SSD. So for some reason, even though I change
                        the boot order so the 313GB boots, the computer
                        reverts to the onboard UUID and boots that. I
                        don't know how the 193 GB drive got the same
                        UUID but it did.</span></p>
                    <p><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">When
                        I boot the computer I get the option of booting
                        Ubuntu 20.04 but 16.04 is also listed. That is
                        the 313 GB which I was planning to wipe and
                        install 25.04. Perhaps I can wipe it with
                        GParted and try installing 25.04 on it.</span></p>
                    <p><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">Sorry
                        about the long screed! I'd love to get the 313GB
                        to boot 25.04 so I can see if it works on the
                        old cloned 313GB drive with 16.04. If that
                        worked I'd have a current back-up (I have one,
                        the unbootable 313GB drive which won't boot). I
                        would then upgrade the 313 GB drive after
                        cloning the onboard drive. If the cloned 313GB
                        drive updated then I would have my current
                        mountains of data on the 313GB drive. But if it
                        won't boot now why would it boot later, after
                        all of the work?</span></p>
                    <p><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">Many
                        thanks if anyone wants to help. If not I
                        completely understand</span></p>
                    <p><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">Best</span></p>
                    <p><span
style="color:rgb(106,106,106);font-family:Pilat,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">Brian<br>
                      </span></p>
                    <div><img
                        src="cid:[email protected]"
                        class="" border="0"></div>
                  </div>
                  _______________________________________________<br>
                  nmglug mailing list<br>
                  <a href="mailto:[email protected]"
                    target="_blank" moz-do-not-send="true"
                    class="moz-txt-link-freetext">[email protected]</a><br>
                  <a
href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org"
                    rel="noreferrer" target="_blank"
                    moz-do-not-send="true" class="moz-txt-link-freetext">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
                </blockquote>
              </div>
            </blockquote>
            <div>-- <br>
              <img src="cid:[email protected]"
                class="" border="0"></div>
          </div>
          _______________________________________________<br>
          nmglug mailing list<br>
          <a href="mailto:[email protected]" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">[email protected]</a><br>
          <a
href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org"
            rel="noreferrer" target="_blank" moz-do-not-send="true"
            class="moz-txt-link-freetext">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
        </blockquote>
      </div>
    </blockquote>
    <div class="moz-signature">-- <br>
      <img src="cid:[email protected]" border="0"></div>
  </body>
</html>
--------------syxRkWtX4WL0R6N8EIKWG0XR
Content-Type: image/png; name="signature.png"
Content-Disposition: inline; filename="signature.png"
Content-Id: <[email protected]>
Content-Transfer-Encoding: base64

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
HHG/+R87RpMZ3KibnwAAAABJRU5ErkJggg==

--------------syxRkWtX4WL0R6N8EIKWG0XR--

--------------LhnbY5WD9UIfVaIj002zVgoW--

--===============2227687398147563059==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
nmglug mailing list
[email protected]
http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org

--===============2227687398147563059==--