hardware:lenovo_w530
This is an old revision of the document!
Table of Contents
Drivers/Utils
Update BIOS
Get the latest ISO file from http://support.lenovo.com/en_US/downloads/detail.page?&DocID=DS029170
- Currently it's https://download.lenovo.com/pccbbs/mobiles/g5uj30us.iso (version 2.67)
- Get http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito.pl or http://colimit.googlepages.com/isobar.c to extract the boot image from the ISO file
perl ./geteltorito.pl g5uj30us.iso > boot.img
or
gcc -o isobar isobar.c && ./isobar g5uj30us.iso -o boot.img
- Copy the boot.img to a USB device (
make sure to use the correct device, otherwise you might delete your data)
dd if=boot.img of=/dev/sdb bs=512K
- While booting press “F12” to enter the boot menu and select the prepared USB drive to boot from
Mini Display Port to HDMI
- make sure to select the HDA NVidia sound card in alsamixer and then unmute the first S/PDIF control
- to output the sound of some video played back in chromium add --alsa-output-device=hw:1,3
hardware/lenovo_w530.1501524565.txt.gz · Last modified: 2017/07/31 20:09 by kratz00