Ubuntu版本:16.04-desktop-amd64
硬件:三星RV411
已装系统:Win10-32位专业版


参考Ubuntu论坛,实验成功做此总结


  • 设置U盘中的引导文件/boot/grub.cfg为正确的路径,内容参考:
title Ubuntu 15.04

find --set-root /path-to-casper/casper/initrd.lz

kernel /path-to-casper/casper/vmlinuz --ignore-floppies cdrom-detect/try-usb=true live-media-path=/path-to-casper/casper/ ignore_uuid boot=casper -- lang=us

initrd /path-to-casper/casper/initrd.lz
  • 当从U盘启动起来到系统logo界面(Ubuntu)时,按F6
  • 此刻发现了上面的错误,在还没有加载到最后显示不成功的结果前拔掉启动U盘
  • 再重新插上启动U盘,此刻发现加载日志里面显示能够正确的读取U盘中的镜像了
  • 从此安装走上正途

相关文章:

  • 2021-07-11
  • 2021-11-09
  • 2021-09-21
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-28
  • 2021-07-21
  • 2022-12-23
  • 2021-10-19
  • 2022-01-08
相关资源
相似解决方案