Bug 288201 - YaST does not find linux root partitions
Summary: YaST does not find linux root partitions
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Installation (show other bugs)
Version: Alpha 5
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Lukas Ocilka
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 14:54 UTC by Christian Zoz
Modified: 2007-07-04 14:34 UTC (History)
0 users

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


Attachments
y2log of that system (232.50 KB, text/plain)
2007-06-28 14:56 UTC, Christian Zoz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Zoz 2007-06-28 14:54:19 UTC
My boot manager was broken, so i started installation to boot the already installed system. After i selected 'boot installed system' a popup message appeared telling me that it cannot find a linux root partition. But there are two linux root partitions on the disk.
Comment 1 Christian Zoz 2007-06-28 14:56:56 UTC
Created attachment 148771 [details]
y2log of that system
Comment 2 Lukas Ocilka 2007-07-02 12:27:22 UTC
Yes, there are two Linux systems, but neither of them was considered to be valid:

$[
  "/dev/sda2":$[
    `arch:"unknown", `fs:`ntfs, `fstype:"HPFS/NTFS", `label:"",
    `name:"unknown", `valid:false
  ],
  "/dev/sda3":$[
    `arch:"x86_64", `fs:`reiser, `fstype:"Linux native", `label:"",
    `name:"SUSE Linux Enterprise Desktop 10", `valid:false
  ],
  "/dev/sda5":$[
    `arch:"x86_64", `fs:`ext3, `fstype:"Linux native", `label:"",
    `name:"openSUSE 10.3", `valid:false
  ]
]

DeviceMatchFstab device:/dev/sda5 fstab:/dev/disk/by-id/scsi-SATA_HTS541080G9SA00_MPBDL0XKG141JM-part2 ret:false
(doesn't match)

DeviceMatchFstab device:/dev/sda3 fstab:/dev/disk/by-id/scsi-SATA_HTS541080G9SA00_MPBDL0XKG141JM-part3 ret:true
(matches but...)
Architecture for partition /dev/sda3 is x86_64, upgrading i386
(please, try x86_64 media)
Comment 3 Lukas Ocilka 2007-07-04 14:34:24 UTC
OK, let's see...

- Do not let wrong architecture to make partition invalid in case
  of boot-from-partition but make it invalid in case of upgrade
  (#288201).

- yast2-update-2.15.14