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.56k stars 388 forks source link

About Drives in ChromeOS #916

Open Sayor0630 opened 3 years ago

Sayor0630 commented 3 years ago

I can't see any Local Disks or Drive here (except Pendrive) in my Chrome OS. How can I enable Local Disks and Drives?

ameyjoshi3068 commented 3 years ago

Use mount_internal_drives option to do so(See Readme). But this will also make chrome os a bit slower.

Sayor0630 commented 3 years ago

ok

Sayor0630 commented 3 years ago

I have enabled it in the grub. But I can't see my drives! What can I do now?

Screenshot 2021-02-26 at 11 35 11 AM

Sayor0630 commented 3 years ago

Is my grub editing is right? image

ameyjoshi3068 commented 3 years ago

No your options are not right paste this line as it is after "cros debug" and before "loop.max......" options=enable_updates,mount_internal_drives (notice comma between two options)

ameyjoshi3068 commented 3 years ago

Let me know if it works A suggestion to you: Consider joining Brunch Discord group for asking all questions.

Sayor0630 commented 3 years ago

I will join discord. Can you give me invite link?

Sayor0630 commented 3 years ago

Is it right now? image

ameyjoshi3068 commented 3 years ago

It looks OK try booting with it. Remove options entered after Bootsplash=default quiet. You will get discord link in Readme

Sayor0630 commented 3 years ago

There is no Drives. It didn't work image

Sayor0630 commented 3 years ago

ooh. It connected. Thank you! image

Sayor0630 commented 3 years ago

But why it is read-only? image

Sayor0630 commented 3 years ago

Play store and Play store apps isn't opening after I enabled Drives. What can I do now? image

ameyjoshi3068 commented 3 years ago

But why it is read-only? image

The partitions you are seeing in this images are not read only. Try opening any partition. You will be able to write in it.

ameyjoshi3068 commented 3 years ago

About play store and android apps, try waiting 1-2 min at login screen. According to my thinking, Mount internal drive stressed chrome os a little. So it needs time to load android container.

Sayor0630 commented 3 years ago

About play store and android apps, try waiting 1-2 min at login screen. According to my thinking, Mount internal drive stressed chrome os a little. So it needs time to load android container.

ooh