scaleway STARDUST1-S 星辰PXE IPV4引导启动的 请问怎么DD?

74次阅读

共计 300 个字符,预计需要花费 1 分钟才能阅读完成。

DD 好几个都失败了,连从 ISO 启动也不行。
———–
BISO 引导 进入 ISO 救援系统
账号密码 root/mfsroot
apt update
apt install -y grub-imageboot
mkdir /boot/images
cd /boot/images
wget https://mfsbsd.vx.sk/files/iso/mfslinux/mfslinux-0.1.10-f9c75a4.iso
sed -i ‘s/GRUB_DEFAULT=0/GRUB_DEFAULT=2/g’ /etc/default/grub
update-grub2

正文完
 0