Greetings!
I’m currently attempting to install SuSE 12.1 x86_64 on a Qosmio F750 3D, but right now no matter what I do, it is rendered unsuccessful.
Initially everything looks fine, and YaST fires up when booting from the installation CD (network) or the DVD, but when it eventually attempts to install the packages, things go haywire.
As soon as YaST attempts to install the kernel, something locks up (possibly the post-installation scriptlet in the kernel RPM?), not proceeding any further. I have also tried to modify the kernel settings when starting up from the DVD, with even more awkward results: When setting “No local APIC”, the same thing occurs, and when applying safe settings, the kernel somehow locks up and goes out to lunch, and I cannot do anything besides shutting down the computer the hard way (by pressing the Power button for 4 secs).
Then I went to investigate the next problem on tty2, and checking with ps -ef | less gave me this (only the part involved in the installation):
root 5417 2869 8 09:54 tty1 00:00:04 rpm --root /mnt --dbpath /var/lib/rpm -U --percent --force --nodeps -- /var/cache/zypp/packages/openSUSE-12.1-12-1-1.4/suse/x86_64/kernel-xen-3.1.0-1.2.1.x86_64.rpm
root 5422 5417 0 09:54 tty1 00:00:00 /bin/sh /var/tmp/rpm-tmp.TJXbJa 1
root 5428 5422 0 09:54 tty1 00:00:00 /bin/bash -hB /usr/lib/module-init-tools/weak-modules2 --add-kernel 3.1.0-1.2-xen
root 5437 5428 0 09:54 tty1 00:00:00 /bin/bash -hB /usr/lib/module-init-tools/weak-modules2 --add-kernel 3.1.0-1.2-xen
root 5440 5437 0 09:54 tty1 00:00:00 /bin/bash /sbin/mkinitrd -k /boot/vmlinuz-3.1.0-1.2-xen -i /boot/initrd-3.1.0-1.2-xen
root 5480 5440 0 09:54 tty1 00:00:00 /bin/bash /sbin/mkinitrd -k /boot/vmlinuz-3.1.0-1.2-xen -i /boot/initrd-3.1.0-1.2-xen
root 6088 5480 0 09:54 tty1 00:00:00 /bin/bash /sbin/mkinitrd -k /boot/vmlinuz-3.1.0-1.2-xen -i /boot/initrd-3.1.0-1.2-xen
root 6179 6088 0 09:54 tty1 00:00:00 /bin/bash /sbin/mkinitrd -k /boot/vmlinuz-3.1.0-1.2-xen -i /boot/initrd-3.1.0-1.2-xen
root 6180 6179 0 09:54 tty1 00:00:00 /sbin/modprobe -C /dev/null --set-version 3.1.0-1.2-xen --ignore-install --show-depends nouveau
root 6181 6179 0 09:54 tty1 00:00:00 grep -E ^(insmod|builtin)
This happens no matter which kernel I might be choosing: As soon as the kernel is to be installed, rpm just locks up.
When I kill rpm (killall -9 rpm) I get the following details on its operation:
Subprocess failed. Error: RPM fehlgeschlagen: Free diskspace below /boot: 9442734 blocks
Scanning scripts ...
Resolve dependencies ...
Install symlinks in /lib/mkinitrd/setup ...
Install symlinks in /lib/mkinitrd/boot ...
Kernel image: /boot/vmlinuz-3.1.0-1.2-xen
Initrd image: /boot/vmlinuz-3.1.0-1.2-xen
KMS drivers: nouveau
Root device: /dev/disk/by-id/<identifier> (/dev/sda2) (mounted on / as ext4)
Plus I get the option to choose if I want to ignore this, abort altogether or repeat the operation (the latter gives me the exact same results, though).
Furthermore, clearing everything up (i. e. killing all subprocesses spawned by rpm) and repeating gives me an exactly identical result.
FYI: The processor installed is an Intel Core i7-2670QM.
Any help on this issue is greatly appreciated.
P.S.: I have installed the very same system from the very same DVD on an Inspiron mini, and it worked like a charm: No problems at all with that one.