sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.54k stars 387 forks source link

Randomly reboots #859

Open Tinkarar opened 3 years ago

Tinkarar commented 3 years ago

Installed from linus mint on old intel 4th generation processor. menuentry is **************************** menuentry "ChromeOS (boot from disk image)" { rmmod tpm img_part=/dev/sda5 img_path=/TestingOS.img search --no-floppy --set=root --file $img_path loopback loop $img_path linux (loop,7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \ cros_secure cros_debug loop.max_part=16 img_part=$img_part img_path=$img_path \ console= vt.global_cursor_default=0 brunch_bootsplash=default initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img } Chrome OS reboots after ChromeOS rootfs patches are being applied Waiting for help

Tinkarar commented 3 years ago

I have inbuilt graphics.

Tinkarar commented 3 years ago

Please HELP

sebanc commented 3 years ago

Could you remove "console= vt.global_cursor_default=0 brunch_bootsplash=default" from the grub config and the \ at the end of the previous line and post a short video of the boot process ?

khanhtranngoccva commented 3 years ago

Can you try to install it on a SSD?