User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux [2018/05/04 18:21] – [Grub troubles] rfilelinux [2018/05/18 20:12] – [fedora robotics] rfile
Line 10: Line 10:
  
  
 +[[:linux:lubuntu|lubuntu notes (laptop)]]
  
  
Line 283: Line 284:
  
 https://askubuntu.com/questions/913716/dual-boot-on-seperate-drives-best-configuration https://askubuntu.com/questions/913716/dual-boot-on-seperate-drives-best-configuration
 +
 +
 +its just a bug and should wait for a fix??
 +
 +https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743908
 +
 +try reloading grub on nvme drive
 +from [[https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html| grub manual]]
 +<code>
 +This install doesn’t conflict with standard install as long as they are in separate directories.
 +
 +Note that grub-install is actually just a shell script and the real task is done by other tools such as grub-mkimage. Therefore, you may run those commands directly to install GRUB, without using grub-install. Don’t do that, however, unless you are very familiar with the internals of GRUB. Installing a boot loader on a running OS may be extremely dangerous.
 +
 +On EFI systems for fixed disk install you have to mount EFI System Partition. If you mount it at /boot/efi then you don’t need any special arguments:
 +
 +# grub-install
 +Otherwise you need to specify where your EFI System partition is mounted:
 +
 +# grub-install --efi-directory=/mnt/efi
 +</code>
 +
 +http://paste.ubuntu.com/p/cHfSbtDRKS/
 +
 +mate hosed grub
 +
 +http://paste.ubuntu.com/p/CxQVRmBf3p/
 +
 +
 +5-9-18
 +
 +http://paste.ubuntu.com/p/8bqKSbxsjh/
 +
 +http://paste.ubuntu.com/p/kHVk8SZ94m/
 +
 +<box 90%>
 +You can now reboot your computer.
 +
 +Please do not forget to make your BIOS boot on nvme0n1p1/EFI/ubuntu/grubx64.efi file!
 +</box>
 +
 +
 +
 +
 +https://help.ubuntu.com/community/Boot-Repair
 +
 +
 +
 +https://patchwork.ozlabs.org/patch/611829/
 +
 +
  
  
 [[https://ubuntuforums.org/showthread.php?t=2147295| efi boot stuff]] [[https://ubuntuforums.org/showthread.php?t=2147295| efi boot stuff]]
 +
 +
 +==== bios versions ====
 +
 +5-11-18
 +
 +Bios keeps hanging and I am reloading it via a usb thumb drive and the button on the back
 +
 +I am going to try a different bios next time.
 +Notes about bios versions. These are on flatboy as well in case I can't get to them because trackfile hangs at the splash screen.
 +
 +Using 2704 now but 2304 has been renamed so should get picked up next time. 5-11-18
 +
 +
 +
 +
 +<box 90% white>
 +Version 2704
 +2016/08/105.6 MBytes
 +Z97-WS Formal BIOS 2704 release.
 +1.Improve system stability.
 +
 +Version 2403
 +2015/07/275.6 MBytes
 +Z97-WS Formal BIOS 2403 release.
 +Support Broadwell CPU
 +Implement 5th-Generation Intel Core Processors code
 +*Full support of the new CPU requires VGA driver version 10.18.14.4206 or later
 +*Before using the 5th Gen Intel Core processors, we suggest that you use USB BIOS Flashback or download ”BIOS updater for 5th Gen Intel Core Processors”to update the BIOS.
 +
 +1. Improve compatibility with some smart card reader. (Support card reader KCR-318.)
 +2. Improve compatibility to some DIMMs.
 +
 +Version 2304
 +2015/03/115.57 MBytes
 +Z97-WS Formal BIOS 2304 release
 +1. Fix compatibility for Genius 87 Gaming Keyboard.
 +2. Update ME file version to 9.1.25.1005.
 +3. Support NVMe
 +
 +Version 2013
 +2014/12/255.49 MBytes
 +Z97-WS Formal BIOS 2013 release
 +1.Update RC version to RC 2.00
 +2.Support Asmedia SATA Express EFI driver
 +3.Add exFAT support.
 +
 +rename bios file to:
 +Z97-WS Z97WS.CAP
 +
 +https://www.asus.com/US/support/faq/1013998/
 +
 +</box>
 +https://www.asus.com/US/support/faq/1013998/
 +
 +
 ===== fedora robotics ===== ===== fedora robotics =====
  
Line 292: Line 399:
 https://fedoraproject.org/wiki/Robotics https://fedoraproject.org/wiki/Robotics
  
 +
 +===== youtube downloader =====
  
  
  
 +[[https://lubuntuhowto.blogspot.co.id/2017/11/how-to-install-youtube-dl-on-lubuntu-1710.html| youtube downloader]]
linux.txt · Last modified: 2018/05/29 11:49 by rfile