Displaying 1 result from an estimated 1 matches for "bios34".
Did you mean:
bios32
2017 Feb 01
2
HP Zbook17 Dock and UEFI conflict with GK107GLM aka Quadro K1100M
...and the following script
used to prune them for nice diffs:
#! /bin/bash
for x in *.log; do
egrep -v '((usb|hub) [0-9]+-[0-9]+|raid[0-9]+|Thermal|Battery|Bluetooth|ata[0-9]+|scsi [0-9]+|dracut:|udevd|snd_hda|br[0-9]+|random|sd [0-9]+:)' $x \
|cut -c16- > ${x%%.log}.boot
done
diff -U3 bios34-uefi-mixed-20170131-1038.boot uefi-mixed-docked-20170131-1211.boot >bios34-36-mixed.diff
diff -U3 bios34-uefi-native-20170131-1034.boot uefi-native-docked-20170131-1209.boot >bios34-36-native.diff
diff -U3 bios34-uefi-mixed-20170131-1038.boot bios34-uefi-native-20170131-1034.boot >bios34-m...