这次第二次装ubuntu系统了,第一次是在win7下安装的,到了win10,由于用了efi,跟win7的安装方法不太相同,相同点有:

    1.仍然可以用u盘启动,我用的是UltroISO这个软件。

    2.装之前在BIOS中进行设置,将Boot里的Security xx调成 disabled

    3.对分区的设置大致相同,可以参照以往的教程进行设置。

  不同的地方在于分区设置要专门留下200M的空间设置为efi专用,这个没调之前,报了如下的错误:

The 'grub-efi-amd64-signed' package failed to install into /target/.Without the GRUB boot loader,the installed system will not boot.

  

  装好后要更新软件源,容易出现进程残留的问题,先查看是什么进程残留:

ps -e | grep apt

  再删除进程:

sudo killall apt
sudo killall apt-get

 

相关文章:

  • 2021-08-10
  • 2021-05-24
  • 2021-05-25
  • 2021-10-05
  • 2021-04-20
  • 2022-12-23
  • 2021-05-09
猜你喜欢
  • 2021-08-26
  • 2021-11-26
  • 2021-12-21
  • 2021-11-17
  • 2021-07-20
  • 2021-12-07
  • 2021-11-27
相关资源
相似解决方案