Open sajidshahriar72543 opened 3 years ago
are you doing a dual boot installation? if so, you need to install grub on your hdd first and add chromeos boot entry manually.
otherwise, your laptop may not support EFI boot or it have been disabled in bios. try enabling EFI boot in bios or take a look at "Limited support for MBR/BIOS devices" section in Readme.md
are you doing a dual boot installation? if so, you need to install grub on your hdd first and add chromeos boot entry manually.
otherwise, your laptop may not support EFI boot or it have been disabled in bios. try enabling EFI boot in bios or take a look at "Limited support for MBR/BIOS devices" section in Readme.md
Thanks for the reply.
First of all I am not installing it along side with any os. Thus it is not a dual boot. In youtube I saw a guide where the guy used linux mint as the base and installed chrome os. I did the same. According to them, the os should boot after it is installed correctly. But for me it says no os installed. And yes GRUB is not getting installed with chrome os. That maybe the case of not booting into chrome os.
Also my device is UEFI native and it is GPT partitioned device.
Thanks.
are you sure your hdd is mmcblk1? mmcblk usaully stands for emmc devices (SD card, USB etc..). an hdd should be /dev/sda1 or something...
are you sure your hdd is mmcblk1? mmcblk usaully stands for emmc devices (SD card, USB etc..). an hdd should be /dev/sda1 or something...
Yes. My HDD is only 32gb in Lenovo Ideapad 100s. It uses a 32GB storage device which is soldered on the motherboard. Also GParted recognizes it as "/dev/mmcblk1 (29.12GiB)"
Thanks.
Sounds like your pc is not recognizing the efi system partition. Brunch formats the efi part as fat16, you can try to re-formatting it as fat32.( copy everything inside the efi partition, formats it as fat32, and move everything back. You can find the efi partition with Linux mint's Disk program)
I'm not sure if that will solve the problem...
If that didn't work, you can try to clear the entire disk and install grub first: 1.Copy everything from brunch's efi part to a safe place. 2.delete all partitions and create a 200mb fat32 partition at the beginning of the disk, and copy brunch's efi files in it. 3.Reboot your computer and see if the grub menu loaded correctly. If so, you can follow the dual boot installation steps to install chromeos.
If that didn't work, you can try to clear the entire disk and install grub first: 1.Copy everything from brunch's efi part to a safe place. 2.delete all partitions and create a 200mb fat32 partition at the beginning of the disk, and copy brunch's efi files in it. 3.Reboot your computer and see if the grub menu loaded correctly. If so, you can follow the dual boot installation steps to install chromeos.
Okay i will try thanks.
I faced the same with Rammus and all I had to do was to create a new boot entry in the UEFI Menu.
So, try this. 0.) See if ChromeOS boot entry is present in the UEFI Menu. 1a) If not, add a boot entry for ChromeOS from the UEFI menu. (I referred an article that I lost, ouch. It's basically going to UEFI and adding a boot entry and naming it and leaving the pci blablabla option as is and the path of efi file would be in EFI partition. Do Google it and lmk if you found it :)) 1b) If it exists, try deleting it and re-adding it. Or follow Sausage's idea.
If that doesn't help, welp, idk. Hopefully it does 😉
-_-
Hi! I create the img file used the script after it i write the img files on an sd-card into my tablet chuwi hi10 go (Celeron n5100). Then i rebooted the tablet and i cant see in booting menu the sd card with chromeOS.
I have the same problem, I tried installing Samus and rumms, both of them installed but when I tried it said no os found or _ and i tried with USB and Linux mint and still doesn't work
Ya in my old pc there was the same problem There's no problem in Chrome OS The problem is in Your Processor If your processer like Mine Is Intel Core i3 4005U U means Ultra Low Voltage/Power So that must be the problem.
Regards, DhairyaDeveloper
On Sat, 21 May, 2022, 10:41 pm ItslilBabich, @.***> wrote:
I have the same problem, I tried installing Samus and rumms, both of them installed but when I tried it said no os found or _ and i tried with USB and Linux mint and still doesn't work
— Reply to this email directly, view it on GitHub https://github.com/sebanc/brunch/issues/1286#issuecomment-1133671275, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXXAJOBNGVNFHSAJ5JEBWI3VLEKMBANCNFSM5HFZ6U6Q . You are receiving this because you commented.Message ID: @.***>
If ur processor don't have U then just reply me back I will give u some tutorials about how to install Chrome OS.
On Sat, 21 May, 2022, 10:41 pm ItslilBabich, @.***> wrote:
I have the same problem, I tried installing Samus and rumms, both of them installed but when I tried it said no os found or _ and i tried with USB and Linux mint and still doesn't work
— Reply to this email directly, view it on GitHub https://github.com/sebanc/brunch/issues/1286#issuecomment-1133671275, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXXAJOBNGVNFHSAJ5JEBWI3VLEKMBANCNFSM5HFZ6U6Q . You are receiving this because you commented.Message ID: @.***>
I don't have a U in my CPU but I have an I3 4th gen, I also installed chrome os flex to see if I have the same problem. I didn't but it did crash a lot
All you guys had to do was to create a boot entry in your UEFI settings post installation. Nothing to do with the processor.
The thing is, older UEFIs are not able to create a boot entry for ChromeOS post installation.
Perform the "Entering the UEFI Boot Entry manually in BIOS" step and you should be good to go :)
I will try but I did open the USB and Linux with the UEFI
Hello,
I am trying to install Chrome OS rammus with the help of Linux Mint to my old Lenovo Ideapad 100s laptop.
It installs without any error and says CHROME OS INSTALLED at the end. But when I reboot and unplug usb, laptop shows no os installed and returns back to boot menu. I tried this with other linux distros, every distro results in same error.
As my hdd is mmcblk1 so I changed installation directory of my install script accordingly. Is there anything else I'm missing out?
Thanks.