[yast-devel] installer can't find existing BIOS partitions
Athlon XP (32bit) I just tried twice with TW 20160126 to initialize installation. At suggested partitioning screen: No automatic proposal possible. Specify mount points manually in the 'Partitioner' dialog. YaST claims no partitions on sda, an "unused" device. On vtty2, results from fdisk (30 partitions on 160G HD[1]) and mount (success with two ext3 filesystems tried) are totally as expected. lsmod | grep ata shows ata_generic, pata_via and libata. Is this a known problem? Any way to restart YaST without reboot? This system is taking about 8 minutes to boot to the initial license screen. The installed 11.2, 11.4, 12.1, 12.2, 12.3, 13.1, 13.2, TW and Fedoras on it are/were all behaving normally when last tried. Dmesg inexplicably lists lots of floppy I/O errors and mentions of device-mapper and raid6, plus one each raid6, raid5, raid4, raid10. Also listed are all of sda1-sda30. Is this worth a bug report? logs: http://fm.no-ip.com/Tmp/SUSE/Factory/y2ltwkt400.tgz [1] http://fm.no-ip.com/Tmp/SUSE/Factory/kt400L14.txt -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On Thu, 28 Jan 2016 17:56:24 -0500 Felix Miata <mrmazda@earthlink.net> wrote:
Athlon XP (32bit) I just tried twice with TW 20160126 to initialize installation. At suggested partitioning screen:
No automatic proposal possible. Specify mount points manually in the 'Partitioner' dialog.
YaST claims no partitions on sda, an "unused" device.
On vtty2, results from fdisk (30 partitions on 160G HD[1]) and mount (success with two ext3 filesystems tried) are totally as expected. lsmod | grep ata shows ata_generic, pata_via and libata.
Is this a known problem?
Any way to restart YaST without reboot? This system is taking about 8 minutes to boot to the initial license screen. The installed 11.2, 11.4, 12.1, 12.2, 12.3, 13.1, 13.2, TW and Fedoras on it are/were all behaving normally when last tried.
Dmesg inexplicably lists lots of floppy I/O errors and mentions of device-mapper and raid6, plus one each raid6, raid5, raid4, raid10. Also listed are all of sda1-sda30.
Is this worth a bug report?
I see in logs a lot of errors regarding reading partitions info: 2016-01-28 13:32:58 <3> kt400(3222) [libstorage] ProcParts.cc(getSize):92 dev:sda30 not found 2016-01-28 13:32:58 <1> kt400(3222) [libstorage] Disk.cc(checkPartedOutput):532 nm:sda 2016-01-28 13:32:58 <3> kt400(3222) [libstorage] ../storage/Utils/StorageTmpl.h(read_sysfs_property):288 reading /sys/block/sda/sda1/start failed 2016-01-28 13:32:58 <3> kt400(3222) [libstorage] ../storage/Utils/StorageTmpl.h(read_sysfs_property):288 reading /sys/block/sda/sda1/size failed 2016-01-28 13:32:58 <3> kt400(3222) [libstorage] Disk.cc(checkPartitionsValid):602 region mismatch dev:/dev/sda nr:1 sec_parted:[63,497952] sec_kernel:[0,0] So please check in insts-sys why reading of /sys/block/sda/sda1/size failed. For me it looks like potentatial problem in kernel, as sysfs is provided by kernel. So I think worth creating bug report, so it can be pointed where exactly is problem. Last log entry shows difference between partition reported by parted and kernel, so probably something between them. Josef -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Dne 28.1.2016 v 23:56 Felix Miata napsal(a):
Any way to restart YaST without reboot? This system is taking about 8 minutes to boot to the initial license screen.
You can start the installation with "startshell=1" boot option. Then a shell session will be started before YaST. Type "yast" to start the installation/upgrade. If you need to restart YaST then simply abort it. I'll be redirected back to the shell where you can use "yast" again. And again and again.... I use this trick when debugging the installer. You can do the same without "startshell=1" option but then after abort you I'll get into linuxrc. You can start the installatin again but it will take a bit more time then from the shell as written above. (Note: after restarting from linuxrc YaST switches to "manual" mode where it displays some additional popups, usually related to HW detection.) -- Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 lslezak@suse.com SUSE -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (3)
-
Felix Miata
-
Josef Reidinger
-
Ladislav Slezak