|
|
发表于 2011-12-13 01:04:05
|
显示全部楼层
原帖由 2011lbkjm 于 2011-12-12 13:16 发表 
问题还是没有解决,提示coule not open framebuffer:no such file or directory
cannot find a valid root filesystem,dropping go shell
只要找得到rootfs文件就能进界面播放视频。
cannot find a valid root filesystem,dropping go shell?
看到这个提示也没关系,手工找一下rootfs ,还是可以进界面的,如:
rootfs在iso中。
- mkdir /mnt/cd
- mkdir /mnt/hd
- mount /dev/sda5 /mnt/hd
- mount /mnt/hd/iso/geexbox.iso /mnt/cd
- mount -t squashfs
- /mnt/cd/rootfs /squashfs
- ./init
- exec switch_root /newroot /sbin/init
复制代码
熟悉的GeexBox于是又回来了!
供参考 |
|