Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use first partition as...
authorMichael Prokop <mika@grml.org>
Tue, 10 May 2011 17:18:47 +0000 (19:18 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 10 May 2011 17:18:47 +0000 (19:18 +0200)
commitcb537a8079da9d9a75b049f2e2c6c7f87a905aa1
tree4f203c01fa350ea619299e8418598e28e9b70829
parent5f1adcaa54e692fa7d4c39da469848e8fbf1e651
Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use first partition as boot system."

This reverts commit aac340b028d5fa45a5e34d07fbd792858607b791.

The switch broke usb keys on some BIOS versions, causing freezes
while detecting the usb stick (without the option to even enter
the BIOS setup). 2010.12 used to work fine and when reverting it
via:

  (dd if=foo.iso bs=1 count=48 skip=462; dd if=foo.iso bs=1 count=16 skip=446) >x;
  dd of=foo.iso bs=1 conv=notrunc count=64 seek=446 if=x

it's working again. So revert to previous state.

Thanks to ryx for reporting and testing and Thorsten Glaser
for his valuable comments.
grml-live