Results 1 to 9 of 9

Thread: Stuck at Preparing Ubuntu

  1. #1
    Join Date
    Feb 2023
    Beans
    5

    Stuck at Preparing Ubuntu

    I flashed my USB with the current Ubuntu 24.04.1 iso via Rufus.
    When I go to the menu selection of starting a live boot, Ubuntu starts with a "Welcome to Ubuntu" titled window and a center text that says "Preparing Ubuntu". Then, the pc just freezes.
    What's going on?

    I have never had any issue live booting older versions of Ubuntu in USB.

  2. #2
    Join Date
    Jun 2014
    Beans
    7,886

    Re: Stuck at Preparing Ubuntu

    Did you verify that the iso file was not corrupted during the download? You can do that by clicking on verifying your download in the upper left of the download page at the link below.

    https://ubuntu.com/download/desktop/...amd64&lts=true

    The link below explains creating a bootable usb and booting from a usb. Note that Balena Etcher is recommended although I would expect rufus to work.

    https://ubuntu.com/tutorials/install...top#1-overview

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Stuck at Preparing Ubuntu

    How long did you wait? In my experience USB memory sticks are very slow. In the old days when we installed from DVD-ROM we could hear the drive spinning. But with USB memory sticks we have no indication that any data is being transferred. It is the same with SSD and NVME drives.

    Preparing Ubuntu means that the installer is examining the hardware. If we are connected to the internet we might see the LED indicators on the modem/router flashing.

    Regards
    Last edited by grahammechanical; October 14th, 2024 at 11:18 AM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Feb 2023
    Beans
    5

    Re: Stuck at Preparing Ubuntu

    Quote Originally Posted by yancek View Post
    Did you verify that the iso file was not corrupted during the download? You can do that by clicking on verifying your download in the upper left of the download page at the link below.

    https://ubuntu.com/download/desktop/...amd64&lts=true

    The link below explains creating a bootable usb and booting from a usb. Note that Balena Etcher is recommended although I would expect rufus to work.

    https://ubuntu.com/tutorials/install...top#1-overview
    SHA256 checked. OK.

  5. #5
    Join Date
    Feb 2023
    Beans
    5

    Re: Stuck at Preparing Ubuntu

    Quote Originally Posted by grahammechanical View Post
    How long did you wait? In my experience USB memory sticks are very slow. In the old days when we installed from DVD-ROM we could hear the drive spinning. But with USB memory sticks we have no indication that any data is being transferred. It is the same with SSD and NVME drives.

    Preparing Ubuntu means that the installer is examining the hardware. If we are connected to the internet we might see the LED indicators on the modem/router flashing.

    Regards
    When I say the pc freezes, the mouse pointer doesn't move. This doesn't look right though.

    I tried the same usb stick on an older PC. Surprisingly, it startup ok (choose language, keyboard, accessibility options, etc).

    Why is there internet connectivity at the preparation page?

  6. #6
    Join Date
    Jun 2014
    Beans
    7,886

    Re: Stuck at Preparing Ubuntu

    Did you try writing it to a usb with Etcher as recommended on the Ubuntu site?

    If the current usb boots on an 'older' computer, you could post some information on the computer on which you are trying and failing to use it. How new/old is it? Manufacturer, specs on CPU, RAM, video, etc.

    There has usually been a selection option to download specific drivers during installation which would require internet but there is no need to select or use that. I haven't used 24.04 so I don't know if there has been some change.

  7. #7
    Join Date
    Aug 2024
    Beans
    32

    Re: Stuck at Preparing Ubuntu

    Quote Originally Posted by skylinestar View Post
    SHA256 checked. OK.
    Did you also verify that the USB drive was correctly flashed? The flasher application may not do that.

    Here are two methods:

    (In these examples, the USB drive's path is /dev/sdb and the downloaded source file is ubuntu-24.04-desktop-amd64.iso. The USB drive's path can be determined by viewing the output of the mount command.)

    Flush device buffer:
    $ sudo blockdev --flushbufs /dev/sdb
    Eject USB drive, remove it, and re-insert it.

    File compare method:
    $ sudo cmp -n `stat -c '%s' ubuntu-24.04-desktop-amd64.iso` ubuntu-24.04-desktop-amd64.iso /dev/sdb
    If no output: good comparison.

    Checksum method:
    $ sudo head -c $(stat -c '%s' ubuntu-24.04-desktop-amd64.iso) /dev/sdb | sha256sum
    Output is SHA-256 of USB drive, which should be compared to the expected SHA-256.

    The above cmp and sha256sum commands may take a while to run.
    Last edited by davetheoldcoder; October 18th, 2024 at 12:12 AM.

  8. #8
    Join Date
    Mar 2019
    Beans
    9

    Re: Stuck at Preparing Ubuntu

    When I was installing mine freezed at keyboard selection. I read that turning off networking for the install was a work around. So I went into the BIOS and turned off networking and the install went through. You could also try using the safe graphics install. After installing you will have to reboot into the bios and enable networking again.

  9. #9
    Join Date
    Feb 2023
    Beans
    5

    Re: Stuck at Preparing Ubuntu

    I have found the issue. It will get stuck at the preparing screen if I boot with "toram" option.

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
  •