Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: Ubuntu 24.04 UUID =/

  1. #1
    Join Date
    Jun 2024
    Beans
    17

    Angry Ubuntu 24.04 UUID =/

    Hello everyone, I bought a new Asus Vivobook E1504GA. I downloaded the Ubuntu 24.04 distribution onto a flash drive, cleaned the disk through the installer and installed Ubuntu. When I try to start my laptop, I get into the BusyBox shell. How can I fix this? The commands don't work in the shell. I can boot into Live mode from a flash drive







    I would like to add that I used Boot Repair to restore the boot, but it did not give the desired result. I received a message that
    "Locked-NVram detected. Please do not forget to make your UEFI (fimware boot on the Ubuntu 24.04 LTS entry (sdb1/efi/ubuntu/grubx64.efi file)!"
    Before running Boot Repair I got this:
    https://paste.ubuntu.com/p/m2rszdY9RB/
    After launching, I received this link:
    https://paste.ubuntu.com/p/2HSJn5MM59/
    But my problem still wasn't solved.




    I'm really tired of messing around with this, so I'm asking for help. If this is necessary, I am ready to reinstall the OS according to your manual

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

    Re: Ubuntu 24.04 UUID =/

    BusyBox is a small form of embedded Linux. It has its own set of commands. Being dropped to a BusyBox shell usually means that something is seriously broken with the installation.

    UUID = Universally Unique Identifier. That long number represents either the drive (storage) or a partition on the drive. It could indicate that the partition that Ubuntu was installed in no longer exists.

    An install of Ubuntu should have a minimum of two partitions. A EFI System partition formatted as FAT32. That would contain the Linux (Grub) bootloader files. And a Ubuntu partition.

    You could try loading the Ubuntu Try session and running the Disks utility and reporting what partitions that utility will show you. The disks utility will also show the UUID number for each partition. That should help identify which partition is being referred two.

    It might be simpler to just re-install Ubuntu 24.04 LTS

    Regards
    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


  3. #3
    Join Date
    Jun 2024
    Beans
    17

    Re: Ubuntu 24.04 UUID =/

    Now I will reinstall Ubuntu, partition the disk manually during installation and post the results. I tried this, unfortunately it doesn't help me. The UUID is the same as the disk UUID.

  4. #4
    Join Date
    Jun 2024
    Beans
    17

    Re: Ubuntu 24.04 UUID =/

    Now my disk contained 2 partitions: efi in fat32 (sdb1) and a partition with the OS in Ext4 (sdb2)

    sdb
    ├─sdb1 vfat 4B8D-B21B 41c2445f-cbf1-4867-a37a-208968222ab1
    └─sdb2 ext4 734487d2-5cfa-479e-900c-8af8ecf3ff2f 86cd840b-b35f-422f-a4a2-c8903cf691d1

  5. #5
    Join Date
    Jun 2024
    Beans
    17

    Re: Ubuntu 24.04 UUID =/

    Here are the images from Gparted




    Last edited by userubu64; June 19th, 2024 at 05:34 PM.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Ubuntu 24.04 UUID =/

    As with many systems, your UEFI promotes flash drive to hd0 or sda.
    But when flash drive removed your internal drive becomes hd0.
    Entry in sdb's ESP shows hd1,gpt2.
    I bet if you change to hd0 it will work.

    Ignore modprobe error.
    Its trying to mount efivars in wrong place.
    If chrooting again add this line.
    mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    mount shows:
    efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Jun 2024
    Beans
    17

    Re: Ubuntu 24.04 UUID =/

    How can I change the drive letter?

  8. #8
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,849
    Distro
    Ubuntu

    Re: Ubuntu 24.04 UUID =/

    If you're lucky you can re-order the devices in the BIOS/UEFI.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  9. #9
    Join Date
    Jun 2024
    Beans
    17

    Re: Ubuntu 24.04 UUID =/

    My BIOS does not have such a function. I can only disable or enable the disk and change the boot order of the devices.
    I can't do this by booting through a USB flash drive?
    mknod /dev/sda b 8 16; mknod /dev/sdb b 8 0
    Can't help me?

  10. #10
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Ubuntu 24.04 UUID =/

    Its not the drive like sda once booted. It is the enumeration of the drive by UEFI/BIOS which grub has to use as drives are not yet mounted. Or hd0 or hd1.

    From live installer you should be able to manually mount the ESP and edit grub.

    You may be able to manually boot.
    Can you get grub menu by pressing escape key just after UEFI/BIOS screen? Can be quick, so sometimes have to try again. And if UEFI fast boot on, it will be too quick. Do full power shutdown & "cold" boot to get UEFI/BIOS to rescan system and give just enought time to press escape key.
    Then can you boot recovery mode?
    Or manually edit grub entry with e key.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Page 1 of 4 123 ... LastLast

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
  •