chengjianwen

Results 9 comments of chengjianwen

The post was very old, but I want to say that I finished a simple CJK input method based on kmscon. I upload the source to [here](https://github.com/chengjianwen/kmscon)

I'll try to understand the uim, and seems it's a big one and have much features.

Perhaps delete the block of if statement in function halt() can be solve the problem. https://github.com/maxnet/berryboot/blob/d8a1a988bf2d34dcb3590d112271a85f462de3e6/BerrybootGUI2.0/bootmenudialog.cpp#L809 It seems /sbin/hdparm -Y /dev/sda can't work correctly when using usb-boot mode.

@macmpi I'm sure the bootdev=sda1 was set in cmdline.txt. The situation: 1) power on the MSDed Pi. 2) berryboot begin mount the sda2, and pop up a menu with a...

When reboot by Add OS Menu's Exit button, the MSDed Pi can't boot up.

Of course I did it that way. I created the converted os on an same os using a p4.

It is mounted on ${rootmnt} already. It seems the script want to move the mount point to another directory (/overlay/lower), but failed.

I think the problem was line 64: mount -t overlay overlay -olowerdir=/overlay/lower,upperdir=/overlay/upper,workdir=/overlay/work ${rootmnt} error msg: mount: mounting overlay on /root failed: no such device.

mount -o move worked, and mount -t overlay overlay ..... failed.