|
Bugzilla – Full Text Bug Listing |
| Summary: | System Fails to boot after upgrade with Error 23 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Forgotten User YLzcEHequO <forgotten_YLzcEHequO> |
| Component: | Installation | Assignee: | Olaf Dabrunz <odabrunz> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Alpha 3 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Y2log requested | ||
|
Description
Forgotten User YLzcEHequO
2007-03-19 18:30:49 UTC
The "grub" problem is probably caused by yast2-bootloader module so please attach y2logs. Quick how to obtain y2log is here: http://en.opensuse.org/Bugs/YaST. About the driver problem: There is only ata_piix driver in /lib/modules/... I'm quite confused what you wanted to do. Please next time send one bug per report. Created attachment 125577 [details]
Y2log requested
Requested Y2log files attached as tar file using czvf options.
Please next time after answering question or attaching logs set bug status to ASSIGNED in order to help us find bugs witch was answered. Should be fixed with latest perl-Bootloader. As there's an easy workaround for this, decreasing severity. Upon further investigation I did the following in order to get the system to boot. I changed the following lines in menu.lst: gfxmenu (hd0,3)/boot/message to: gfxmenu (hd0,0)/message Under linux and failsafe entries: root (hd0,3) to: root (hd0,0) and: initrd /boot/initrd to: initrd /initrd I also changed the "by_id" reference to the partition to /dev/sda#. Once these changes were made the system did boot the finish the install (upgrade) process. After upgrade to 10.3A3 it has become obvious that the problem resides with the upgrade process _NOT_ recognizing that I have a /boot partition. Why doesn't the upgrade process read the /etc/fstab file during the upgrade to find out what partitions are previously used? This is why when I make the changes listed in #5 that the system then boots. This error is apparent in 10.3A2 and 10.3A3. The problem here indeed is the change from hda -> sda. This is fixed in Alpha6. |