试了下萌咖的,DD Centos 7不行
广西网友:萌卡的win是可以,我D过
贵州网友:http://sunpma.com/19.html
山东网友:./var/lib/dpkg/status
./var/cache
./var/cache/anna
./var/log
145140 blocks
Connection closing…Socket close.
Connection closed by foreign host.
山东网友:
- cat > /boot/Reinstall.sh << EOF
- #!/bin/bash
- wget -P /boot/ https://mirrors.aliyun.com/centos/7/os/x86_64/images/pxeboot/initrd.img
- wget -P /boot/ https://mirrors.aliyun.com/centos/7/os/x86_64/images/pxeboot/vmlinuz
- cat >> /etc/grub.d/40_custom << EOFEOF
- menuentry "Install CentOS 7" {
- set root='(hd0,msdos1)’
- linux /boot/vmlinuz ip=dhcp
- initrd /boot/initrd.img
- }
- EOFEOF
- sed -i ‘[email protected][email protected]_DEFAULT="Install CentOS 7"@g’ /etc/default/grub
- grub2-mkconfig -o /boot/grub2/grub.cfg
- reboot
- EOF
- chmod +x /boot/Reinstall.sh
复制代码
陕西网友:等半个小时就装好了
甘肃网友:我也d过,萌卡大佬的可以用的
北京网友:感谢 技术大佬,那如何 DD 个 centos6 呢?
青海网友:萌咔的 本身就不支持c7
安徽网友: