美文网首页树莓派我爱编程
树莓派多系统安装

树莓派多系统安装

作者: 飞鱼ll | 来源:发表于2018-08-06 22:04 被阅读1次

linux菜鸟教程:http://www.runoob.com/linux/linux-tutorial.html

多系统安装
https://blog.mm1kee.com/%E4%BD%BF%E7%94%A8berryboot%E5%AE%9E%E7%8E%B0%E6%A0%91%E8%8E%93%E6%B4%BE%E5%8D%95%E5%8D%A1%E5%A4%9A%E7%B3%BB%E7%BB%9F%E5%85%B1%E5%AD%98/

软件下载地址:https://www.berryterminal.com/doku.php/berryboot
系统镜像下载:https://sourceforge.net/projects/berryboot/files/os_images/
需要注意的是 copy os from usb stick 移到了backup里

kali 官网下载https://www.offensive-security.com/kali-linux-arm-images/
Kali Linux RaspberryPi 2 and 3

我安装了 Ubuntu server 16 和 kali 。

还在爬坑当中。

kali

用户名/密码 root/toor

  • 中文乱码

https://sumile.cn/archives/1784.html

  • A start job is running for LSB: Raise network interfaces

https://medium.com/@REPTILEHAUS/debian-jessie-a-start-job-is-running-for-lsb-raise-network-interfaces-ec3f4f22268c

vi /etc/network/interfaces

# interfaces(5) file used by ifup(8) and ifdown(8)
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# 直接禁用了下边的
# auto eth0
# iface eth0 inet dhcp
  • 时区问题

https://www.cnblogs.com/royfans/p/8056270.html

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
  • apt-get 404
  • 签名无效

http://blog.chinaunix.net/uid-30134975-id-5016820.html

apt-key adv --key hkp://keys.gnupg.net --recv-keys 7D8D0BF6 
apt-get update

相关文章

网友评论

    本文标题:树莓派多系统安装

    本文链接:https://www.haomeiwen.com/subject/hfknvftx.html