[Bug 615467] New: Fatal error at start of boot process regarding ata_piix
http://bugzilla.novell.com/show_bug.cgi?id=615467 http://bugzilla.novell.com/show_bug.cgi?id=615467#c0 Summary: Fatal error at start of boot process regarding ata_piix Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: i586 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: hubertus@vonstreit-fam.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.4) Gecko/20100527 SUSE/3.6.4-2.2 Firefox/3.6.4 Initial boot screen of kernel shows 2 messages with fatal errors Fatal: module ata_piix not found Fatal: Error running install command for ata_piix no other error messages during boot. Don't know effects of this error so far. Reproducible: Always Steps to Reproduce: 1. just boot the system 2. 3. Actual Results: machine boots and works fine as far as I have tested so far. Please give advice, if further tests should be executed to see consequences of this error are needed. Expected Results: ? HW is sony VAIO VGN-N21E notebook -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=615467 http://bugzilla.novell.com/show_bug.cgi?id=615467#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c1 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |jslaby@novell.com InfoProvider| |hubertus@vonstreit-fam.de --- Comment #1 from Jiri Slaby <jslaby@novell.com> 2010-09-10 11:04:07 UTC --- Hmm, could you attach hw_info. It seems that your root device mounted from initrd is on a disk which doesn't need ata_piix, but initrd scripts still try to load it (though it's missing). In that case it should be harmless. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c2 Monika Schilling <ms@mschilling.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|hubertus@vonstreit-fam.de | --- Comment #2 from Monika Schilling <ms@mschilling.com> 2010-09-13 17:31:22 UTC --- Created an attachment (id=389226) --> (http://bugzilla.novell.com/attachment.cgi?id=389226) Hardware information generated by: hwinfo --all --log=hw_info Answering, as I have the same symptom. To my surprise I just discovered that there is a source file ata_piix.c but no corresponding module: ms@eeebox:~> locate ata_piix /usr/src/linux-2.6.34-12/drivers/ata/ata_piix.c ms@eeebox:~> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #389226|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c3 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ms@mschilling.com --- Comment #3 from Jiri Slaby <jslaby@novell.com> 2010-10-06 11:59:09 UTC --- What kernels do you have installed? rpm -q `rpmqpack |grep kernel` -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c4 Monika Schilling <ms@mschilling.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ms@mschilling.com | --- Comment #4 from Monika Schilling <ms@mschilling.com> 2010-10-06 17:31:16 UTC --- Answering your question: ms@eeebox:~> rpm -q `rpmqpack |grep kernel` kernel-desktop-2.6.34.7-0.3.1.i586 kernel-devel-2.6.34.7-0.3.1.noarch kernel-desktop-devel-2.6.34.7-0.3.1.i586 kernel-source-2.6.34.7-0.3.1.noarch kernel-firmware-20100617-2.2.noarch ms@eeebox:~> Since I supplied the initial information on 2010-09-13 there were several (2?) kernel updates. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c5 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |bnc-team-screening@forge.pr |ovo.novell.com |ovo.novell.com --- Comment #5 from Jiri Slaby <jslaby@novell.com> 2010-10-06 18:54:49 UTC --- (In reply to comment #2)
To my surprise I just discovered that there is a source file ata_piix.c but no corresponding module: .. (In reply to comment #4) kernel-desktop-2.6.34.7-0.3.1.i586
Ok, in desktop flavors, the ata_piix module is built-in, so there is no module of that name. It's an error of init scripts that they think there should be one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |werner@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c6 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@novell.com Component|Basesystem |Installation AssignedTo|werner@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com QAContact|qa@suse.de |jsrain@novell.com --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2010-10-14 09:46:18 UTC --- (In reply to comment #5) Wrong. The init scripts do not think. There is no place where ata_piix is guessed or hard coded in the init scripts. The only place where you may found this is below /etc/sysconfig/ e.g. INITRD_MODULES within /etc/sysconfig/kernel Beside this on my desktop system I use a pae kernel and there is a separate ata_piix module. In other words it could be left over. After switching from e.g a pae kernel to a desktop kernel the list of modules required for initrd should be checked. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c7 --- Comment #7 from Dr. Werner Fink <werner@novell.com> 2010-10-14 09:47:43 UTC --- Jiri? Before leavinf a bug you may have look on my comment #5 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c8 Balint Nafradi <nafradi@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nafradi@yahoo.com --- Comment #8 from Balint Nafradi <nafradi@yahoo.com> 2010-10-20 08:17:46 UTC --- On sony vaio vgn sz61 with kernel: # rpm -q `rpmqpack |grep kernel` kernel-desktop-2.6.34.7-0.4.1.i586 kernel-devel-2.6.34.7-0.4.1.noarch kernel-desktop-devel-2.6.34.7-0.4.1.i586 kernel-firmware-20100617-2.2.noarch I got also the two error messages: Fatal: module ata_piix not found Fatal: Error running install command for ata_piix -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c9 --- Comment #9 from Dr. Werner Fink <werner@novell.com> 2010-10-20 08:51:57 UTC --- You may simply remove ata_piix from INITRD_MODULES in /etc/sysconfig/kernel and execute as root he command refresh_initrd ... nevertheless it would be interesting to know how ata_piix was added to INITRD_MODULES -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c10 Xinli Niu <xlniu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xlniu@novell.com --- Comment #10 from Xinli Niu <xlniu@novell.com> 2010-12-06 08:00:46 UTC --- Has the problem solved? Can this bug be closed? Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c11 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Component|Installation |Basesystem InfoProvider| |hubertus@vonstreit-fam.de QAContact|jsrain@novell.com |qa@suse.de --- Comment #11 from Jiri Slaby <jslaby@novell.com> 2011-04-19 14:43:25 UTC --- (In reply to comment #6)
After switching from e.g a pae kernel to a desktop kernel the list of modules required for initrd should be checked.
Perhaps. Is this still an issue? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c12 Roman Byshko <rbyshko@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |rbyshko@gmail.com InfoProvider|hubertus@vonstreit-fam.de | --- Comment #12 from Roman Byshko <rbyshko@gmail.com> 2011-05-16 22:44:09 UTC --- openSUSE 11.4 here, the same problem. $ rpm -q `rpmqpack |grep kernel` kernel-desktop-2.6.37.6-0.5.1.i586 kernel-devel-2.6.37.6-0.5.1.noarch kernel-desktop-devel-2.6.37.6-0.5.1.i586 kernel-source-2.6.37.6-0.5.1.noarch kernel-firmware-2.6.38-1.2.1.noarch (Note, the system was upgraded from 11.2 to 11.3 and then to 11.4) It would be nice to remove this error message and for all users.. not only that ones who edit INITRD_MODULES. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c13 Manuel Stol <ManuelStol@operamail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ManuelStol@operamail.com --- Comment #13 from Manuel Stol <ManuelStol@operamail.com> 2011-09-18 16:03:01 UTC --- openSUSE 12.1 Milestone 5 Upgraded kernel-desktop system from 11.4 with KDE Factory, nVidia driver and Packman Xine+FFMpeg to Factory (= 12.1 RC5) with Nouveau driver and GStreamer?. Problems: - Normal system fails to boot, but the Failsafe works. - WLAN fails to start in Failsafe with error: " wlan0 device: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) command 'iwconfig wlan0 power period 2' returned Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlan0 ; Invalid argument. " (This error is probably unrelated.) Kernels installed: " # rpm -q `rpmqpack |grep kernel` kernel-desktop-3.1.rc5-2.2.x86_64 kernel-devel-3.1.rc5-2.2.noarch kernel-default-devel-3.1.rc5-2.2.x86_64 kernel-syms-3.1.rc5-2.2.x86_64 kernel-desktop-devel-3.1.rc5-2.2.x86_64 kernel-docs-3.1.rc5-2.2.noarch patterns-openSUSE-devel_kernel-12.1-18.1.x86_64 kernel-desktop-base-3.1.rc5-2.2.x86_64 kernel-source-3.1.rc5-2.2.noarch kernel-firmware-20110709-8.2.noarch " Notes: - I only used kernel-desktop. - I haven't tried kernel-default (yet). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c14 --- Comment #14 from Manuel Stol <ManuelStol@operamail.com> 2011-09-23 23:08:44 UTC --- My problems have nothing to do with the ata_piix module. The Fatal error about the ata_piix module is harmless. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c15 Mike Surcouf <mike@surcouf.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike@surcouf.co.uk --- Comment #15 from Mike Surcouf <mike@surcouf.co.uk> 2011-11-25 09:17:21 UTC --- As an addition to Werner Fink's comment Installing openSUSE 12.1 on hyper-v the ata drivers are still listed under INITRD_MODULES. Hyper-v uses its own storage drivers so these are not required Deleting the ata modules from INITRD_MODULES and running mkinitrd resolves the issue. I guess the installation could detect hyper-v and make this change automatically in an ideal world. No ill effect though although I dont like seeing errors every time I boot so I made this change anyway. Mike -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c16 Mark Ballard <markjballard@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markjballard@googlemail.com --- Comment #16 from Mark Ballard <markjballard@googlemail.com> 2012-01-19 18:05:57 UTC --- I have the same problem on a P4 machine: Dell Optiplex GX620 My kernel > rpm -q `rpmqpack |grep kernel` kernel-desktop-3.1.0-1.2.1.i586 (Isn't the P4 an i386? I opted for auto-config on install of the o/s.) On boot I get an error message comprised of four noteworthy parts. Incidentally, it opens with the following: root (hd0) Filesystem type is ext2fs, partition type 0x83 kernal /vmlinuz-3.1.0-1.2-desktop root=/dev/system/root resume=/dev/system/swa p splash=silent quiet [linux-bzImage, setup=0x4200, size=0x4b2b60] initrd /initrd-3.1.0-1.2-desktop [linux-initrd @ 0x3736f000, 0xc8047a bytes] Then, noteworthy part I, it gives a series of what look address with one of two messages, each repeated twice: "No caching mode page present" and "Assuming drive cache: write through". E.g. [ 4.048802] sd 5:0:0:0: [sdb] No caching mode page present Then, noteworthy part II, it gives the "fatal" ata error: doing fast boot FATAL: Module ata_piix not found. FATAL: Error running install command for ata_piix Then, noteworthy part III, it says: Creating device nodes with udev udevd[202]: failed to execute '/etc/sysconfig/network/scripts/ifup-sysctl' '/etc/sysconfig/network/scripts/ifup-sysctl' '/etc/sysconfig/network/scripts/ifup-sysctl lo -o hotplug': No such file or directory And finally: Volume group "system" not found Volume group "system" not found Volume group "system" not found I've no idea what any of this means. But it says it's "fatal", which is not at all reassuring for someone who cares about their data, and is neither a great advertisement for SUSE linux. Even if, as is suggested by the comments here, this is not a serious problem, it looks like one. Best get it sorted, I reckon, because every time I switch on my computer it tells me it's got a fatal problem with my hard disk. You don't have to be in the advertising business to realise how bad a trip those negative vibes are going to give you. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c17 --- Comment #17 from Mark Ballard <markjballard@googlemail.com> 2012-01-19 18:12:38 UTC --- (In reply to comment #16)
I have the same problem on a P4 machine: Dell Optiplex GX620
My kernel > rpm -q `rpmqpack |grep kernel`
kernel-desktop-3.1.0-1.2.1.i586
(Isn't the P4 an i386? I opted for auto-config on install of the o/s.)
On boot I get an error message comprised of four noteworthy parts.
Incidentally, it opens with the following:
root (hd0) Filesystem type is ext2fs, partition type 0x83 kernal /vmlinuz-3.1.0-1.2-desktop root=/dev/system/root resume=/dev/system/swa p splash=silent quiet [linux-bzImage, setup=0x4200, size=0x4b2b60] initrd /initrd-3.1.0-1.2-desktop [linux-initrd @ 0x3736f000, 0xc8047a bytes]
Then, noteworthy part I, it gives a series of what look address with one of two messages, each repeated twice: "No caching mode page present" and "Assuming drive cache: write through".
E.g.
[ 4.048802] sd 5:0:0:0: [sdb] No caching mode page present
Then, noteworthy part II, it gives the "fatal" ata error:
doing fast boot FATAL: Module ata_piix not found. FATAL: Error running install command for ata_piix
Then, noteworthy part III, it says:
Creating device nodes with udev udevd[202]: failed to execute '/etc/sysconfig/network/scripts/ifup-sysctl' '/etc/sysconfig/network/scripts/ifup-sysctl' '/etc/sysconfig/network/scripts/ifup-sysctl lo -o hotplug': No such file or directory
And finally:
Volume group "system" not found Volume group "system" not found Volume group "system" not found
I've no idea what any of this means. But it says it's "fatal", which is not at all reassuring for someone who cares about their data, and is neither a great advertisement for SUSE linux. Even if, as is suggested by the comments here, this is not a serious problem, it looks like one. Best get it sorted, I reckon, because every time I switch on my computer it tells me it's got a fatal problem with my hard disk. You don't have to be in the advertising business to realise how bad a trip those negative vibes are going to give you.
btw - this is an openSUSE 12.1 install. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c18 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@suse.com Component|Basesystem |Installation AssignedTo|kernel-maintainers@forge.pr |bnc-team-screening@forge.pr |ovo.novell.com |ovo.novell.com Product|openSUSE 11.3 |openSUSE 12.1 QAContact|qa@suse.de |jsrain@suse.com --- Comment #18 from Jeff Mahoney <jeffm@suse.com> 2012-03-06 08:03:40 UTC --- I'm not sure what puts ata_piix in INITRD_MODULES. It's not the kernel. Bouncing to installation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c kk zhang <kkzhang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@suse.com AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c22 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fehr@suse.com AssignedTo|yast2-maintainers@suse.de |mmarek@suse.com --- Comment #22 from Thomas Fehr <fehr@suse.com> 2012-03-21 10:20:59 UTC --- When list of possible modules differ between different kernel flavors I do not see what YaST2 can do here. I would suggest that mkinitrd simply ignores modules that are not there. Reassigned to maintainer of of mkinitrd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c23 Michal Marek <mmarek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mmarek@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #23 from Michal Marek <mmarek@suse.com> 2013-09-30 07:58:03 UTC --- I suggest the installer stops writing _anything_ to /etc/sysconfig/kernel. Really. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmarek@suse.com AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |jsuchome@suse.com Summary|Fatal error at start of |[yast2-installation] Fatal |boot process regarding |error at start of boot |ata_piix |process regarding ata_piix -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c24 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |aschnell@suse.com InfoProvider| |fehr@suse.com --- Comment #24 from Jiří Suchomel <jsuchome@suse.com> 2013-10-01 12:18:40 UTC --- Well, the main user of Initrd.AddModule is StorageControllers.rb Thomas, can you remove that call? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c25 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|fehr@suse.com |aschnell@suse.com --- Comment #25 from Thomas Fehr <fehr@suse.com> 2013-10-01 12:20:53 UTC --- I am not any more in yast2 team. Reassigned to Arvin. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c26 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|aschnell@suse.com | --- Comment #26 from Arvin Schnell <aschnell@suse.com> 2013-10-01 13:07:23 UTC --- Removed call to Initrd.AddModule (in 13.1 branch and master). AFAIS yast2-storage does not need the Initrd module anymore. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c27 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |lslezak@suse.com --- Comment #27 from Jiří Suchomel <jsuchome@suse.com> 2013-10-01 13:15:32 UTC --- Another user is inst_kickoff.rb, adding xen-vbd and xen-vnif modules to initrd. Ladislav (no idea who else should I ask), do you think these are still needed? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c28 Ladislav Slezak <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|lslezak@suse.com | --- Comment #28 from Ladislav Slezak <lslezak@suse.com> 2013-10-01 13:22:22 UTC --- xen-vbd and xen-vnif modules are used for (para)virtualized disk and network devices, and AFAIK are mandatory for Xen PV machines. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c29 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mmarek@suse.com --- Comment #29 from Jiří Suchomel <jsuchome@suse.com> 2013-10-01 13:39:07 UTC --- Apart from INITRD_MODULES (currently modified for XEN, see comment 28), YaST also modifies MODULES_LOADED_ON_BOOT of /etc.sysconfig/kernel during installation. Why should we stop doing that, is it safe in current phase of 13.1 development or what else could/should be done differently? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@suse.com AssignedTo|jsuchome@suse.com |lslezak@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c30 Michal Marek <mmarek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mmarek@suse.com | --- Comment #30 from Michal Marek <mmarek@suse.com> 2014-02-10 12:08:29 UTC --- mkinitrd figures out the needed modules itself. If not, it is a bug in mkinitrd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=615467 https://bugzilla.novell.com/show_bug.cgi?id=615467#c31 Ladislav Slezak <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #31 from Ladislav Slezak <lslezak@suse.com> 2014-07-29 09:07:30 UTC --- MODULES_LOADED_ON_BOOT is not used by Yast anymore, I think we can close the bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com