Hacker News new | ask | show | jobs
by exikyut 2880 days ago
I couldn't find "bf86 fec1". I did however find "b486 fec1".

"bf86 9042" made it literally so fast I physically couldn't keep up. The following worked for me (w/ QEMU on old (no KVM) Pentium M), this may be too fast on newer machines:

  xxd cd.iso | sed 's/89c3 01de b486 fec1 cd15 b445/89c3 01de b486 9042 cd15 b445/' | xxd -r > cd2.iso
(Note the creation of "> cd2.iso")