Code Monkey home page Code Monkey logo

Comments (10)

SamilKaraduman avatar SamilKaraduman commented on June 14, 2024 1

I'll test the update right now. I'll close the issue later if everything goes well.

from ubuntu-asahi.

tobhe avatar tobhe commented on June 14, 2024

Hi Samil, thanks for the report. I have seen this behavior before but it happens way less frequently than once a day on my m2. My best guess is that it is probably a kernel bug where some drivers fail to reattach on wakeup. I will move edge to a newer kernel version soon, let's hope that fixes it.

from ubuntu-asahi.

tobhe avatar tobhe commented on June 14, 2024

I pushed a few updates to the ppa. You could try to switch to the edge kernel via apt install linux-asahi-edge and see if that fixes your bug

from ubuntu-asahi.

SamilKaraduman avatar SamilKaraduman commented on June 14, 2024

20230201_170329

Unfortunately, after I've updated to the edge kernel Uboot now gives a strange error. The system also pretty much fails to boot up. I've restarted multiple times, but still nothing.

from ubuntu-asahi.

tobhe avatar tobhe commented on June 14, 2024

interesting, that should not happen. Does this persist after reboot? The only explanation i could think of would be that m1n1 or the device trees have not been updated properly.

from ubuntu-asahi.

SamilKaraduman avatar SamilKaraduman commented on June 14, 2024

Reboot after reboot after reboot, yet the issue still persists. Should I consider a reinstall?

from ubuntu-asahi.

tobhe avatar tobhe commented on June 14, 2024

Sorry for the inconvenience, here is how you might be able to restore your system by manually updating the bootloader from your macos partition:

I have uploaded the latest boot loader binary to my web server, you can fetch it with curl:

$ curl https://tobhe.de/ubuntu/boot.bin -o boot.bin

Make sure the checksum matches

$ shasum boot.bin
06d2e9409dbe6129ecc7ddbc552894e31cbd2026  boot.bin

Next find your Ubuntu EFI partition, this should be something like:

$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   7:                        EFI EFI - UBUNT             500.2 MB   disk0s7

mount it. Of course /dev/disk0s7 might be something different for you depending on the previous step.

$ mkdir mnt
$ sudo mount -tmsdos /dev/disk0s7 mnt

then copy the bootloader to disk and unmount

$ sudo cp boot.bin mnt/m1n1/boot.bin
$ diskutil unmount mnt

With that your Ubuntu SHOULD now boot again (i hope).

from ubuntu-asahi.

SamilKaraduman avatar SamilKaraduman commented on June 14, 2024

Kudos to you! My install of Ubuntu is booting once again! I'll be testing the edge kernel for a few hours now and see if it holds up.

Once again, thank you very much!

from ubuntu-asahi.

tobhe avatar tobhe commented on June 14, 2024

Glad that it helped :) You should upgrade probably your packages to make sure this doesn't happen again! The cause was likely that your m1n1 was not up to date. I might have to add that as an explicit dependency for the kernel package to make sure they are always in sync.

from ubuntu-asahi.

SamilKaraduman avatar SamilKaraduman commented on June 14, 2024

Tested for a little while, and no weird things occurred during my testing. Thank you very much for your time and hard work!

from ubuntu-asahi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.