Quando aparece essa tela é o que?

These are the boot messages normally hidden. Does the system comes up after displaying it, or are you stuck here?

If stuck, can you please try the following:

  1. Hold shift during Boot and select the “Rollback” installation. Does it come up with this installation? If yes, please open a Terminal and enter:
eos-diagnostics

Then, upload the generated log into this thread.

  1. If not, can you please boot with the Installer and run a Live session, then open Terminal and enter the following command:
sudo blkid

this will yield a output similar to:

/dev/vda1: SEC_TYPE="msdos" UUID="D4D2-C2E3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="9cc595e1-01"
/dev/vda2: LABEL="ostree" UUID="8437e08c-7c29-4e76-a332-8136913b43dd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9cc595e1-02"
/dev/sr0: BLOCK_SIZE="2048" UUID="2022-04-06-21-27-49-00" LABEL="Endless-OS-4-0-4-base" TYPE="iso9660" PTTYPE="dos"
/dev/loop0: TYPE="squashfs"
/dev/mapper/endless-image1: SEC_TYPE="msdos" UUID="D4D2-C2E3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f7a3408e-c6ae-744c-b3d1-74f76cd8d51f"
/dev/mapper/endless-image3: LABEL="ostree" UUID="9ef90bd7-1d90-4362-9079-9a0ef9e62702" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d5b26466-1ab5-7e4e-8984-9c58b8fa29b9"
/dev/zram0: UUID="be15eff9-f876-4baa-a2fd-b6beb477d41f" TYPE="swap"
/dev/loop1: PTUUID="3d776698-d243-bb45-8a0c-4c3e8fdc6ede" PTTYPE="gpt"
/dev/mapper/endless-image: PTUUID="3d776698-d243-bb45-8a0c-4c3e8fdc6ede" PTTYPE="gpt"
/dev/mapper/endless-image2: PARTUUID="afe0e4cf-2139-8d41-a94e-4ecabc0d52df"
live@endless:~$ 

Look for the first entry with LABEL=“ostree” but without “mapper” in it. In my case it’s /dev/vda2. Then run:

sudo fsck -f -y /dev/vda2

(replace with the actual name). This will check your disk for errors and try to fix them if possible. Reboot after the command has finished and provide us with a photo if there are unrecoverable errors shown.

obrigado pela resposta amigo

olá, o meu tbm tava dando isso, eu vi o q o cara falou so que eu não entendi nada kk, pfvr me ajuda, to precisando baixar urgentemente

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.