万博网页版登陆页派论坛

12
返回列表 发新帖

[系统与软件] Raspi的BootLoader--Berryboot v1.1

marco36  楼主| 发表于 2012-8-10 16:01:42 | 显示全部楼层

回 endlessbest 的帖子

endlessbest:很好很强大,能够同时安装debian和Xbian吗 (2012-08-10 15:57) 
可以的,从u盘安装,但是需要把文件系统转成SquashFS格式。

Adding your own custom operating systems to the menu

(for advanced users)

You can add your own extra operating systems to the menu. However this requires that you convert your file system image to SquashFS format first.

Most Raspberry Pi operating system p_w_picpath are disk p_w_picpath containing two partitions. A FAT partition with the boot loader and kernel files, and a second ext4 partition with everything else. We are interested in the second partition.

With a regular Linux desktop computer that has kpartx and mksquashfs installed, you can convert the second partition to SquashFS like this:

$ sudo kpartx -av image_you_want_to_convert.img
add map loop0p1 (252:5): 0 117187 linear /dev/loop0 1
add map loop0p2 (252:6): 0 3493888 linear /dev/loop0 118784
$ sudo mount /dev/mapper/loop0p2 /mnt
$ sudo mksquashfs /mnt converted_image.squash -comp lzo -e lib/modules
$ sudo umount /mnt
$ sudo kpartx -d image_you_want_to_convert.img
(We are excluding /lib/modules from the image, because the kernel modules shipped with berryboot are used instead, and shared with all distributions.)

Put your SquashFS formatted image on a USB stick, go to the “Operating system installer”, hold down your mouse button over “Add OS” and select “Install from USB stick.

If your image prefers to have a certain memory split use the extension .img128 .img192 or .img224 instead of .img.
888888 发表于 2012-8-11 22:05:46 | 显示全部楼层
下载跳转到广告
888888 发表于 2012-8-11 22:06:15 | 显示全部楼层
广告完了还是下不了
蛋碎了一地
marco36  楼主| 发表于 2012-8-12 08:20:47 | 显示全部楼层

回 888888 的帖子

888888:广告完了还是下不了
蛋碎了一地 (2012-08-11 22:06) 
试试这个http://www.berryterminal.com/dl/berryboot-20120731.zip
q3hcc 发表于 2012-8-12 10:46:22 | 显示全部楼层
强大啊!!!
888888 发表于 2012-8-13 22:01:14 | 显示全部楼层

回 marco36 的帖子

已经下好了  谢谢了
chrisaty2k 发表于 2012-11-20 09:17:19 | 显示全部楼层

太好了,可以测试不同的系统。顶上。。。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版 | Archiver | 万博网页版登陆页派论坛 ( 粤ICP备15075382号-1 )