-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update the grub config for beginners #603
Comments
Thanks ! it's pinned :) I am just going to change the title |
I only have chrome OS installed. there is no Terminal included and the following command requires root access How is this accomplished? |
@smaka512 Chrome OS does have a Crosh shell. |
I found the terminal and got into the grub.cfg then I added "options=ipts" at the end of the "chromeOS" linux line. Now I press "ctrl+x" to exit. Then I use the command sudo reboot. I am expecting the computer to start up with the IPTS touchscreen (surface pro) working. But I get nothing. This works when I add the command temporarily. What am I doing wrong? sudo update-grub is "not found" |
Friend, |
Hello all, I wanted to let you know that in Chrome/Brunch 94, the grub-edit-config settings are different. I did not end up having to add the additional code as listed here. I had to review a few screens that had different settings in them. The settings above were there and there were some that's not mentioned here. I used the up/down arrow to select the suggested settings, click space to tick the box and hit enter to go to the next page. I think it was 4 altogether. I was also able to change my brunch grub splash screen to different prepackaged (dark) theme. after ticking auto updates and restarting, I was able to update to version Chrome 96. no issues, nothing broken. Kudos Sebanc |
How did you get into grub.cfg? When I type "sudo edit-grub-config" it gives me a list of options. With drivers names such as broadcom_wl or rtbh. I'm trying to enable wifi and bluetooth. Please help me. I installed Chrome OS on my HP Pavilion 2014. |
Did you also have wifi issues? And did it get solved with the menu? If yes, then please tell me the steps in the menu for the same. Thanks in advance. |
Hello, I have no issues at all with WiFi I thought I did until I realized that my WiFi switch was set to off. My audio and mic works well. I'm even getting chrome updates ota. I'm on most recent version of chrome yet my brunch is latest stable build. My only gripe is the ultra sensitive trackpad. But Things do get odd when I switch to beta/dev channels. I run into WiFi/audio issues (then) *did you check your grub edit config menu to make sure your WiFi isn't disabled? |
I think I'm checking it right, but can you tell me again how to check it? |
The grub menu needs to be accessed with the linux on usb? Or in the bios? Sorry, I'm a noob. |
I have dual booted my lenovo G50-70 Windows 10 laptop with Chrome os brunch release 93. I want to update it to the latest version. |
Use up and down arrows to navigate, click space bar to activate option & then hit enter to go to next page. In this case only select auto update option & hit enter on the remaining pages. Keep going until it says hit enter or click any key to reboot. That is how it works. Good luck |
For brunch release 93 which Kernel version is to be selected. The are 5 options present. |
I did not change that setting. I hit enter, skipping it. I only wanted to add auto update |
Hi, if I remember it correctly, this should also works for the Grub2Win custom code. I'm almost gone insane when trying to save these options I choose from the grub config on the Chrome OS side. But the question is, what would happen if I choose to put |
The ChromeOS settings option freezes at the press enter prompt. Additionally, the "sudo edit-brunch-config" and the "sudo edit-grub-config" commands aren't saving the parameters. A more detailed explanation of how to add boot parameters to grub would be helpful. For example, how do I force the os to boot using kernel 1.15 using grub etc. |
hello , i've done that but it says once I type shell that this command does not exist ( ERROR - ERROR: unknown command: shell) |
I have listed a few technical terms and help regading them below
I request sebanc to pin this issue for anyone who might need it
Edit Grub Config:
there are two possible situations here
(1)If you have only chrome OS installed you again have two easy options
{a}(temporary)quickly press e when you see grub edit and press f10 to boot.
{b}open terminal(Ctrl+Alt+T) first enter
shell
then typesudo edit-grub-config
Save by Ctrl+o (Press enter to confirm)
Exit by Ctrl+x
(2)If you are dual-triple booting then edit the grub config you have created in linux
Be sure to run
sudo update-grub
to save your changesUsage:

(1)Add options: Add "options=option1,option2,..." (without spaces). For example: booting with "options=enable_updates,advanced_als" will activate both options.
(2) Add kernel parameters: place
enforce_hyperthreading=1
orconsole=
after "cros_debug" and before "options=...." if anylike this:
The text was updated successfully, but these errors were encountered: