Giter VIP home page Giter VIP logo

Comments (2)

tejasraman avatar tejasraman commented on July 17, 2024

Hello to everybody,,

I successfully installed brunch_r120_stable_20240107 with recovery image chromeos_15662.88.0_zork_recovery_stable-channel_mp-v9.bin under Fedora 39 (Workstation Edition) on a new Framework Laptop 13 AMD 7840U. ChromeOS works really good. I haven't found any problems so far.

But there is a grub2 error message on booting ChromeOS:

error: ../../grub-core/commands/minicmd.c:138: no such module.

Press any key to continue...

I checked the same scenario under Ubuntu 22.04 LTS and there is not this error. I can't find a solution to supress this (maybe only cosmetic) error.

I remember having to manually add a line about TPM if I installed Brunch from Fedora... I'll try this on one of my systems.

Could you send the grub.cfg that the Brunch grub is using?

from brunch.

ajbathe avatar ajbathe commented on July 17, 2024
menuentry 'ChromeOS' --class chromeos {
    rmmod tpm
    img_path=/opt/google/chromeOS/chromeos.img
    img_uuid=8cecbb71-7c5d-4fbe-aba7-b5f2fdb1f6bb
    search --no-floppy --set=root --file $img_path
    loopback loop $img_path
    source (loop,12)/efi/boot/settings.cfg
    if [ -z $verbose ] -o [ $verbose -eq 0 ]; then
        linux (loop,7)/$kernel boot=local noresume noswap loglevel=7 options=$options \
            chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
            cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path \
            console= vt.global_cursor_default=0 quiet
            #console= vt.global_cursor_default=0 brunch_bootsplash=$brunch_bootsplash quiet
    else
        linux (loop,7)/$kernel boot=local noresume noswap loglevel=7 options=$options \
            chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
            cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path
    fi
    initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img
}

from brunch.

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.