Bugzilla – Bug 116698
unbootable rc2
Last modified: 2005-10-06 17:05:20 UTC
after updating from rc1 to rc2 via y2pmsh / update / solve / commit I had an unbootable system. apparently grub-install wasn't run, I got a grub stage 2 loading error. probably this has something to do with the non-mbr -> mbr switch, not sure. its oldboy.suse.de
Please attach logs. Updating via y2pmsh is not officially supported. However, it should work nonetheless. Downgrading to 'normal'
Ludwig, does y2pmsh write logs somewhere ?
Created attachment 49725 [details] y2logRPM.gz
Created attachment 49726 [details] y2log.gz
y2pmsh just updates rpm packages so I'd expect the same to happen if you just rpm -U --force grub.rpm. Therefore I'd say it's a grub bug. The grub package does something with the stage2 file in it's post install script.
Torsten, how does the GRUB package handle update of itself? It should not break booting of the system IMHO...
%post [...] [ -e /etc/grub.conf ] && /usr/sbin/grub --batch < /etc/grub.conf So whatever was written in grub.conf. The whole %post script has proven very robust so far. Shall I close as invalid (Dirk, I second your assumption that non-MBR back to evil MBR install is not handled properly), or reassign to yast people? Or have rpm %post semantics changed once more :-/