Booting linux with nvme drives in UEFI mode

⇠ Back to Blog:Tech
m (Created page with "My solution is to run [https://sourceforge.net/p/boot-repair/home/Home/ boot-repair] after the installer crashed. Boot-repair comes with problems of its own, sudo add-apt-re...")
 
m
Line 1: Line 1:
My solution is to run [https://sourceforge.net/p/boot-repair/home/Home/ boot-repair] after the installer crashed. Boot-repair comes with problems of its own,
+
My solution is to run [https://sourceforge.net/p/boot-repair/home/Home/ boot-repair] after the installer crashed.  
  
 
sudo add-apt-repository ppa:yannubuntu/boot-repair
 
sudo add-apt-repository ppa:yannubuntu/boot-repair
 
sudo apt-get update  
 
sudo apt-get update  
 
sudo apt-get install -y boot-repair && boot-repair
 
sudo apt-get install -y boot-repair && boot-repair
 +
 +
Boot-repair comes with problems of its own, along the lines of Please enable a repository containing the [...] packages in the software sources of ... Then try again.  Generating the report and looking at the error, it shows where the software is looking for sources.list. It is then just a matter of locating it (locate) and symlink, then run again. Following the steps boot-repairs advises you to take successfully installs the boot-loader.

Revision as of 12:17, 2 January 2018

My solution is to run boot-repair after the installer crashed.

sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair && boot-repair

Boot-repair comes with problems of its own, along the lines of Please enable a repository containing the [...] packages in the software sources of ... Then try again. Generating the report and looking at the error, it shows where the software is looking for sources.list. It is then just a matter of locating it (locate) and symlink, then run again. Following the steps boot-repairs advises you to take successfully installs the boot-loader.