ading2210 / shimboot

Boot a desktop Linux distribution from a Chrome OS RMA shim.
https://shimboot.ading.dev
GNU General Public License v3.0
113 stars 35 forks source link

Chromebook crashes when using an SD card but works fine when using a flash drive #12

Closed WeirdPerson420 closed 4 months ago

WeirdPerson420 commented 7 months ago

If I write shimboot to a flash drive it works perfectly however with an SD card the Chromebook immediately shuts off after choosing default. If it helps my flash drive is a 16gb from MicroCenter and my SD card is a 32gb SanDisk.

OtterCodes101 commented 7 months ago

Your SD card could be bad.

WeirdPerson420 commented 7 months ago

I tried another SD card (SanDisk 16gb) and that didn't work either also it seems to crash right as it says "moving mounts to newroot"

zek-c commented 5 months ago

wait do SD cards have a different way of mounting? instead of /dev/sdc1 or whatever its possibly /dev/sd1 or something else? that could be a possible bug. not sure, havent examined the code of shimboot. it could also be they way the SD is formatted/partitioned. or just a general board bug.

ading2210 commented 5 months ago

SD cards use /dev/mmcblkX usually, but this shouldn't affect how shimboot functions.

zek-c commented 5 months ago

well dont eMMC use the same thing? it could be an issue with not using the right disk and attempting to mount to an important partition so it stops it from happening. just a guess though, im not really familiar with eMMC and this specific topic so i shoudlnt have a place here