Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Problem with booting Ubuntu, SGX disabled by BIOS

  1. #11
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,933
    Distro
    Ubuntu

    Re: Problem with booting Ubuntu, SGX disabled by BIOS

    No, it's the Try Ubuntu option from the installation media.
    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
    .

  2. #12
    Join Date
    Oct 2024
    Beans
    9

    Re: Problem with booting Ubuntu, SGX disabled by BIOS

    So I used "Try Ubuntu" and typed:

    sudo fsck /dev/nvme0n1p5

    and thats the output:

    fsck from util-linux 2.40.2
    e2fsck 1.47.1 (20-May-2024)
    /dev/nvme0n1p5 is mounted.
    e2fsck: Cannot continue, aborting.

    i guess thats and error, but not sure what to do
    Partition is right

  3. #13
    Join Date
    May 2008
    Beans
    4,506
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Problem with booting Ubuntu, SGX disabled by BIOS

    Quote Originally Posted by johnym2 View Post
    fsck from util-linux 2.40.2
    e2fsck 1.47.1 (20-May-2024)
    /dev/nvme0n1p5 is mounted.
    e2fsck: Cannot continue, aborting.
    Not really an error, more a warning message.
    Running a file system check on a mounted partition can introduce more problems.

    Boot into a "Try Ubuntu" session again, open a terminal and enter:-
    Code:
    sudo umount /dev/nvme0n1p5
    Code:
    sudo fsck /dev/nvme0n1p5
    Also, check the file system on your ESP

  4. #14
    Join Date
    Oct 2024
    Beans
    9

    Re: Problem with booting Ubuntu, SGX disabled by BIOS

    Thats the output now

    fsck from util-linux 2.40.2
    e2fsck 1.47.1 (20-May-2024)
    /dev/nvme0n1p5: clean, 911229/15155200 files, 12387342/60597504 blocks

  5. #15
    Join Date
    Oct 2024
    Beans
    9

    Re: Problem with booting Ubuntu, SGX disabled by BIOS

    Ok, now the output seems constractive

    https://imgur.com/a/3sdcUns

    Looks like there is no errors

Page 2 of 2 FirstFirst 12

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
  •