Good afternoon all,
I've noticed that there is a BIOS update for my Lenovo T440. The download is an ISO file which strikes me as a little odd since the laptop doesn't have an optical drive...
My first thought was to install syslinux onto a USB stick, loopback mount the ISO and copy the files across. But I've failed on almost all accounts!
1. I'm not sure how to correctly format/partion the USB stick (16GB)
2. syslinux doesn't seem to like the fact that da0 is not a block device
3. Mounting the ISO with
How can I write this to a USB stick, and make the USB stick bootable to install?
I've noticed that there is a BIOS update for my Lenovo T440. The download is an ISO file which strikes me as a little odd since the laptop doesn't have an optical drive...
My first thought was to install syslinux onto a USB stick, loopback mount the ISO and copy the files across. But I've failed on almost all accounts!
1. I'm not sure how to correctly format/partion the USB stick (16GB)
2. syslinux doesn't seem to like the fact that da0 is not a block device
3. Mounting the ISO with
mount -t cd9660 /dev/`mdconfig -f fwsh46.iso ` /mnt
doesn't seem to work - md0 is created, mount
shows it as mounted on /mnt, but /mnt is empty...How can I write this to a USB stick, and make the USB stick bootable to install?