|
Bugzilla – Full Text Bug Listing |
| Summary: | unbootable rc2 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Dirk Mueller <dmueller> |
| Component: | Update Problems | Assignee: | Torsten Duwe <duwe> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | duwe, jsrain, lnussel |
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2logRPM.gz
y2log.gz |
||
|
Description
Dirk Mueller
2005-09-13 07:16:39 UTC
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 :-/ |