Bug 307704 - Can't boot from root fs when using labels
Summary: Can't boot from root fs when using labels
Status: RESOLVED DUPLICATE of bug 300550
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 2
Hardware: i386 openSUSE 10.3
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Hannes Reinecke
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 10:33 UTC by Stephan Rickauer
Modified: 2007-09-07 10:53 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Rickauer 2007-09-05 10:33:57 UTC
# grep ROOT /etc/fstab
LABEL=ROOT on / type xfs (rw)

# grep ROOT /boot/grub/menu.lst
    kernel (hd0,0)/boot/vmlinuz root=LABEL=ROOT splash=silent showopts


When booting, the system bails out with:

"Waiting for device /dev/root to appear: .... Could not find /dev/root. Want me to fall back to /dev/disk/by-path/pci-0000:00:10:0-scsi-0:0:0:0-part1? (Y/n)"

When saying 'Y' the sytem will continue to boot.


Chaning from label to device based mounting (/dev/sda1 in my case) fixes the issue.
Comment 1 Hannes Reinecke 2007-09-07 10:53:34 UTC

*** This bug has been marked as a duplicate of bug 300550 ***