Guillaume Rousse <[EMAIL PROTECTED]> writes: > > >Why? What is the results of trying to reinstall bootloader from > > >the rescue? > > > > In my case: > > > > Fatal: open /dev/hda : No such file or directory > > tvignaud strikes again :-)
only non devfs update from old dev (<3.3.1-1mdk) was bad. we warn about that more that once . we mistakely forgot than people will do update from old dev. the problem is that %post of new dev package occurs before rpm remove old files (new files with same name're already there - but in this case, there's no new ones): the final remove of the old files screwed up the new dev entries generated/"overwritten" by mdk_makedev ...
