Replies: 5 comments 8 replies
-
There is a ChromeOS fork of kernel 5.15, but no devices are currently using it. I could build a "next" kernel that would be opt-in. My suspend isn't working at all. |
Beta Was this translation helpful? Give feedback.
-
In the docs (Bootlock) it states:
I've been reading System Sleep States which indicates -- on ACPI -- that Suspend-to-RAM is mapped to S3 and Standby is mapped to S1. This seems to contradict what I understand from above; i.e., that suspend to NVRAM was forced to S3. Can you clarify this for me? |
Beta Was this translation helpful? Give feedback.
-
I use build.sh quite very much
It is not failsafe..
First build the ISO, (Yours or iso's , am using iso from
hexdump0815,is smaller (50%)(, but roofs is at /dev/sda4)
Bun to USB,
rebluild any kernel ..bzImage.signed dd to fist partition (or mode
for hexdump0815)
mount USB rootfs at /mnt and copy directory mod/lib/module/* to
/mnt/lib/modules/*
Some it does not work and modules are not loaded at start and depmod
gives errors... reinstalling /building works
On Sat, 2022-04-16 at 11:30 -0700, AdvApp wrote:
… Sorry, deleted this (because I thought I found a way to mount it)
then found you had just replied. :-( I'll try your suggestion. For
continuity, I have added my original post, ***@***.*** I'm
pursuing this. I attempted to build the kernel following the
instructions here using bash build.sh from ./kernel. The script ends
by specifying how to extract the modules to the USB. If building the
ISO (instead of direct to USB), how do we move the new built kernel
modules to the image? So far, attempts to mount the image and update
it have not been successful.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: <cb-
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@MilkyDeveloper I was able to clone and build chromiumos from the v5.15.34 tag and then I haven't figured out how to get the boot logo again. Is it something you've compiled into the bzImage that is downloaded? |
Beta Was this translation helpful? Give feedback.
-
Before moving to Breath, I had done a lot of testing of various distros using MrChromeBox's Legacy boot. One notable issue was that I ran into a number of suspend failures in distros that were using less than 5.15. In the distros that were at 5.15 or better, suspend worked as expected. So...
I'm wondering if moving to a 5.15 or better kernel would eliminate the suspend issue in Breath which led to forcing it to S3 instead of S1.
I should add that I don't really know what I am talking about here and haven't researched this. My suspend seems to work fine but I noted you indicated using S3 drained somewhat more power than S1.
Beta Was this translation helpful? Give feedback.
All reactions