Results 1 to 5 of 5

Thread: Install medium changes after booting computer from it

  1. #1
    Join Date
    May 2020
    Beans
    3

    Install medium changes after booting computer from it

    I hope someone can explain the following puzzling thing.

    I downloaded lubuntu-20.04-desktop-amd64.iso and successfully wrote it to an 8GB USB flash drive. Afterwards I verified it using the following script that I devised a long time ago and have used many times:

    Code:
    head -c $(stat -c %s lubuntu-20.04-desktop-amd64.iso) /dev/sdb | pv -s $(stat -c %s lubuntu-20.04-desktop-amd64.iso) | md5sum && pv lubuntu-20.04-desktop-amd64.iso | md5sum
    The two checksums matched. However, lsblk showed that the flash drive had two volumes on it: sdb1 and sdb2. Is this normal?

    Next, I successfully booted into Lubuntu on a UEFI computer using the flash drive and then shut down the computer as normal. I then re-verified the flash drive and discovered that the checksum had changed. Also, lsblk now showed that the flash drive contained three volumes: sdb1, sdb2 and sdb3.

    I repeated this with a different ISO image: this time xubuntu-20.04-desktop-amd64.iso. Exactly the same things happened.

    I then repeated it with a Debian ISO image (debian-live-10.3.0-amd64-xfce+nonfree.iso) using the same flash drive. This time there was only one volume the whole time and the checksum didn't change, proving that there's nothing wrong with my flash drive.

    So please can someone explain why the Lubuntu and Xubuntu images showed two and then three volumes on the flash drive, and booting a computer from them caused them to change?
    Last edited by bydo; May 9th, 2020 at 10:32 PM.

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Install medium changes after booting computer from it

    How did you make the live usbs? Did you use persistance?

  3. #3
    Join Date
    May 2020
    Beans
    3

    Re: Install medium changes after booting computer from it

    How did you make the live usbs?
    $ sudo dd if=lubuntu-20.04-desktop-amd64.iso of=/dev/sdb bs=1M

    Did you use persistance?
    No.


    I invite you or anyone else to do as I did and write one of the ISO images to a USB flash drive, check the MD5 checksum using the command I gave, boot a computer from the drive and then check the MD5 checksum again. See whether you have the same result.
    Last edited by bydo; May 10th, 2020 at 10:11 PM.

  4. #4
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: Install medium changes after booting computer from it

    Could it be related to this? Does it still happen if you boot the live system with nopersistent boot parameter?
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  5. #5
    Join Date
    May 2020
    Beans
    3

    Re: Install medium changes after booting computer from it

    Quote Originally Posted by halogen2 View Post
    Could it be related to this?
    Yes, thank you.

    I don't know why it couldn't have been mentioned in the release notes. It seems like a significant change.
    Last edited by bydo; May 12th, 2020 at 02:56 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •