|
Bugzilla – Full Text Bug Listing |
| Summary: | bootloader: grub does not find stage1 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Andreas Jaeger <aj> |
| Component: | Installation | Assignee: | Kay Sievers <kasievers> |
| Status: | RESOLVED INVALID | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | jreidinger |
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
screenshot
yast log files -both from / and /mnt |
||
|
Description
Andreas Jaeger
2008-12-02 11:03:02 UTC
Created attachment 257209 [details]
screenshot
Created attachment 257210 [details]
yast log files -both from / and /mnt
OK, reason is simple. Sollution is hard. Reason - you have as hd0 disk /dev/disk/by-id/ata-SAMSUNG_SP2504C_S09QJ1ML514321 In fstab it is / is /dev/sda2 But udevadm info -q name -n /dev/disk/by-id/ata-SAMSUNG_SP2504C_S09QJ1ML514321 return /dev/sdb....so if you say that stage1 is on (hd0,1)/boot/grub/stage1 it find it on /dev/sdb2 which of course doesn't contain it. I reassign to maintainer of udevadm to find where is problem with udevadm (why switch from /dev/sda in inst-sys to /dev/sdb in chroot). That might be a change from Beta5 where it ordered the disks in the wrong way - RC1 finally has it right. I'm fine with closing this as INVALID but leave this to you. I would need: ls -l /sys/class/block /dev/sd* /dev/hd* /dev/disk/by-id/ and a "tar" of the files in /dev/.udev/ of the sytem while if fails, if we suspect a problem with udevadm info output. I cannot give the information anymore - but if this happens again, I'll do. reopen if you find it again |