Customized Gnome image does not reach X, failing services #101

Closed
opened 2015-06-05 01:45:17 +00:00 by philm · 46 comments
philm commented 2015-06-05 01:45:17 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I created an image using the Gnome profile but I added some themes and wallpapers from the AUR. I then modified the gnome-backgrounds.xml file to use those wallpapers. I also modified the dconf/user file to use a different default wallpaper. Nothing else was changed. The Normal unchanged image works fine but the modified one does not reach the desktop and it freezes. I also noticed that a systemd tempfiles service is failing. Could this be an issue with permissions?

*Created by: ryanvade* I created an image using the Gnome profile but I added some themes and wallpapers from the AUR. I then modified the gnome-backgrounds.xml file to use those wallpapers. I also modified the dconf/user file to use a different default wallpaper. Nothing else was changed. The Normal unchanged image works fine but the modified one does not reach the desktop and it freezes. I also noticed that a systemd tempfiles service is failing. Could this be an issue with permissions?
philm commented 2015-06-05 02:22:35 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

Is normal that tmpfiles services fails in livecd, it can be ignored.
Can you upload your modified profile somewhere?

*Created by: Kirek* Is normal that tmpfiles services fails in livecd, it can be ignored. Can you upload your modified profile somewhere?
philm commented 2015-06-05 02:29:38 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

Yeah, here it is:
https://github.com/ryanvade/manjaro-tools-iso-profiles/tree/master/gnome
I forgot to mention that I added the .local/share/gnome-shell/extensions directory gnome-overlay/etc/skel/

*Created by: ryanvade* Yeah, here it is: https://github.com/ryanvade/manjaro-tools-iso-profiles/tree/master/gnome I forgot to mention that I added the .local/share/gnome-shell/extensions directory gnome-overlay/etc/skel/
philm commented 2015-06-05 02:56:46 +00:00 (Migrated from gitlab2.manjaro.org)
*Created by: Kirek* Did you add the aur packages in a local repo? https://wiki.manjaro.org/index.php?title=Buildiso_with_AUR_packages:_Using_buildpkg https://wiki.manjaro.org/index.php?title=Buildiso_with_AUR_packages:_Using_yaourt
philm commented 2015-06-05 02:57:43 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

Yes. The image builds fine.
screenshot from 2015-06-04 21-57-16

*Created by: ryanvade* Yes. The image builds fine. ![screenshot from 2015-06-04 21-57-16](https://cloud.githubusercontent.com/assets/1910293/7998637/b0fa133c-0b04-11e5-81d1-86a3b9e62871.png)
philm commented 2015-06-05 03:30:52 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I narrowed it down a little bit more. plymouth is not starting with this message:

plymouthd: No such file or directory

so gdm-plymouth.service is failing.

*Created by: ryanvade* I narrowed it down a little bit more. plymouth is not starting with this message: ``` plymouthd: No such file or directory ``` so gdm-plymouth.service is failing.
philm commented 2015-06-05 04:22:36 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I've update to 0.9.8. Maybe that will help.

*Created by: ryanvade* I've update to 0.9.8. Maybe that will help.
philm commented 2015-06-05 04:35:41 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

You may need to copy the manjaro-tools.conf again

*Created by: Kirek* You may need to copy the manjaro-tools.conf again
philm commented 2015-06-05 05:27:41 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

It seems to have gotten worse. GDM is segfaulting.
buildiso output: http://slexy.org/view/s2ioNYrfNt
dmesg: http://slexy.org/view/s21mrfC5hC

*Created by: ryanvade* It seems to have gotten worse. GDM is segfaulting. buildiso output: http://slexy.org/view/s2ioNYrfNt dmesg: http://slexy.org/view/s21mrfC5hC
philm commented 2015-06-05 09:31:40 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

Did you use a manjaro-tools-git or the one in the repos?

*Created by: Kirek* Did you use a manjaro-tools-git or the one in the repos?
philm commented 2015-06-05 17:14:27 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I was originally using the one in the repos. That last buildiso output and dmesg was from manjaro-tools-git 0.9.8 built with this package:
https://github.com/manjaro/packages-extra/blob/master/manjaro-tools-git/PKGBUILD

I am going to reinstall Manjaro on my laptop and start from the beginning again.

*Created by: ryanvade* I was originally using the one in the repos. That last buildiso output and dmesg was from manjaro-tools-git 0.9.8 built with this package: https://github.com/manjaro/packages-extra/blob/master/manjaro-tools-git/PKGBUILD I am going to reinstall Manjaro on my laptop and start from the beginning again.
philm commented 2015-06-05 17:31:18 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I also noticed that the new version had roughly 200 extra packages installed increasing the size of the ISO from 1.6 Gb to 2.2 Gb.

*Created by: ryanvade* I also noticed that the new version had roughly 200 extra packages installed increasing the size of the ISO from 1.6 Gb to 2.2 Gb.
philm commented 2015-06-05 17:35:56 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

there was a major bug for a few hours in devel that caused the creation of bad isos. Use 0.9.8 from the repos or rebuild latest git devel.

*Created by: Kirek* there was a major bug for a few hours in devel that caused the creation of bad isos. Use 0.9.8 from the repos or rebuild latest git devel.
philm commented 2015-06-05 17:41:32 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

It appears I was using 0.9.8 before the PKGBUILD was updated to 0.9.9:
http://slexy.org/view/s20xBfInvb

*Created by: ryanvade* It appears I was using 0.9.8 before the PKGBUILD was updated to 0.9.9: http://slexy.org/view/s20xBfInvb
philm commented 2015-06-05 17:42:53 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

manjaro-tools in community is 0.9.7.4

*Created by: ryanvade* manjaro-tools in community is 0.9.7.4
philm commented 2015-06-06 00:24:17 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

The issue is still happening with manjaro-build-tools-git (0.9.9 devel branch).

gdm does not start, plymouthd no such directory, etc. I only removed the gnome-background-properties.xml file and added ozunity-wallpapers package to Packages-Gnome.

*Created by: ryanvade* The issue is still happening with manjaro-build-tools-git (0.9.9 devel branch). gdm does not start, plymouthd no such directory, etc. I only removed the gnome-background-properties.xml file and added ozunity-wallpapers package to Packages-Gnome.
philm commented 2015-06-06 01:02:46 +00:00 (Migrated from gitlab2.manjaro.org)
*Created by: ryanvade* http://owncloud.ryanvade.info/index.php/s/Q2FpQtDjH4MU5QW --system.journal http://owncloud.ryanvade.info/index.php/s/idQmToFdjbbOVN5 --dmesg.txt
philm commented 2015-06-06 02:53:23 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I think the issue is that mhwd is not fully creating the symlinks for the graphics drivers.

update fstab for swap
set locale
configure system
Setting machine-id ...
configure sudoers
depmod extramodules
configure root password
configure alsa
Pacman is not ready yet. Will try again in 5 seconds.
Pacman is not ready yet. Will try again in 5 seconds.
Pacman is not ready yet. Will try again in 5 seconds.
run mhwd
ESC[1mESC[31m> ESC[mUsing config 'video-intel' for device: 0000:00:02.0 (0300:8086:0416) Display controller Intel Corporation Haswell Integrated Graphics Controller
ESC[1mESC[31m> ESC[mInstalling video-intel...
ESC[0;32mwarning: database file for 'community' does not exist
ESC[mESC[0;32mwarning: database file for 'multilib' does not exist
ESC[mESC[0;32mUsing default
ESC[mESC[0;32mHas lib32 support: true
ESC[mESC[0;32mSourcing /var/lib/mhwd/db/pci/graphic_drivers/xf86-video-intel/MHWDCONFIG
ESC[mESC[0;32mProcessing classid: 0300
ESC[mESC[0;32mSourcing /var/lib/mhwd/scripts/include/0300
ESC[mESC[0;32m:: Synchronizing package databases...
ESC[mESC[0;32merror: failed to update gfx-pkgs (unable to lock database)
ESC[mESC[0;32merror: failed to synchronize any databases
ESC[mESC[0;32merror: failed to init transaction (unable to lock database)
ESC[mESC[0;32merror: could not lock database: File exists
ESC[mESC[0;32m  if you're sure a package manager is not already
ESC[mESC[0;32m  running, you can remove /var/lib/pacman/db.lck
ESC[mESC[0;32mError: pacman failed!
ESC[mESC[1mESC[31mError: ESC[mscript failed!
MHWD DONE
*Created by: ryanvade* I think the issue is that mhwd is not fully creating the symlinks for the graphics drivers. ``` update fstab for swap set locale configure system Setting machine-id ... configure sudoers depmod extramodules configure root password configure alsa Pacman is not ready yet. Will try again in 5 seconds. Pacman is not ready yet. Will try again in 5 seconds. Pacman is not ready yet. Will try again in 5 seconds. run mhwd ESC[1mESC[31m> ESC[mUsing config 'video-intel' for device: 0000:00:02.0 (0300:8086:0416) Display controller Intel Corporation Haswell Integrated Graphics Controller ESC[1mESC[31m> ESC[mInstalling video-intel... ESC[0;32mwarning: database file for 'community' does not exist ESC[mESC[0;32mwarning: database file for 'multilib' does not exist ESC[mESC[0;32mUsing default ESC[mESC[0;32mHas lib32 support: true ESC[mESC[0;32mSourcing /var/lib/mhwd/db/pci/graphic_drivers/xf86-video-intel/MHWDCONFIG ESC[mESC[0;32mProcessing classid: 0300 ESC[mESC[0;32mSourcing /var/lib/mhwd/scripts/include/0300 ESC[mESC[0;32m:: Synchronizing package databases... ESC[mESC[0;32merror: failed to update gfx-pkgs (unable to lock database) ESC[mESC[0;32merror: failed to synchronize any databases ESC[mESC[0;32merror: failed to init transaction (unable to lock database) ESC[mESC[0;32merror: could not lock database: File exists ESC[mESC[0;32m if you're sure a package manager is not already ESC[mESC[0;32m running, you can remove /var/lib/pacman/db.lck ESC[mESC[0;32mError: pacman failed! ESC[mESC[1mESC[31mError: ESC[mscript failed! MHWD DONE ```
philm commented 2015-06-06 06:49:09 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

The issue is something is locking the pacman data-base. mhwd-live script waits 15 seconds and removes it then. However the other process locks it again, so pacman fails ...

*Created by: philmmanjaro* The issue is something is locking the pacman data-base. **[mhwd-live](https://github.com/manjaro/manjaro-tools/blob/master/scripts/mhwd-live)** script waits 15 seconds and removes it then. However the other process locks it again, so **pacman** fails ...
philm commented 2015-06-06 07:00:36 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Please check if commit fixes your issue. Related package you find in unstable branch

*Created by: philmmanjaro* Please check if [commit](https://github.com/manjaro/manjaro-tools-livecd/commit/9b225ecdcbf30ef621a4aa1668ea6cd84f112b97) fixes your issue. Related package you find in **unstable branch**
philm commented 2015-06-06 07:52:50 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

@ryanvade: I added another commit which will add some more info to /var/log/livecd.log. Please post it, if you still face your issue.

*Created by: philmmanjaro* @ryanvade: I added another [commit](377a6fd67a590bfd52e93f294a0d8bb6e2a00715) which will add some more info to **/var/log/livecd.log**. Please post it, if you still face your issue.
philm commented 2015-06-06 15:45:28 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I will rebuild with manjaro-tools-git. buildiso -p gnome -b unstable

*Created by: ryanvade* I will rebuild with manjaro-tools-git. buildiso -p gnome -b unstable
philm commented 2015-06-06 17:24:20 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

Not quite fixed. The script should not be dependent on an internet connection right?
GDM and Plymouth still don't start.
without internet connection:

update fstab for swap
set locale
configure system
Setting machine-id ...
configure sudoers
depmod extramodules
configure root password
configure alsa
run mhwd
> Using config 'video-hybrid-intel-nouveau-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
> Using config 'video-hybrid-intel-nouveau-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M]
> Installing video-hybrid-intel-nouveau-bumblebee...
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
warning: database file for 'multilib' does not exist
Using default
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nouveau-bumblebee/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
warning: database file for 'multilib' does not exist
:: Synchronizing package databases...
downloading gfx-pkgs.db...
error: target not found: bumblebee
error: target not found: primus
error: target not found: xf86-video-nouveau
error: target not found: xf86-video-intel
error: target not found: lib32-primus
error: target not found: linux318-bbswitch
Error: pacman failed!
Error: script failed!
MHWD DONE

with internet connection:

update fstab for swap
set locale
configure system
Setting machine-id ...
configure sudoers
depmod extramodules
configure root password
configure alsa
Pacman is not ready yet. Will try again in 10 seconds.
----
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0 13 17:13 ?        00:00:05 /sbin/init
root         2     0  0 17:13 ?        00:00:00 [kthreadd]
root         3     2  0 17:13 ?        00:00:00 [ksoftirqd/0]
root         4     2  0 17:13 ?        00:00:00 [kworker/0:0]
root         5     2  0 17:13 ?        00:00:00 [kworker/0:0H]
root         6     2  0 17:13 ?        00:00:00 [kworker/u16:0]
root         7     2  0 17:13 ?        00:00:00 [rcu_preempt]
root         8     2  0 17:13 ?        00:00:00 [rcu_sched]
root         9     2  0 17:13 ?        00:00:00 [rcu_bh]
root        10     2  0 17:13 ?        00:00:00 [migration/0]
root        13     2  0 17:13 ?        00:00:00 [migration/1]
root        14     2  0 17:13 ?        00:00:00 [ksoftirqd/1]
root        15     2  0 17:13 ?        00:00:00 [kworker/1:0]
root        16     2  0 17:13 ?        00:00:00 [kworker/1:0H]
root        18     2  0 17:13 ?        00:00:00 [migration/2]
root        19     2  0 17:13 ?        00:00:00 [ksoftirqd/2]
root        20     2  0 17:13 ?        00:00:00 [kworker/2:0]
root        21     2  0 17:13 ?        00:00:00 [kworker/2:0H]
root        23     2  0 17:13 ?        00:00:00 [migration/3]
root        24     2  0 17:13 ?        00:00:00 [ksoftirqd/3]
root        25     2  0 17:13 ?        00:00:00 [kworker/3:0]
root        26     2  0 17:13 ?        00:00:00 [kworker/3:0H]
root        27     2  0 17:13 ?        00:00:00 [khelper]
root        28     2  0 17:13 ?        00:00:00 [kdevtmpfs]
root        29     2  0 17:13 ?        00:00:00 [netns]
root        30     2  0 17:13 ?        00:00:00 [perf]
root        31     2  0 17:13 ?        00:00:00 [khungtaskd]
root        32     2  0 17:13 ?        00:00:00 [writeback]
root        33     2  0 17:13 ?        00:00:00 [ksmd]
root        34     2  0 17:13 ?        00:00:00 [khugepaged]
root        35     2  0 17:13 ?        00:00:00 [crypto]
root        36     2  0 17:13 ?        00:00:00 [kintegrityd]
root        37     2  0 17:13 ?        00:00:00 [bioset]
root        38     2  0 17:13 ?        00:00:00 [kblockd]
root        39     2  0 17:13 ?        00:00:00 [devfreq_wq]
root        40     2  1 17:13 ?        00:00:00 [kworker/0:1]
root        41     2  0 17:13 ?        00:00:00 [kworker/1:1]
root        42     2  0 17:13 ?        00:00:00 [kswapd0]
root        43     2  0 17:13 ?        00:00:00 [fsnotify_mark]
root        48     2  0 17:13 ?        00:00:00 [kthrotld]
root        49     2  0 17:13 ?        00:00:00 [ipv6_addrconf]
root        50     2  0 17:13 ?        00:00:00 [deferwq]
root        51     2  0 17:13 ?        00:00:00 [kworker/u16:1]
root        52     2  0 17:13 ?        00:00:00 [kworker/3:1]
root        81     2  0 17:13 ?        00:00:00 [ata_sff]
root        83     2  0 17:13 ?        00:00:00 [kworker/2:1]
root        84     2  0 17:13 ?        00:00:00 [rtsx_pci_sdmmc_]
root        85     2  0 17:13 ?        00:00:00 [kworker/1:2]
root        86     2  0 17:13 ?        00:00:00 [kworker/2:2]
root        87     2  0 17:13 ?        00:00:00 [kworker/2:3]
root        88     2  0 17:13 ?        00:00:00 [scsi_eh_0]
root        89     2  0 17:13 ?        00:00:00 [scsi_tmf_0]
root        90     2  1 17:13 ?        00:00:00 [usb-storage]
root        91     2  0 17:13 ?        00:00:00 [kworker/u16:2]
root        93     2  0 17:13 ?        00:00:00 [kworker/0:1H]
root        94     2  0 17:13 ?        00:00:00 [ttm_swap]
root        95     2  0 17:13 ?        00:00:00 [scsi_eh_1]
root        96     2  0 17:13 ?        00:00:00 [scsi_tmf_1]
root        97     2  0 17:13 ?        00:00:00 [scsi_eh_2]
root        98     2  0 17:13 ?        00:00:00 [scsi_tmf_2]
root        99     2  0 17:13 ?        00:00:00 [scsi_eh_3]
root       100     2  0 17:13 ?        00:00:00 [scsi_tmf_3]
root       101     2  0 17:13 ?        00:00:00 [scsi_eh_4]
root       102     2  0 17:13 ?        00:00:00 [scsi_tmf_4]
root       103     2  0 17:13 ?        00:00:00 [scsi_eh_5]
root       104     2  0 17:13 ?        00:00:00 [scsi_tmf_5]
root       105     2  0 17:13 ?        00:00:00 [scsi_eh_6]
root       106     2  0 17:13 ?        00:00:00 [scsi_tmf_6]
root       107     2  0 17:13 ?        00:00:00 [kworker/u16:3]
root       108     2  0 17:13 ?        00:00:00 [kworker/u16:4]
root       109     2  0 17:13 ?        00:00:00 [kworker/u16:5]
root       110     2  0 17:13 ?        00:00:00 [kworker/u16:6]
root       111     2  0 17:13 ?        00:00:00 [kworker/u16:7]
root       112     2  0 17:13 ?        00:00:00 [kworker/u16:8]
root       115     2  0 17:13 ?        00:00:00 [kworker/0:2]
root       119     2  0 17:13 ?        00:00:00 [kworker/2:1H]
root       122     1  0 17:13 ?        00:00:00 @usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid
root       149     2  0 17:13 ?        00:00:00 [loop0]
root       161     2  0 17:13 ?        00:00:00 [loop1]
root       171     2  0 17:13 ?        00:00:00 [loop2]
root       181     2  1 17:13 ?        00:00:00 [loop3]
root       190     2  0 17:13 ?        00:00:00 [kworker/1:1H]
root       214     1  0 17:13 ?        00:00:00 /usr/lib/systemd/systemd-journald
root       221     2  0 17:13 ?        00:00:00 [kworker/3:2]
root       222     2  0 17:13 ?        00:00:00 [kworker/3:3]
root       242     2  0 17:13 ?        00:00:00 [rpciod]
root       244     1  3 17:13 ?        00:00:00 /usr/lib/systemd/systemd-udevd
root       248     2  0 17:13 ?        00:00:00 [nfsiod]
root       273     2  0 17:13 ?        00:00:00 [kworker/3:1H]
root       295     2  0 17:13 ?        00:00:00 [irq/31-mei_me]
root       296     2  0 17:13 ?        00:00:00 [acpi_thermal_pm]
root       297     2  0 17:13 ?        00:00:00 [hd-audio0]
root       306     2  0 17:13 ?        00:00:00 [cfg80211]
root       325     2  0 17:13 ?        00:00:00 [irq/33-iwlwifi]
root       326     2  0 17:13 ?        00:00:00 [kmemstick]
root       358     2  0 17:13 ?        00:00:00 [kpsmoused]
root       385     2  0 17:13 ?        00:00:00 [kworker/u17:0]
root       386     2  0 17:13 ?        00:00:00 [hci0]
root       387     2  0 17:13 ?        00:00:00 [hci0]
root       388     2  0 17:13 ?        00:00:00 [kworker/u17:1]
root       389     2  0 17:13 ?        00:00:00 [kworker/u17:2]
root       450     2  0 17:13 ?        00:00:00 [kvm-irqfd-clean]
root       480     2  0 17:13 ?        00:00:00 [kworker/1:3]
root       592     1  0 17:13 ?        00:00:00 /usr/bin/crond -n
root       593     1  2 17:13 ?        00:00:00 /usr/bin/NetworkManager --no-daemon
root       594     1  0 17:13 ?        00:00:00 /usr/bin/ModemManager
root       595     1  0 17:13 ?        00:00:00 /usr/lib/systemd/systemd-logind
root       596     1  2 17:13 ?        00:00:00 /usr/bin/haveged -F -w 1024 -v 1
root       598     1  0 17:13 ?        00:00:00 /usr/lib/bluetooth/bluetoothd
dbus       600     1  0 17:13 ?        00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       618     1  0 17:13 ?        00:00:00 /usr/lib/systemd/systemd-hostnamed
polkitd    619     1  1 17:13 ?        00:00:00 /usr/lib/polkit-1/polkitd --no-debug
root       638     1  3 17:13 ?        00:00:00 gpg-agent --homedir /etc/pacman.d/gnupg --use-standard-socket --daemon
root       639     1  1 17:13 ?        00:00:00 /usr/bin/wpa_supplicant -u
root       717   593  0 17:13 ?        00:00:00 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-0258e7a6-822a-4d0d-9963-6b89f253cf16-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
root       862     1  0 17:13 ?        00:00:00 /usr/lib/networkmanager/nm-dispatcher
root       871     1  1 17:13 ?        00:00:00 /usr/bin/pamac-daemon
root       939     1  0 17:13 ?        00:00:00 /bin/sh /usr/bin/mhwd-live
root       946   939  0 17:13 ?        00:00:00 ps -ef
----
run mhwd
> Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
> Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M]
> Installing video-hybrid-intel-nvidia-bumblebee...
Using default
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
:: Synchronizing package databases...
downloading gfx-pkgs.db...
error: target not found: bumblebee
error: target not found: primus
error: target not found: xf86-video-intel
error: target not found: lib32-primus
error: target not found: linux318-bbswitch
Error: pacman failed!
Error: script failed!
MHWD DONE
*Created by: ryanvade* Not quite fixed. The script should not be dependent on an internet connection right? GDM and Plymouth still don't start. without internet connection: ``` update fstab for swap set locale configure system Setting machine-id ... configure sudoers depmod extramodules configure root password configure alsa run mhwd > Using config 'video-hybrid-intel-nouveau-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller > Using config 'video-hybrid-intel-nouveau-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M] > Installing video-hybrid-intel-nouveau-bumblebee... warning: database file for 'core' does not exist warning: database file for 'extra' does not exist warning: database file for 'community' does not exist warning: database file for 'multilib' does not exist Using default Has lib32 support: true Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nouveau-bumblebee/MHWDCONFIG Processing classid: 0300 Sourcing /var/lib/mhwd/scripts/include/0300 warning: database file for 'core' does not exist warning: database file for 'extra' does not exist warning: database file for 'community' does not exist warning: database file for 'multilib' does not exist :: Synchronizing package databases... downloading gfx-pkgs.db... error: target not found: bumblebee error: target not found: primus error: target not found: xf86-video-nouveau error: target not found: xf86-video-intel error: target not found: lib32-primus error: target not found: linux318-bbswitch Error: pacman failed! Error: script failed! MHWD DONE ``` with internet connection: ``` update fstab for swap set locale configure system Setting machine-id ... configure sudoers depmod extramodules configure root password configure alsa Pacman is not ready yet. Will try again in 10 seconds. ---- UID PID PPID C STIME TTY TIME CMD root 1 0 13 17:13 ? 00:00:05 /sbin/init root 2 0 0 17:13 ? 00:00:00 [kthreadd] root 3 2 0 17:13 ? 00:00:00 [ksoftirqd/0] root 4 2 0 17:13 ? 00:00:00 [kworker/0:0] root 5 2 0 17:13 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:13 ? 00:00:00 [kworker/u16:0] root 7 2 0 17:13 ? 00:00:00 [rcu_preempt] root 8 2 0 17:13 ? 00:00:00 [rcu_sched] root 9 2 0 17:13 ? 00:00:00 [rcu_bh] root 10 2 0 17:13 ? 00:00:00 [migration/0] root 13 2 0 17:13 ? 00:00:00 [migration/1] root 14 2 0 17:13 ? 00:00:00 [ksoftirqd/1] root 15 2 0 17:13 ? 00:00:00 [kworker/1:0] root 16 2 0 17:13 ? 00:00:00 [kworker/1:0H] root 18 2 0 17:13 ? 00:00:00 [migration/2] root 19 2 0 17:13 ? 00:00:00 [ksoftirqd/2] root 20 2 0 17:13 ? 00:00:00 [kworker/2:0] root 21 2 0 17:13 ? 00:00:00 [kworker/2:0H] root 23 2 0 17:13 ? 00:00:00 [migration/3] root 24 2 0 17:13 ? 00:00:00 [ksoftirqd/3] root 25 2 0 17:13 ? 00:00:00 [kworker/3:0] root 26 2 0 17:13 ? 00:00:00 [kworker/3:0H] root 27 2 0 17:13 ? 00:00:00 [khelper] root 28 2 0 17:13 ? 00:00:00 [kdevtmpfs] root 29 2 0 17:13 ? 00:00:00 [netns] root 30 2 0 17:13 ? 00:00:00 [perf] root 31 2 0 17:13 ? 00:00:00 [khungtaskd] root 32 2 0 17:13 ? 00:00:00 [writeback] root 33 2 0 17:13 ? 00:00:00 [ksmd] root 34 2 0 17:13 ? 00:00:00 [khugepaged] root 35 2 0 17:13 ? 00:00:00 [crypto] root 36 2 0 17:13 ? 00:00:00 [kintegrityd] root 37 2 0 17:13 ? 00:00:00 [bioset] root 38 2 0 17:13 ? 00:00:00 [kblockd] root 39 2 0 17:13 ? 00:00:00 [devfreq_wq] root 40 2 1 17:13 ? 00:00:00 [kworker/0:1] root 41 2 0 17:13 ? 00:00:00 [kworker/1:1] root 42 2 0 17:13 ? 00:00:00 [kswapd0] root 43 2 0 17:13 ? 00:00:00 [fsnotify_mark] root 48 2 0 17:13 ? 00:00:00 [kthrotld] root 49 2 0 17:13 ? 00:00:00 [ipv6_addrconf] root 50 2 0 17:13 ? 00:00:00 [deferwq] root 51 2 0 17:13 ? 00:00:00 [kworker/u16:1] root 52 2 0 17:13 ? 00:00:00 [kworker/3:1] root 81 2 0 17:13 ? 00:00:00 [ata_sff] root 83 2 0 17:13 ? 00:00:00 [kworker/2:1] root 84 2 0 17:13 ? 00:00:00 [rtsx_pci_sdmmc_] root 85 2 0 17:13 ? 00:00:00 [kworker/1:2] root 86 2 0 17:13 ? 00:00:00 [kworker/2:2] root 87 2 0 17:13 ? 00:00:00 [kworker/2:3] root 88 2 0 17:13 ? 00:00:00 [scsi_eh_0] root 89 2 0 17:13 ? 00:00:00 [scsi_tmf_0] root 90 2 1 17:13 ? 00:00:00 [usb-storage] root 91 2 0 17:13 ? 00:00:00 [kworker/u16:2] root 93 2 0 17:13 ? 00:00:00 [kworker/0:1H] root 94 2 0 17:13 ? 00:00:00 [ttm_swap] root 95 2 0 17:13 ? 00:00:00 [scsi_eh_1] root 96 2 0 17:13 ? 00:00:00 [scsi_tmf_1] root 97 2 0 17:13 ? 00:00:00 [scsi_eh_2] root 98 2 0 17:13 ? 00:00:00 [scsi_tmf_2] root 99 2 0 17:13 ? 00:00:00 [scsi_eh_3] root 100 2 0 17:13 ? 00:00:00 [scsi_tmf_3] root 101 2 0 17:13 ? 00:00:00 [scsi_eh_4] root 102 2 0 17:13 ? 00:00:00 [scsi_tmf_4] root 103 2 0 17:13 ? 00:00:00 [scsi_eh_5] root 104 2 0 17:13 ? 00:00:00 [scsi_tmf_5] root 105 2 0 17:13 ? 00:00:00 [scsi_eh_6] root 106 2 0 17:13 ? 00:00:00 [scsi_tmf_6] root 107 2 0 17:13 ? 00:00:00 [kworker/u16:3] root 108 2 0 17:13 ? 00:00:00 [kworker/u16:4] root 109 2 0 17:13 ? 00:00:00 [kworker/u16:5] root 110 2 0 17:13 ? 00:00:00 [kworker/u16:6] root 111 2 0 17:13 ? 00:00:00 [kworker/u16:7] root 112 2 0 17:13 ? 00:00:00 [kworker/u16:8] root 115 2 0 17:13 ? 00:00:00 [kworker/0:2] root 119 2 0 17:13 ? 00:00:00 [kworker/2:1H] root 122 1 0 17:13 ? 00:00:00 @usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid root 149 2 0 17:13 ? 00:00:00 [loop0] root 161 2 0 17:13 ? 00:00:00 [loop1] root 171 2 0 17:13 ? 00:00:00 [loop2] root 181 2 1 17:13 ? 00:00:00 [loop3] root 190 2 0 17:13 ? 00:00:00 [kworker/1:1H] root 214 1 0 17:13 ? 00:00:00 /usr/lib/systemd/systemd-journald root 221 2 0 17:13 ? 00:00:00 [kworker/3:2] root 222 2 0 17:13 ? 00:00:00 [kworker/3:3] root 242 2 0 17:13 ? 00:00:00 [rpciod] root 244 1 3 17:13 ? 00:00:00 /usr/lib/systemd/systemd-udevd root 248 2 0 17:13 ? 00:00:00 [nfsiod] root 273 2 0 17:13 ? 00:00:00 [kworker/3:1H] root 295 2 0 17:13 ? 00:00:00 [irq/31-mei_me] root 296 2 0 17:13 ? 00:00:00 [acpi_thermal_pm] root 297 2 0 17:13 ? 00:00:00 [hd-audio0] root 306 2 0 17:13 ? 00:00:00 [cfg80211] root 325 2 0 17:13 ? 00:00:00 [irq/33-iwlwifi] root 326 2 0 17:13 ? 00:00:00 [kmemstick] root 358 2 0 17:13 ? 00:00:00 [kpsmoused] root 385 2 0 17:13 ? 00:00:00 [kworker/u17:0] root 386 2 0 17:13 ? 00:00:00 [hci0] root 387 2 0 17:13 ? 00:00:00 [hci0] root 388 2 0 17:13 ? 00:00:00 [kworker/u17:1] root 389 2 0 17:13 ? 00:00:00 [kworker/u17:2] root 450 2 0 17:13 ? 00:00:00 [kvm-irqfd-clean] root 480 2 0 17:13 ? 00:00:00 [kworker/1:3] root 592 1 0 17:13 ? 00:00:00 /usr/bin/crond -n root 593 1 2 17:13 ? 00:00:00 /usr/bin/NetworkManager --no-daemon root 594 1 0 17:13 ? 00:00:00 /usr/bin/ModemManager root 595 1 0 17:13 ? 00:00:00 /usr/lib/systemd/systemd-logind root 596 1 2 17:13 ? 00:00:00 /usr/bin/haveged -F -w 1024 -v 1 root 598 1 0 17:13 ? 00:00:00 /usr/lib/bluetooth/bluetoothd dbus 600 1 0 17:13 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation root 618 1 0 17:13 ? 00:00:00 /usr/lib/systemd/systemd-hostnamed polkitd 619 1 1 17:13 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug root 638 1 3 17:13 ? 00:00:00 gpg-agent --homedir /etc/pacman.d/gnupg --use-standard-socket --daemon root 639 1 1 17:13 ? 00:00:00 /usr/bin/wpa_supplicant -u root 717 593 0 17:13 ? 00:00:00 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-0258e7a6-822a-4d0d-9963-6b89f253cf16-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1 root 862 1 0 17:13 ? 00:00:00 /usr/lib/networkmanager/nm-dispatcher root 871 1 1 17:13 ? 00:00:00 /usr/bin/pamac-daemon root 939 1 0 17:13 ? 00:00:00 /bin/sh /usr/bin/mhwd-live root 946 939 0 17:13 ? 00:00:00 ps -ef ---- run mhwd > Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller > Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M] > Installing video-hybrid-intel-nvidia-bumblebee... Using default Has lib32 support: true Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG Processing classid: 0300 Sourcing /var/lib/mhwd/scripts/include/0300 :: Synchronizing package databases... downloading gfx-pkgs.db... error: target not found: bumblebee error: target not found: primus error: target not found: xf86-video-intel error: target not found: lib32-primus error: target not found: linux318-bbswitch Error: pacman failed! Error: script failed! MHWD DONE ```
philm commented 2015-06-06 17:55:32 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

@ryanvade: No, it doesn't need internet connection. You have a local package repository. Please check if those packages are located there.

[phil@manjaro pkgs-image]$ tree .
.
├── opt
│   └── livecd
│       ├── pacman-gfx.conf
│       └── pkgs
│           ├── bumblebee-3.2.1-5-x86_64.pkg.tar.xz
│           ├── catalyst-utils-15.200-1-x86_64.pkg.tar.xz
│           ├── gfx-pkgs.db -> gfx-pkgs.db.tar.gz
│           ├── gfx-pkgs.db.tar.gz
│           ├── lib32-catalyst-utils-15.200-1-x86_64.pkg.tar.xz
│           ├── lib32-elfutils-0.161-2-x86_64.pkg.tar.xz
│           ├── lib32-gcc-libs-5.1.0-4-x86_64.pkg.tar.xz
│           ├── lib32-libdrm-2.4.61-1-x86_64.pkg.tar.xz
│           ├── lib32-libpciaccess-0.13.4-1-x86_64.pkg.tar.xz
│           ├── lib32-libtxc_dxtn-1.0.1-5-x86_64.pkg.tar.xz
│           ├── lib32-libxdamage-1.1.4-2-x86_64.pkg.tar.xz
│           ├── lib32-libxshmfence-1.2-1-x86_64.pkg.tar.xz
│           ├── lib32-libxv-1.0.10-1-x86_64.pkg.tar.xz
│           ├── lib32-libxvmc-1.0.9-1-x86_64.pkg.tar.xz
│           ├── lib32-libxxf86vm-1.1.4-1-x86_64.pkg.tar.xz
│           ├── lib32-llvm-libs-3.6.1-1-x86_64.pkg.tar.xz
│           ├── lib32-mesa-10.5.6-1-x86_64.pkg.tar.xz
│           ├── lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz
│           ├── lib32-primus-20150118-2-x86_64.pkg.tar.xz
│           ├── lib32-wayland-1.8.0-1-x86_64.pkg.tar.xz
│           ├── lib32-zlib-1.2.8-1-x86_64.pkg.tar.xz
│           ├── libxaw-1.0.13-1-x86_64.pkg.tar.xz
│           ├── libxpm-3.5.11-1-x86_64.pkg.tar.xz
│           ├── libxvmc-1.0.9-1-x86_64.pkg.tar.xz
│           ├── linux40-bbswitch-0.8-4-x86_64.pkg.tar.xz
│           ├── linux40-broadcom-wl-6.30.223.141-4-x86_64.pkg.tar.xz
│           ├── linux40-catalyst-15.200-4-x86_64.pkg.tar.xz
│           ├── linux40-nvidia-349.16-4-x86_64.pkg.tar.xz
│           ├── linux40-r8168-8.039.00-4-x86_64.pkg.tar.xz
│           ├── linux40-rt3562sta-2.4.1.1_r1-4-x86_64.pkg.tar.xz
│           ├── linux40-virtualbox-guest-modules-4.3.28-2-x86_64.pkg.tar.xz
│           ├── nvidia-utils-349.16-1-x86_64.pkg.tar.xz
│           ├── open-vm-tools-6:9.4.6-5-x86_64.pkg.tar.xz
│           ├── pangox-compat-0.0.2-2-x86_64.pkg.tar.xz
│           ├── primus-20150118-2-x86_64.pkg.tar.xz
│           ├── rt3562sta-common-2.4.1.1_r1-1-any.pkg.tar.xz
│           ├── virtualbox-guest-utils-4.3.28-1-x86_64.pkg.tar.xz
│           ├── xf86-input-vmmouse-13.0.0-5-x86_64.pkg.tar.xz
│           ├── xf86-video-apm-1.2.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-ark-0.7.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-ati-1:7.5.0-2-x86_64.pkg.tar.xz
│           ├── xf86-video-chips-1.2.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-dummy-0.3.7-4-x86_64.pkg.tar.xz
│           ├── xf86-video-fbdev-0.4.4-4-x86_64.pkg.tar.xz
│           ├── xf86-video-glint-1.2.8-6-x86_64.pkg.tar.xz
│           ├── xf86-video-i128-1.3.6-6-x86_64.pkg.tar.xz
│           ├── xf86-video-i740-1.3.4-6-x86_64.pkg.tar.xz
│           ├── xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz
│           ├── xf86-video-mach64-6.9.5-1-x86_64.pkg.tar.xz
│           ├── xf86-video-neomagic-1.2.9-1-x86_64.pkg.tar.xz
│           ├── xf86-video-nouveau-1.0.11-3-x86_64.pkg.tar.xz
│           ├── xf86-video-nv-2.1.20-6-x86_64.pkg.tar.xz
│           ├── xf86-video-openchrome-0.3.3-5-x86_64.pkg.tar.xz
│           ├── xf86-video-r128-6.10.0-1-x86_64.pkg.tar.xz
│           ├── xf86-video-rendition-4.2.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-s3-0.6.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-s3virge-1.10.6-6-x86_64.pkg.tar.xz
│           ├── xf86-video-savage-2.3.8-1-x86_64.pkg.tar.xz
│           ├── xf86-video-siliconmotion-1.7.8-1-x86_64.pkg.tar.xz
│           ├── xf86-video-sis-0.10.7-7-x86_64.pkg.tar.xz
│           ├── xf86-video-sisusb-0.9.6-6-x86_64.pkg.tar.xz
│           ├── xf86-video-tdfx-1.4.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-trident-1.3.7-1-x86_64.pkg.tar.xz
│           ├── xf86-video-tseng-1.2.5-6-x86_64.pkg.tar.xz
│           ├── xf86-video-vesa-2.3.2-6-x86_64.pkg.tar.xz
│           ├── xf86-video-vmware-13.1.0-2-x86_64.pkg.tar.xz
│           └── xf86-video-voodoo-1.2.5-6-x86_64.pkg.tar.xz
└── var
    └── lib
        └── mhwd
            └── db
                └── pci
                    └── graphic_drivers
                        ├── nvidia-304xx
                        │   └── MHWDCONFIG
                        └── nvidia-340xx
                            └── MHWDCONFIG

11 directories, 70 files
*Created by: philmmanjaro* @ryanvade: No, it doesn't need internet connection. You have a local package repository. Please check if those packages are located there. ``` [phil@manjaro pkgs-image]$ tree . . ├── opt │   └── livecd │   ├── pacman-gfx.conf │   └── pkgs │   ├── bumblebee-3.2.1-5-x86_64.pkg.tar.xz │   ├── catalyst-utils-15.200-1-x86_64.pkg.tar.xz │   ├── gfx-pkgs.db -> gfx-pkgs.db.tar.gz │   ├── gfx-pkgs.db.tar.gz │   ├── lib32-catalyst-utils-15.200-1-x86_64.pkg.tar.xz │   ├── lib32-elfutils-0.161-2-x86_64.pkg.tar.xz │   ├── lib32-gcc-libs-5.1.0-4-x86_64.pkg.tar.xz │   ├── lib32-libdrm-2.4.61-1-x86_64.pkg.tar.xz │   ├── lib32-libpciaccess-0.13.4-1-x86_64.pkg.tar.xz │   ├── lib32-libtxc_dxtn-1.0.1-5-x86_64.pkg.tar.xz │   ├── lib32-libxdamage-1.1.4-2-x86_64.pkg.tar.xz │   ├── lib32-libxshmfence-1.2-1-x86_64.pkg.tar.xz │   ├── lib32-libxv-1.0.10-1-x86_64.pkg.tar.xz │   ├── lib32-libxvmc-1.0.9-1-x86_64.pkg.tar.xz │   ├── lib32-libxxf86vm-1.1.4-1-x86_64.pkg.tar.xz │   ├── lib32-llvm-libs-3.6.1-1-x86_64.pkg.tar.xz │   ├── lib32-mesa-10.5.6-1-x86_64.pkg.tar.xz │   ├── lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz │   ├── lib32-primus-20150118-2-x86_64.pkg.tar.xz │   ├── lib32-wayland-1.8.0-1-x86_64.pkg.tar.xz │   ├── lib32-zlib-1.2.8-1-x86_64.pkg.tar.xz │   ├── libxaw-1.0.13-1-x86_64.pkg.tar.xz │   ├── libxpm-3.5.11-1-x86_64.pkg.tar.xz │   ├── libxvmc-1.0.9-1-x86_64.pkg.tar.xz │   ├── linux40-bbswitch-0.8-4-x86_64.pkg.tar.xz │   ├── linux40-broadcom-wl-6.30.223.141-4-x86_64.pkg.tar.xz │   ├── linux40-catalyst-15.200-4-x86_64.pkg.tar.xz │   ├── linux40-nvidia-349.16-4-x86_64.pkg.tar.xz │   ├── linux40-r8168-8.039.00-4-x86_64.pkg.tar.xz │   ├── linux40-rt3562sta-2.4.1.1_r1-4-x86_64.pkg.tar.xz │   ├── linux40-virtualbox-guest-modules-4.3.28-2-x86_64.pkg.tar.xz │   ├── nvidia-utils-349.16-1-x86_64.pkg.tar.xz │   ├── open-vm-tools-6:9.4.6-5-x86_64.pkg.tar.xz │   ├── pangox-compat-0.0.2-2-x86_64.pkg.tar.xz │   ├── primus-20150118-2-x86_64.pkg.tar.xz │   ├── rt3562sta-common-2.4.1.1_r1-1-any.pkg.tar.xz │   ├── virtualbox-guest-utils-4.3.28-1-x86_64.pkg.tar.xz │   ├── xf86-input-vmmouse-13.0.0-5-x86_64.pkg.tar.xz │   ├── xf86-video-apm-1.2.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-ark-0.7.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-ati-1:7.5.0-2-x86_64.pkg.tar.xz │   ├── xf86-video-chips-1.2.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-dummy-0.3.7-4-x86_64.pkg.tar.xz │   ├── xf86-video-fbdev-0.4.4-4-x86_64.pkg.tar.xz │   ├── xf86-video-glint-1.2.8-6-x86_64.pkg.tar.xz │   ├── xf86-video-i128-1.3.6-6-x86_64.pkg.tar.xz │   ├── xf86-video-i740-1.3.4-6-x86_64.pkg.tar.xz │   ├── xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz │   ├── xf86-video-mach64-6.9.5-1-x86_64.pkg.tar.xz │   ├── xf86-video-neomagic-1.2.9-1-x86_64.pkg.tar.xz │   ├── xf86-video-nouveau-1.0.11-3-x86_64.pkg.tar.xz │   ├── xf86-video-nv-2.1.20-6-x86_64.pkg.tar.xz │   ├── xf86-video-openchrome-0.3.3-5-x86_64.pkg.tar.xz │   ├── xf86-video-r128-6.10.0-1-x86_64.pkg.tar.xz │   ├── xf86-video-rendition-4.2.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-s3-0.6.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-s3virge-1.10.6-6-x86_64.pkg.tar.xz │   ├── xf86-video-savage-2.3.8-1-x86_64.pkg.tar.xz │   ├── xf86-video-siliconmotion-1.7.8-1-x86_64.pkg.tar.xz │   ├── xf86-video-sis-0.10.7-7-x86_64.pkg.tar.xz │   ├── xf86-video-sisusb-0.9.6-6-x86_64.pkg.tar.xz │   ├── xf86-video-tdfx-1.4.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-trident-1.3.7-1-x86_64.pkg.tar.xz │   ├── xf86-video-tseng-1.2.5-6-x86_64.pkg.tar.xz │   ├── xf86-video-vesa-2.3.2-6-x86_64.pkg.tar.xz │   ├── xf86-video-vmware-13.1.0-2-x86_64.pkg.tar.xz │   └── xf86-video-voodoo-1.2.5-6-x86_64.pkg.tar.xz └── var └── lib └── mhwd └── db └── pci └── graphic_drivers ├── nvidia-304xx │   └── MHWDCONFIG └── nvidia-340xx └── MHWDCONFIG 11 directories, 70 files ```
philm commented 2015-06-06 18:01:03 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@philmmanjaro


.
└── opt
    └── livecd
        ├── pacman-gfx.conf
        └── pkgs
            ├── bumblebee-3.2.1-5-x86_64.pkg.tar.xz
            ├── catalyst-utils-15.200-1-x86_64.pkg.tar.xz
            ├── gfx-pkgs.db -> gfx-pkgs.db.tar.gz
            ├── gfx-pkgs.db.tar.gz
            ├── lib32-catalyst-utils-15.200-1-x86_64.pkg.tar.xz
            ├── lib32-gcc-libs-5.1.0-4-x86_64.pkg.tar.xz
            ├── lib32-libxv-1.0.10-1-x86_64.pkg.tar.xz
            ├── lib32-libxvmc-1.0.9-1-x86_64.pkg.tar.xz
            ├── lib32-nvidia-304xx-utils-304.125-1-x86_64.pkg.tar.xz
            ├── lib32-nvidia-340xx-utils-340.76-1-x86_64.pkg.tar.xz
            ├── lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz
            ├── lib32-primus-20150118-2-x86_64.pkg.tar.xz
            ├── lib32-zlib-1.2.8-1-x86_64.pkg.tar.xz
            ├── libxaw-1.0.13-1-x86_64.pkg.tar.xz
            ├── libxpm-3.5.11-1-x86_64.pkg.tar.xz
            ├── libxss-1.2.2-2-x86_64.pkg.tar.xz
            ├── libxvmc-1.0.9-1-x86_64.pkg.tar.xz
            ├── linux318-bbswitch-0.8-10-x86_64.pkg.tar.xz
            ├── linux318-broadcom-wl-6.30.223.141-10-x86_64.pkg.tar.xz
            ├── linux318-catalyst-15.200-4-x86_64.pkg.tar.xz
            ├── linux318-nvidia-304xx-304.125-10-x86_64.pkg.tar.xz
            ├── linux318-nvidia-340xx-340.76-6-x86_64.pkg.tar.xz
            ├── linux318-nvidia-349.16-3-x86_64.pkg.tar.xz
            ├── linux318-r8168-8.039.00-10-x86_64.pkg.tar.xz
            ├── linux318-rt3562sta-2.4.1.1_r1-10-x86_64.pkg.tar.xz
            ├── linux318-virtualbox-guest-modules-4.3.28-3-x86_64.pkg.tar.xz
            ├── nvidia-304xx-utils-304.125-1-x86_64.pkg.tar.xz
            ├── nvidia-340xx-utils-340.76-1-x86_64.pkg.tar.xz
            ├── nvidia-utils-349.16-1-x86_64.pkg.tar.xz
            ├── open-vm-tools-6:9.4.6-5-x86_64.pkg.tar.xz
            ├── pangox-compat-0.0.2-2-x86_64.pkg.tar.xz
            ├── primus-20150118-2-x86_64.pkg.tar.xz
            ├── rt3562sta-common-2.4.1.1_r1-1-any.pkg.tar.xz
            ├── scrnsaverproto-1.2.2-2-any.pkg.tar.xz
            ├── virtualbox-guest-utils-4.3.28-1-x86_64.pkg.tar.xz
            ├── xf86-input-vmmouse-13.0.0-5-x86_64.pkg.tar.xz
            ├── xf86-video-apm-1.2.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-ark-0.7.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-ati-1:7.5.0-2-x86_64.pkg.tar.xz
            ├── xf86-video-chips-1.2.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-dummy-0.3.7-4-x86_64.pkg.tar.xz
            ├── xf86-video-fbdev-0.4.4-4-x86_64.pkg.tar.xz
            ├── xf86-video-glint-1.2.8-6-x86_64.pkg.tar.xz
            ├── xf86-video-i128-1.3.6-6-x86_64.pkg.tar.xz
            ├── xf86-video-i740-1.3.4-6-x86_64.pkg.tar.xz
            ├── xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz
            ├── xf86-video-mach64-6.9.5-1-x86_64.pkg.tar.xz
            ├── xf86-video-neomagic-1.2.9-1-x86_64.pkg.tar.xz
            ├── xf86-video-nouveau-1.0.11-3-x86_64.pkg.tar.xz
            ├── xf86-video-nv-2.1.20-6-x86_64.pkg.tar.xz
            ├── xf86-video-openchrome-0.3.3-5-x86_64.pkg.tar.xz
            ├── xf86-video-r128-6.10.0-1-x86_64.pkg.tar.xz
            ├── xf86-video-rendition-4.2.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-s3-0.6.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-s3virge-1.10.6-6-x86_64.pkg.tar.xz
            ├── xf86-video-savage-2.3.8-1-x86_64.pkg.tar.xz
            ├── xf86-video-siliconmotion-1.7.8-1-x86_64.pkg.tar.xz
            ├── xf86-video-sis-0.10.7-7-x86_64.pkg.tar.xz
            ├── xf86-video-sisusb-0.9.6-6-x86_64.pkg.tar.xz
            ├── xf86-video-tdfx-1.4.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-trident-1.3.7-1-x86_64.pkg.tar.xz
            ├── xf86-video-tseng-1.2.5-6-x86_64.pkg.tar.xz
            ├── xf86-video-vesa-2.3.2-6-x86_64.pkg.tar.xz
            ├── xf86-video-vmware-13.1.0-2-x86_64.pkg.tar.xz
            └── xf86-video-voodoo-1.2.5-6-x86_64.pkg.tar.xz

3 directories, 66 files
*Created by: ryanvade* @philmmanjaro ``` . └── opt └── livecd ├── pacman-gfx.conf └── pkgs ├── bumblebee-3.2.1-5-x86_64.pkg.tar.xz ├── catalyst-utils-15.200-1-x86_64.pkg.tar.xz ├── gfx-pkgs.db -> gfx-pkgs.db.tar.gz ├── gfx-pkgs.db.tar.gz ├── lib32-catalyst-utils-15.200-1-x86_64.pkg.tar.xz ├── lib32-gcc-libs-5.1.0-4-x86_64.pkg.tar.xz ├── lib32-libxv-1.0.10-1-x86_64.pkg.tar.xz ├── lib32-libxvmc-1.0.9-1-x86_64.pkg.tar.xz ├── lib32-nvidia-304xx-utils-304.125-1-x86_64.pkg.tar.xz ├── lib32-nvidia-340xx-utils-340.76-1-x86_64.pkg.tar.xz ├── lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz ├── lib32-primus-20150118-2-x86_64.pkg.tar.xz ├── lib32-zlib-1.2.8-1-x86_64.pkg.tar.xz ├── libxaw-1.0.13-1-x86_64.pkg.tar.xz ├── libxpm-3.5.11-1-x86_64.pkg.tar.xz ├── libxss-1.2.2-2-x86_64.pkg.tar.xz ├── libxvmc-1.0.9-1-x86_64.pkg.tar.xz ├── linux318-bbswitch-0.8-10-x86_64.pkg.tar.xz ├── linux318-broadcom-wl-6.30.223.141-10-x86_64.pkg.tar.xz ├── linux318-catalyst-15.200-4-x86_64.pkg.tar.xz ├── linux318-nvidia-304xx-304.125-10-x86_64.pkg.tar.xz ├── linux318-nvidia-340xx-340.76-6-x86_64.pkg.tar.xz ├── linux318-nvidia-349.16-3-x86_64.pkg.tar.xz ├── linux318-r8168-8.039.00-10-x86_64.pkg.tar.xz ├── linux318-rt3562sta-2.4.1.1_r1-10-x86_64.pkg.tar.xz ├── linux318-virtualbox-guest-modules-4.3.28-3-x86_64.pkg.tar.xz ├── nvidia-304xx-utils-304.125-1-x86_64.pkg.tar.xz ├── nvidia-340xx-utils-340.76-1-x86_64.pkg.tar.xz ├── nvidia-utils-349.16-1-x86_64.pkg.tar.xz ├── open-vm-tools-6:9.4.6-5-x86_64.pkg.tar.xz ├── pangox-compat-0.0.2-2-x86_64.pkg.tar.xz ├── primus-20150118-2-x86_64.pkg.tar.xz ├── rt3562sta-common-2.4.1.1_r1-1-any.pkg.tar.xz ├── scrnsaverproto-1.2.2-2-any.pkg.tar.xz ├── virtualbox-guest-utils-4.3.28-1-x86_64.pkg.tar.xz ├── xf86-input-vmmouse-13.0.0-5-x86_64.pkg.tar.xz ├── xf86-video-apm-1.2.5-6-x86_64.pkg.tar.xz ├── xf86-video-ark-0.7.5-6-x86_64.pkg.tar.xz ├── xf86-video-ati-1:7.5.0-2-x86_64.pkg.tar.xz ├── xf86-video-chips-1.2.5-6-x86_64.pkg.tar.xz ├── xf86-video-dummy-0.3.7-4-x86_64.pkg.tar.xz ├── xf86-video-fbdev-0.4.4-4-x86_64.pkg.tar.xz ├── xf86-video-glint-1.2.8-6-x86_64.pkg.tar.xz ├── xf86-video-i128-1.3.6-6-x86_64.pkg.tar.xz ├── xf86-video-i740-1.3.4-6-x86_64.pkg.tar.xz ├── xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz ├── xf86-video-mach64-6.9.5-1-x86_64.pkg.tar.xz ├── xf86-video-neomagic-1.2.9-1-x86_64.pkg.tar.xz ├── xf86-video-nouveau-1.0.11-3-x86_64.pkg.tar.xz ├── xf86-video-nv-2.1.20-6-x86_64.pkg.tar.xz ├── xf86-video-openchrome-0.3.3-5-x86_64.pkg.tar.xz ├── xf86-video-r128-6.10.0-1-x86_64.pkg.tar.xz ├── xf86-video-rendition-4.2.5-6-x86_64.pkg.tar.xz ├── xf86-video-s3-0.6.5-6-x86_64.pkg.tar.xz ├── xf86-video-s3virge-1.10.6-6-x86_64.pkg.tar.xz ├── xf86-video-savage-2.3.8-1-x86_64.pkg.tar.xz ├── xf86-video-siliconmotion-1.7.8-1-x86_64.pkg.tar.xz ├── xf86-video-sis-0.10.7-7-x86_64.pkg.tar.xz ├── xf86-video-sisusb-0.9.6-6-x86_64.pkg.tar.xz ├── xf86-video-tdfx-1.4.5-6-x86_64.pkg.tar.xz ├── xf86-video-trident-1.3.7-1-x86_64.pkg.tar.xz ├── xf86-video-tseng-1.2.5-6-x86_64.pkg.tar.xz ├── xf86-video-vesa-2.3.2-6-x86_64.pkg.tar.xz ├── xf86-video-vmware-13.1.0-2-x86_64.pkg.tar.xz └── xf86-video-voodoo-1.2.5-6-x86_64.pkg.tar.xz 3 directories, 66 files ```
philm commented 2015-06-06 18:07:07 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Try to run mhwd-live again. It calls followed cmd on your end:

mhwd --auto pci nonfree 0300 --pmconfig "/opt/livecd/pacman-gfx.conf"
*Created by: philmmanjaro* Try to run **mhwd-live** again. It calls followed cmd on your end: ``` mhwd --auto pci nonfree 0300 --pmconfig "/opt/livecd/pacman-gfx.conf" ```
philm commented 2015-06-06 18:47:34 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Actually pacman get called for example like this:

pacman --config "/opt/livecd/pacman-gfx.conf" --needed -S bumblebee primus nvidia-utils xf86-video-intel mesa lib32-primus lib32-nvidia-utils lib32-mesa linux318-nvidia linux318-bbswitch
*Created by: philmmanjaro* Actually pacman get called for example like this: ``` pacman --config "/opt/livecd/pacman-gfx.conf" --needed -S bumblebee primus nvidia-utils xf86-video-intel mesa lib32-primus lib32-nvidia-utils lib32-mesa linux318-nvidia linux318-bbswitch ```
philm commented 2015-06-06 19:27:07 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

with the last commit the ISO jumped up to 3.2 Gb in size.

*Created by: ryanvade* with the last commit the ISO jumped up to 3.2 Gb in size.
philm commented 2015-06-06 19:41:54 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

Okay so some progress has been made. GDM is now starting fine. Plymouth is not starting but one thing at a time.

update fstab for swap
set locale
configure system
Setting machine-id ...
configure sudoers
depmod extramodules
configure root password
configure alsa
Pacman is not ready yet. Will try again in 10 seconds.
----
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0 13 19:35 ?        00:00:05 /sbin/init
root         2     0  0 19:35 ?        00:00:00 [kthreadd]
root         3     2  0 19:35 ?        00:00:00 [ksoftirqd/0]
root         4     2  1 19:35 ?        00:00:00 [kworker/0:0]
root         5     2  0 19:35 ?        00:00:00 [kworker/0:0H]
root         6     2  0 19:35 ?        00:00:00 [kworker/u16:0]
root         7     2  0 19:35 ?        00:00:00 [rcu_preempt]
root         8     2  0 19:35 ?        00:00:00 [rcu_sched]
root         9     2  0 19:35 ?        00:00:00 [rcu_bh]
root        10     2  0 19:35 ?        00:00:00 [migration/0]
root        13     2  0 19:35 ?        00:00:00 [migration/1]
root        14     2  0 19:35 ?        00:00:00 [ksoftirqd/1]
root        15     2  0 19:35 ?        00:00:00 [kworker/1:0]
root        16     2  0 19:35 ?        00:00:00 [kworker/1:0H]
root        18     2  0 19:35 ?        00:00:00 [migration/2]
root        19     2  0 19:35 ?        00:00:00 [ksoftirqd/2]
root        20     2  0 19:35 ?        00:00:00 [kworker/2:0]
root        21     2  0 19:35 ?        00:00:00 [kworker/2:0H]
root        23     2  0 19:35 ?        00:00:00 [migration/3]
root        24     2  0 19:35 ?        00:00:00 [ksoftirqd/3]
root        25     2  0 19:35 ?        00:00:00 [kworker/3:0]
root        26     2  0 19:35 ?        00:00:00 [kworker/3:0H]
root        27     2  0 19:35 ?        00:00:00 [khelper]
root        28     2  0 19:35 ?        00:00:00 [kdevtmpfs]
root        29     2  0 19:35 ?        00:00:00 [netns]
root        30     2  0 19:35 ?        00:00:00 [perf]
root        31     2  0 19:35 ?        00:00:00 [khungtaskd]
root        32     2  0 19:35 ?        00:00:00 [writeback]
root        33     2  0 19:35 ?        00:00:00 [ksmd]
root        34     2  0 19:35 ?        00:00:00 [khugepaged]
root        35     2  0 19:35 ?        00:00:00 [crypto]
root        36     2  0 19:35 ?        00:00:00 [kintegrityd]
root        37     2  0 19:35 ?        00:00:00 [bioset]
root        38     2  0 19:35 ?        00:00:00 [kblockd]
root        39     2  0 19:35 ?        00:00:00 [devfreq_wq]
root        40     2  0 19:35 ?        00:00:00 [kworker/0:1]
root        41     2  0 19:35 ?        00:00:00 [kswapd0]
root        42     2  0 19:35 ?        00:00:00 [fsnotify_mark]
root        47     2  0 19:35 ?        00:00:00 [kthrotld]
root        48     2  0 19:35 ?        00:00:00 [ipv6_addrconf]
root        49     2  0 19:35 ?        00:00:00 [deferwq]
root        50     2  0 19:35 ?        00:00:00 [kworker/u16:1]
root        51     2  0 19:35 ?        00:00:00 [kworker/3:1]
root        80     2  0 19:35 ?        00:00:00 [kworker/1:1]
root        81     2  0 19:35 ?        00:00:00 [ata_sff]
root        83     2  0 19:35 ?        00:00:00 [rtsx_pci_sdmmc_]
root        84     2  0 19:35 ?        00:00:00 [kworker/1:2]
root        85     2  0 19:35 ?        00:00:00 [kworker/1:3]
root        87     2  0 19:35 ?        00:00:00 [kworker/2:1]
root        88     2  0 19:35 ?        00:00:00 [scsi_eh_0]
root        89     2  0 19:35 ?        00:00:00 [scsi_tmf_0]
root        90     2  0 19:35 ?        00:00:00 [scsi_eh_1]
root        91     2  0 19:35 ?        00:00:00 [scsi_tmf_1]
root        92     2  0 19:35 ?        00:00:00 [scsi_eh_2]
root        93     2  0 19:35 ?        00:00:00 [scsi_tmf_2]
root        94     2  0 19:35 ?        00:00:00 [scsi_eh_3]
root        95     2  0 19:35 ?        00:00:00 [scsi_tmf_3]
root        96     2  0 19:35 ?        00:00:00 [scsi_eh_4]
root        97     2  0 19:35 ?        00:00:00 [scsi_tmf_4]
root        98     2  0 19:35 ?        00:00:00 [scsi_eh_5]
root        99     2  0 19:35 ?        00:00:00 [scsi_tmf_5]
root       100     2  0 19:35 ?        00:00:00 [kworker/u16:2]
root       101     2  0 19:35 ?        00:00:00 [kworker/u16:3]
root       102     2  0 19:35 ?        00:00:00 [kworker/u16:4]
root       103     2  0 19:35 ?        00:00:00 [kworker/u16:5]
root       104     2  0 19:35 ?        00:00:00 [kworker/u16:6]
root       105     2  0 19:35 ?        00:00:00 [kworker/u16:7]
root       106     2  0 19:35 ?        00:00:00 [kworker/0:2]
root       107     2  0 19:35 ?        00:00:00 [ttm_swap]
root       108     2  0 19:35 ?        00:00:00 [kworker/u16:8]
root       109     2  0 19:35 ?        00:00:00 [scsi_eh_6]
root       110     2  0 19:35 ?        00:00:00 [scsi_tmf_6]
root       111     2  1 19:35 ?        00:00:00 [usb-storage]
root       114     2  0 19:35 ?        00:00:00 [kworker/3:2]
root       116     2  0 19:35 ?        00:00:00 [kworker/0:1H]
root       117     2  0 19:35 ?        00:00:00 [kworker/2:1H]
root       119     2  0 19:35 ?        00:00:00 [kworker/2:2]
root       121     2  0 19:35 ?        00:00:00 [kworker/3:1H]
root       124     1  0 19:35 ?        00:00:00 @usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid
root       151     2  0 19:35 ?        00:00:00 [loop0]
root       154     2  0 19:35 ?        00:00:00 [kworker/1:1H]
root       164     2  1 19:35 ?        00:00:00 [loop1]
root       174     2  0 19:35 ?        00:00:00 [loop2]
root       184     2  0 19:35 ?        00:00:00 [loop3]
root       207     1  0 19:35 ?        00:00:00 /usr/lib/systemd/systemd-journald
root       247     1  4 19:35 ?        00:00:01 /usr/lib/systemd/systemd-udevd
root       252     2  0 19:35 ?        00:00:00 [rpciod]
root       262     2  0 19:35 ?        00:00:00 [nfsiod]
root       281     2  0 19:35 ?        00:00:00 [hd-audio0]
root       294     2  0 19:35 ?        00:00:00 [kworker/2:3]
root       301     2  0 19:35 ?        00:00:00 [irq/32-mei_me]
root       302     2  0 19:35 ?        00:00:00 [acpi_thermal_pm]
root       312     2  0 19:35 ?        00:00:00 [kmemstick]
root       330     2  0 19:35 ?        00:00:00 [cfg80211]
root       332     2  0 19:35 ?        00:00:00 [irq/33-iwlwifi]
root       357     2  0 19:35 ?        00:00:00 [kpsmoused]
root       360     2  0 19:35 ?        00:00:00 [kworker/u17:0]
root       361     2  0 19:35 ?        00:00:00 [hci0]
root       362     2  0 19:35 ?        00:00:00 [hci0]
root       363     2  0 19:35 ?        00:00:00 [kworker/u17:1]
root       364     2  0 19:35 ?        00:00:00 [kworker/u17:2]
root       401     2  0 19:35 ?        00:00:00 [kvm-irqfd-clean]
dbus       593     1  0 19:35 ?        00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       594     1  0 19:35 ?        00:00:00 /usr/bin/ModemManager
root       595     1  0 19:35 ?        00:00:00 /usr/lib/bluetooth/bluetoothd
root       596     1  2 19:35 ?        00:00:00 /usr/bin/NetworkManager --no-daemon
root       597     1  0 19:35 ?        00:00:00 /usr/lib/systemd/systemd-logind
root       598     1  0 19:35 ?        00:00:00 /usr/bin/crond -n
root       599     1  2 19:35 ?        00:00:00 /usr/bin/haveged -F -w 1024 -v 1
polkitd    604     1  1 19:35 ?        00:00:00 /usr/lib/polkit-1/polkitd --no-debug
root       611     1  0 19:35 ?        00:00:00 /usr/lib/systemd/systemd-hostnamed
root       638     1  4 19:35 ?        00:00:00 gpg-agent --homedir /etc/pacman.d/gnupg --use-standard-socket --daemon
root       641     1  1 19:35 ?        00:00:00 /usr/bin/wpa_supplicant -u
root       736   596  0 19:35 ?        00:00:00 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-5a91aa66-fe2d-47d1-9a48-487d4562de5c-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
root       860     1  0 19:35 ?        00:00:00 /usr/lib/networkmanager/nm-dispatcher
root       869     1  1 19:35 ?        00:00:00 /usr/bin/pamac-daemon
root       936     1  0 19:36 ?        00:00:00 /bin/sh /usr/bin/mhwd-live
root       944   936  0 19:36 ?        00:00:00 ps -ef
----
run mhwd
> Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
> Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M]
> Installing video-hybrid-intel-nvidia-bumblebee...
Using default
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
:: Synchronizing package databases...
downloading gfx-pkgs.db...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: primus will be installed before its bumblebee dependency

Packages (9) libxvmc-1.0.9-1  bumblebee-3.2.1-5  lib32-nvidia-utils-349.16-1  lib32-primus-20150118-2  linux318-bbswitch-0.8-10  linux318-nvidia-349.16-3  nvidia-utils-349.16-1  primus-20150118-2  xf86-video-intel-2.99.917-5

Total Download Size:    46.90 MiB
Total Installed Size:  230.95 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
downloading primus-20150118-2-x86_64.pkg.tar.xz...
downloading bumblebee-3.2.1-5-x86_64.pkg.tar.xz...
downloading nvidia-utils-349.16-1-x86_64.pkg.tar.xz...
downloading libxvmc-1.0.9-1-x86_64.pkg.tar.xz...
downloading xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz...
downloading lib32-primus-20150118-2-x86_64.pkg.tar.xz...
downloading lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz...
downloading linux318-nvidia-349.16-3-x86_64.pkg.tar.xz...
downloading linux318-bbswitch-0.8-10-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing primus...
installing bumblebee...
Optional dependencies for bumblebee
    xf86-video-nouveau: nouveau driver
    nouveau-dri: 3D acceleration features fo nouveau
    bbswitch: switch on/off discrete card
    nvidia: NVIDIA kernel driver
    virtualgl: alternative back-end for optirun
    lib32-primus: faster 32bit back-end for optirun [pending]
    lib32-virtualgl: run 32bit applications with optirun
installing nvidia-utils...
Using default
Default lib32 support: true
libGl and libglx symlinks are invalid!
Falling back to default...
libGl: '/usr/lib/mesa/libGL.so.1.2.0'
libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0'
libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0'
libEGL: '/usr/lib/mesa/libEGL.so.1.0.0'
lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0'
lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0'
lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0'
lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0'
libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg'
==> use mhwd-gpu to set nvidia as default: 'mhwd-gpu --setgl nvidia'
Optional dependencies for nvidia-utils
    gtk2: nvidia-settings [installed]
    xorg-server-devel: nvidia-xconfig
    opencl-nvidia: OpenCL support
installing libxvmc...
installing xf86-video-intel...
>>> This driver uses SNA as the default acceleration method. You can try
    falling back to UXA if you run into trouble. To do so, save a file with
    the following content as /etc/X11/xorg.conf.d/20-intel.conf :
      Section "Device"
        Identifier  "Intel Graphics"
        Driver      "intel"
        Option      "AccelMethod"  "uxa"
        #Option      "AccelMethod"  "sna"
      EndSection
Optional dependencies for xf86-video-intel
    libxrandr: for intel-virtual-output [installed]
    libxinerama: for intel-virtual-output [installed]
    libxcursor: for intel-virtual-output [installed]
    libxtst: for intel-virtual-output [installed]
installing lib32-primus...
installing lib32-nvidia-utils...
Using default
Default lib32 support: true
libGl and libglx symlinks valid...
==> use mhwd-gpu to set nvidia as default: 'mhwd-gpu --setgl nvidia'
Optional dependencies for lib32-nvidia-utils
    lib32-opencl-nvidia
installing linux318-nvidia...
In order to use nvidia module, reboot the system.
installing linux318-bbswitch...
rmmod: ERROR: could not remove 'drm_kms_helper': Resource temporarily unavailable
rmmod: ERROR: could not remove module drm_kms_helper: Resource temporarily unavailable
rmmod: ERROR: could not remove 'drm': Resource temporarily unavailable
rmmod: ERROR: could not remove module drm: Resource temporarily unavailable
Using default
Default lib32 support: true
libGl: '/usr/lib/mesa/libGL.so.1.2.0'
libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0'
libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0'
libEGL: '/usr/lib/mesa/libEGL.so.1.0.0'
lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0'
lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0'
lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0'
lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0'
libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg'
xorg configuration file: '/etc/X11/mhwd.d/intel.conf'
Created symlink from /etc/systemd/system/graphical.target.wants/bumblebeed.service to /usr/lib/systemd/system/bumblebeed.service.
> Successfully installed video-hybrid-intel-nvidia-bumblebee
MHWD DONE
*Created by: ryanvade* Okay so some progress has been made. GDM is now starting fine. Plymouth is not starting but one thing at a time. ``` update fstab for swap set locale configure system Setting machine-id ... configure sudoers depmod extramodules configure root password configure alsa Pacman is not ready yet. Will try again in 10 seconds. ---- UID PID PPID C STIME TTY TIME CMD root 1 0 13 19:35 ? 00:00:05 /sbin/init root 2 0 0 19:35 ? 00:00:00 [kthreadd] root 3 2 0 19:35 ? 00:00:00 [ksoftirqd/0] root 4 2 1 19:35 ? 00:00:00 [kworker/0:0] root 5 2 0 19:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 19:35 ? 00:00:00 [kworker/u16:0] root 7 2 0 19:35 ? 00:00:00 [rcu_preempt] root 8 2 0 19:35 ? 00:00:00 [rcu_sched] root 9 2 0 19:35 ? 00:00:00 [rcu_bh] root 10 2 0 19:35 ? 00:00:00 [migration/0] root 13 2 0 19:35 ? 00:00:00 [migration/1] root 14 2 0 19:35 ? 00:00:00 [ksoftirqd/1] root 15 2 0 19:35 ? 00:00:00 [kworker/1:0] root 16 2 0 19:35 ? 00:00:00 [kworker/1:0H] root 18 2 0 19:35 ? 00:00:00 [migration/2] root 19 2 0 19:35 ? 00:00:00 [ksoftirqd/2] root 20 2 0 19:35 ? 00:00:00 [kworker/2:0] root 21 2 0 19:35 ? 00:00:00 [kworker/2:0H] root 23 2 0 19:35 ? 00:00:00 [migration/3] root 24 2 0 19:35 ? 00:00:00 [ksoftirqd/3] root 25 2 0 19:35 ? 00:00:00 [kworker/3:0] root 26 2 0 19:35 ? 00:00:00 [kworker/3:0H] root 27 2 0 19:35 ? 00:00:00 [khelper] root 28 2 0 19:35 ? 00:00:00 [kdevtmpfs] root 29 2 0 19:35 ? 00:00:00 [netns] root 30 2 0 19:35 ? 00:00:00 [perf] root 31 2 0 19:35 ? 00:00:00 [khungtaskd] root 32 2 0 19:35 ? 00:00:00 [writeback] root 33 2 0 19:35 ? 00:00:00 [ksmd] root 34 2 0 19:35 ? 00:00:00 [khugepaged] root 35 2 0 19:35 ? 00:00:00 [crypto] root 36 2 0 19:35 ? 00:00:00 [kintegrityd] root 37 2 0 19:35 ? 00:00:00 [bioset] root 38 2 0 19:35 ? 00:00:00 [kblockd] root 39 2 0 19:35 ? 00:00:00 [devfreq_wq] root 40 2 0 19:35 ? 00:00:00 [kworker/0:1] root 41 2 0 19:35 ? 00:00:00 [kswapd0] root 42 2 0 19:35 ? 00:00:00 [fsnotify_mark] root 47 2 0 19:35 ? 00:00:00 [kthrotld] root 48 2 0 19:35 ? 00:00:00 [ipv6_addrconf] root 49 2 0 19:35 ? 00:00:00 [deferwq] root 50 2 0 19:35 ? 00:00:00 [kworker/u16:1] root 51 2 0 19:35 ? 00:00:00 [kworker/3:1] root 80 2 0 19:35 ? 00:00:00 [kworker/1:1] root 81 2 0 19:35 ? 00:00:00 [ata_sff] root 83 2 0 19:35 ? 00:00:00 [rtsx_pci_sdmmc_] root 84 2 0 19:35 ? 00:00:00 [kworker/1:2] root 85 2 0 19:35 ? 00:00:00 [kworker/1:3] root 87 2 0 19:35 ? 00:00:00 [kworker/2:1] root 88 2 0 19:35 ? 00:00:00 [scsi_eh_0] root 89 2 0 19:35 ? 00:00:00 [scsi_tmf_0] root 90 2 0 19:35 ? 00:00:00 [scsi_eh_1] root 91 2 0 19:35 ? 00:00:00 [scsi_tmf_1] root 92 2 0 19:35 ? 00:00:00 [scsi_eh_2] root 93 2 0 19:35 ? 00:00:00 [scsi_tmf_2] root 94 2 0 19:35 ? 00:00:00 [scsi_eh_3] root 95 2 0 19:35 ? 00:00:00 [scsi_tmf_3] root 96 2 0 19:35 ? 00:00:00 [scsi_eh_4] root 97 2 0 19:35 ? 00:00:00 [scsi_tmf_4] root 98 2 0 19:35 ? 00:00:00 [scsi_eh_5] root 99 2 0 19:35 ? 00:00:00 [scsi_tmf_5] root 100 2 0 19:35 ? 00:00:00 [kworker/u16:2] root 101 2 0 19:35 ? 00:00:00 [kworker/u16:3] root 102 2 0 19:35 ? 00:00:00 [kworker/u16:4] root 103 2 0 19:35 ? 00:00:00 [kworker/u16:5] root 104 2 0 19:35 ? 00:00:00 [kworker/u16:6] root 105 2 0 19:35 ? 00:00:00 [kworker/u16:7] root 106 2 0 19:35 ? 00:00:00 [kworker/0:2] root 107 2 0 19:35 ? 00:00:00 [ttm_swap] root 108 2 0 19:35 ? 00:00:00 [kworker/u16:8] root 109 2 0 19:35 ? 00:00:00 [scsi_eh_6] root 110 2 0 19:35 ? 00:00:00 [scsi_tmf_6] root 111 2 1 19:35 ? 00:00:00 [usb-storage] root 114 2 0 19:35 ? 00:00:00 [kworker/3:2] root 116 2 0 19:35 ? 00:00:00 [kworker/0:1H] root 117 2 0 19:35 ? 00:00:00 [kworker/2:1H] root 119 2 0 19:35 ? 00:00:00 [kworker/2:2] root 121 2 0 19:35 ? 00:00:00 [kworker/3:1H] root 124 1 0 19:35 ? 00:00:00 @usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid root 151 2 0 19:35 ? 00:00:00 [loop0] root 154 2 0 19:35 ? 00:00:00 [kworker/1:1H] root 164 2 1 19:35 ? 00:00:00 [loop1] root 174 2 0 19:35 ? 00:00:00 [loop2] root 184 2 0 19:35 ? 00:00:00 [loop3] root 207 1 0 19:35 ? 00:00:00 /usr/lib/systemd/systemd-journald root 247 1 4 19:35 ? 00:00:01 /usr/lib/systemd/systemd-udevd root 252 2 0 19:35 ? 00:00:00 [rpciod] root 262 2 0 19:35 ? 00:00:00 [nfsiod] root 281 2 0 19:35 ? 00:00:00 [hd-audio0] root 294 2 0 19:35 ? 00:00:00 [kworker/2:3] root 301 2 0 19:35 ? 00:00:00 [irq/32-mei_me] root 302 2 0 19:35 ? 00:00:00 [acpi_thermal_pm] root 312 2 0 19:35 ? 00:00:00 [kmemstick] root 330 2 0 19:35 ? 00:00:00 [cfg80211] root 332 2 0 19:35 ? 00:00:00 [irq/33-iwlwifi] root 357 2 0 19:35 ? 00:00:00 [kpsmoused] root 360 2 0 19:35 ? 00:00:00 [kworker/u17:0] root 361 2 0 19:35 ? 00:00:00 [hci0] root 362 2 0 19:35 ? 00:00:00 [hci0] root 363 2 0 19:35 ? 00:00:00 [kworker/u17:1] root 364 2 0 19:35 ? 00:00:00 [kworker/u17:2] root 401 2 0 19:35 ? 00:00:00 [kvm-irqfd-clean] dbus 593 1 0 19:35 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation root 594 1 0 19:35 ? 00:00:00 /usr/bin/ModemManager root 595 1 0 19:35 ? 00:00:00 /usr/lib/bluetooth/bluetoothd root 596 1 2 19:35 ? 00:00:00 /usr/bin/NetworkManager --no-daemon root 597 1 0 19:35 ? 00:00:00 /usr/lib/systemd/systemd-logind root 598 1 0 19:35 ? 00:00:00 /usr/bin/crond -n root 599 1 2 19:35 ? 00:00:00 /usr/bin/haveged -F -w 1024 -v 1 polkitd 604 1 1 19:35 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug root 611 1 0 19:35 ? 00:00:00 /usr/lib/systemd/systemd-hostnamed root 638 1 4 19:35 ? 00:00:00 gpg-agent --homedir /etc/pacman.d/gnupg --use-standard-socket --daemon root 641 1 1 19:35 ? 00:00:00 /usr/bin/wpa_supplicant -u root 736 596 0 19:35 ? 00:00:00 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-5a91aa66-fe2d-47d1-9a48-487d4562de5c-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1 root 860 1 0 19:35 ? 00:00:00 /usr/lib/networkmanager/nm-dispatcher root 869 1 1 19:35 ? 00:00:00 /usr/bin/pamac-daemon root 936 1 0 19:36 ? 00:00:00 /bin/sh /usr/bin/mhwd-live root 944 936 0 19:36 ? 00:00:00 ps -ef ---- run mhwd > Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller > Using config 'video-hybrid-intel-nvidia-bumblebee' for device: 0000:01:00.0 (0300:10de:0de9) Display controller nVidia Corporation GF108 [GeForce GT 630M] > Installing video-hybrid-intel-nvidia-bumblebee... Using default Has lib32 support: true Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG Processing classid: 0300 Sourcing /var/lib/mhwd/scripts/include/0300 :: Synchronizing package databases... downloading gfx-pkgs.db... resolving dependencies... looking for conflicting packages... warning: dependency cycle detected: warning: primus will be installed before its bumblebee dependency  Packages (9) libxvmc-1.0.9-1 bumblebee-3.2.1-5 lib32-nvidia-utils-349.16-1 lib32-primus-20150118-2 linux318-bbswitch-0.8-10 linux318-nvidia-349.16-3 nvidia-utils-349.16-1 primus-20150118-2 xf86-video-intel-2.99.917-5  Total Download Size: 46.90 MiB Total Installed Size: 230.95 MiB  :: Proceed with installation? [Y/n] :: Retrieving packages ... downloading primus-20150118-2-x86_64.pkg.tar.xz... downloading bumblebee-3.2.1-5-x86_64.pkg.tar.xz... downloading nvidia-utils-349.16-1-x86_64.pkg.tar.xz... downloading libxvmc-1.0.9-1-x86_64.pkg.tar.xz... downloading xf86-video-intel-2.99.917-5-x86_64.pkg.tar.xz... downloading lib32-primus-20150118-2-x86_64.pkg.tar.xz... downloading lib32-nvidia-utils-349.16-1-x86_64.pkg.tar.xz... downloading linux318-nvidia-349.16-3-x86_64.pkg.tar.xz... downloading linux318-bbswitch-0.8-10-x86_64.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... installing primus... installing bumblebee... Optional dependencies for bumblebee  xf86-video-nouveau: nouveau driver  nouveau-dri: 3D acceleration features fo nouveau  bbswitch: switch on/off discrete card  nvidia: NVIDIA kernel driver  virtualgl: alternative back-end for optirun  lib32-primus: faster 32bit back-end for optirun [pending]  lib32-virtualgl: run 32bit applications with optirun installing nvidia-utils... Using default Default lib32 support: true libGl and libglx symlinks are invalid! Falling back to default... libGl: '/usr/lib/mesa/libGL.so.1.2.0' libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0' libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0' libEGL: '/usr/lib/mesa/libEGL.so.1.0.0' lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0' lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0' lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0' lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0' libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg' ==> use mhwd-gpu to set nvidia as default: 'mhwd-gpu --setgl nvidia' Optional dependencies for nvidia-utils  gtk2: nvidia-settings [installed]  xorg-server-devel: nvidia-xconfig  opencl-nvidia: OpenCL support installing libxvmc... installing xf86-video-intel... >>> This driver uses SNA as the default acceleration method. You can try  falling back to UXA if you run into trouble. To do so, save a file with  the following content as /etc/X11/xorg.conf.d/20-intel.conf :  Section "Device"  Identifier "Intel Graphics"  Driver "intel"  Option "AccelMethod" "uxa"  #Option "AccelMethod" "sna"  EndSection Optional dependencies for xf86-video-intel  libxrandr: for intel-virtual-output [installed]  libxinerama: for intel-virtual-output [installed]  libxcursor: for intel-virtual-output [installed]  libxtst: for intel-virtual-output [installed] installing lib32-primus... installing lib32-nvidia-utils... Using default Default lib32 support: true libGl and libglx symlinks valid... ==> use mhwd-gpu to set nvidia as default: 'mhwd-gpu --setgl nvidia' Optional dependencies for lib32-nvidia-utils  lib32-opencl-nvidia installing linux318-nvidia... In order to use nvidia module, reboot the system. installing linux318-bbswitch... rmmod: ERROR: could not remove 'drm_kms_helper': Resource temporarily unavailable rmmod: ERROR: could not remove module drm_kms_helper: Resource temporarily unavailable rmmod: ERROR: could not remove 'drm': Resource temporarily unavailable rmmod: ERROR: could not remove module drm: Resource temporarily unavailable Using default Default lib32 support: true libGl: '/usr/lib/mesa/libGL.so.1.2.0' libGLESv1: '/usr/lib/mesa/libGLESv1_CM.so.1.1.0' libGLESv2: '/usr/lib/mesa/libGLESv2.so.2.0.0' libEGL: '/usr/lib/mesa/libEGL.so.1.0.0' lib32-libGl: '/usr/lib32/mesa/libGL.so.1.2.0' lib32-libGLESv1: '/usr/lib32/mesa/libGLESv1_CM.so.1.1.0' lib32-libGLESv2: '/usr/lib32/mesa/libGLESv2.so.2.0.0' lib32-libEGL: '/usr/lib32/mesa/libEGL.so.1.0.0' libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg' xorg configuration file: '/etc/X11/mhwd.d/intel.conf' Created symlink from /etc/systemd/system/graphical.target.wants/bumblebeed.service to /usr/lib/systemd/system/bumblebeed.service. > Successfully installed video-hybrid-intel-nvidia-bumblebee MHWD DONE ```
philm commented 2015-06-06 20:55:41 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

@ryanvade: seems the sync enabling made it working for you. Regarding the size jump, I don't know as I didn't change anything package wise. Please check which part got larger. It is also good to delete any cache you may have. Use the -x switch to clean also xorg-cache. Plymouth is again another story.

*Created by: philmmanjaro* @ryanvade: seems the sync enabling made it working for you. Regarding the size jump, I don't know as I didn't change anything package wise. Please check which part got larger. It is also good to delete any cache you may have. Use the **-x** switch to clean also xorg-cache. Plymouth is again another story.
philm commented 2015-06-06 20:58:28 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

I completely removed /var/lib/manjaro-tools/buildiso/gnome before rebuilding. Does the -x switch do something different?

*Created by: ryanvade* I completely removed /var/lib/manjaro-tools/buildiso/gnome before rebuilding. Does the -x switch do something different?
philm commented 2015-06-06 21:01:56 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

please call sudo buildiso -q and sudo buildiso -qx to see the difference. It will clean the xorg-cache. However, gnome image is around 1.6 GB if you have it correct set up ...

*Created by: philmmanjaro* please call `sudo buildiso -q` and `sudo buildiso -qx` to see the difference. It will clean the xorg-cache. However, gnome image is around 1.6 GB if you have it correct set up ...
philm commented 2015-06-06 23:01:59 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@philmmanjaro I just updated manjaro-tools-git and now this is happening:

update fstab for swap
set locale
configure system
Setting machine-id ...
configure sudoers
depmod extramodules
configure root password
configure alsa
Pacman is not ready yet. Will try again in 10 seconds.
run mhwd
Error: invalid option: --sync

Usage: mhwd [OPTIONS] <config(s)>

  --pci                 list only pci devices and driver configs
  --usb                 list only usb devices and driver configs
  -h/--help             show help
  -v/--version              show version of mhwd
  -f/--force                force reinstallation
  -d/--detail               show detailed info for -l/-li/-lh
  -l/--list             list available configs for devices
  -la/--listall             list all driver configs
  -li/--listinstalled           list installed driver configs
  -lh/--listhardware            list hardware information
  -i/--install <usb/pci> <config(s)>    install driver config(s)
  -ic/--installcustom <usb/pci> <path>  install custom config(s)
  -r/--remove <usb/pci> <config(s)> remove driver config(s)
  -a/--auto <usb/pci> <free/nonfree> <classid>  auto install configs for classid
  --pmcachedir <path>           set package manager cache path
  --pmconfig <path>         set package manager config
  --pmroot <path>           set package manager root

MHWD DONE
*Created by: ryanvade* @philmmanjaro I just updated manjaro-tools-git and now this is happening: ``` update fstab for swap set locale configure system Setting machine-id ... configure sudoers depmod extramodules configure root password configure alsa Pacman is not ready yet. Will try again in 10 seconds. run mhwd Error: invalid option: --sync Usage: mhwd [OPTIONS] <config(s)> --pci list only pci devices and driver configs --usb list only usb devices and driver configs -h/--help show help -v/--version show version of mhwd -f/--force force reinstallation -d/--detail show detailed info for -l/-li/-lh -l/--list list available configs for devices -la/--listall list all driver configs -li/--listinstalled list installed driver configs -lh/--listhardware list hardware information -i/--install <usb/pci> <config(s)> install driver config(s) -ic/--installcustom <usb/pci> <path> install custom config(s) -r/--remove <usb/pci> <config(s)> remove driver config(s) -a/--auto <usb/pci> <free/nonfree> <classid> auto install configs for classid --pmcachedir <path> set package manager cache path --pmconfig <path> set package manager config --pmroot <path> set package manager root MHWD DONE ```
philm commented 2015-06-06 23:12:01 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Ok, I reverted it now. Please check again. However I don't know what had changed on your end to make it work after all ...

*Created by: philmmanjaro* Ok, I [reverted it](db7b7411f1863d00ecb342471134df60e1aa529c) now. Please check again. However I don't know what had changed on your end to make it work after all ...
philm commented 2015-06-06 23:20:33 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

As far as I know nothing has changed with any of my configs. I will post the build log again.

*EDIT it must have been github.com/manjaro/manjaro-tools-livecd@9b225ecdcb
and the complete clearing of the caches.

*Created by: ryanvade* As far as I know nothing has changed with any of my configs. I will post the build log again. *EDIT it must have been https://github.com/manjaro/manjaro-tools-livecd/commit/9b225ecdcbf30ef621a4aa1668ea6cd84f112b97 and the complete clearing of the caches.
philm commented 2015-06-07 05:43:49 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Ok, so it works now for you?

*Created by: philmmanjaro* Ok, so it works now for you?
philm commented 2015-06-09 02:24:23 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@philmmanjaro I keep getting odd results. Some builds work fine while others fail during building. Builds sometimes have missing package issues. The number of packages to be installed changes from 812 to 1033 sometimes for no reason which is probably the issue. I am not changing the configuration files nor am I making changes to the profile during each build. For example, the last build failed with this:

mount: unknown filesystem type 'aufs'
  -> append [root-image] on [pkgs-image]
mount: /var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
error: failed to initialize alpm library
(could not find or read directory: /var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/var/lib/pacman/)
  -> Copying xorg pkgs cache ...
cp: cannot stat '/var/cache/manjaro-tools/xorg/x86_64/*': No such file or directory
  -> Trimming xorg pkgs ...
==> no candidate packages found for pruning
rm: cannot remove '/var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/var': No such file or directory
==> ERROR: File '/var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/opt/livecd/pkgs/*pkg*z' not found.
==> No packages modified, nothing to do.
  -> Disabling Catalyst driver
  -> Disabling Nvidia driver
  -> Disabling Nvidia Bumblebee driver
  -> Disabling Nvidia 304xx driver
  -> Disabling Nvidia 340xx driver
==> Done [pkgs-image]
==> Prepare [oz_unity_manjaro_edition/boot]
  -> mount [boot-image] on [gnome-image]
mount: unknown filesystem type 'aufs'
  -> append [root-image] on [boot-image]
mount: /var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
  -> Copying initcpio ...
cp: target '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/usr/lib/initcpio/hooks' is not a directory
cp: target '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/usr/lib/initcpio/install' is not a directory
cp: cannot create regular file '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/etc/mkinitcpio-oz_unity_manjaro_edition.conf': No such file or directory
==> ERROR: Failed to copy initcpio.

The build command I am using is

buildiso -xl  -v -p gnome -b unstable 
*Created by: ryanvade* @philmmanjaro I keep getting odd results. Some builds work fine while others fail during building. Builds sometimes have missing package issues. The number of packages to be installed changes from 812 to 1033 sometimes for no reason which is probably the issue. I am not changing the configuration files nor am I making changes to the profile during each build. For example, the last build failed with this: ``` mount: unknown filesystem type 'aufs' -> append [root-image] on [pkgs-image] mount: /var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image not mounted or bad option In some cases useful info is found in syslog - try dmesg | tail or so. error: failed to initialize alpm library (could not find or read directory: /var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/var/lib/pacman/) -> Copying xorg pkgs cache ... cp: cannot stat '/var/cache/manjaro-tools/xorg/x86_64/*': No such file or directory -> Trimming xorg pkgs ... ==> no candidate packages found for pruning rm: cannot remove '/var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/var': No such file or directory ==> ERROR: File '/var/lib/manjaro-tools/buildiso/gnome/x86_64/pkgs-image/opt/livecd/pkgs/*pkg*z' not found. ==> No packages modified, nothing to do. -> Disabling Catalyst driver -> Disabling Nvidia driver -> Disabling Nvidia Bumblebee driver -> Disabling Nvidia 304xx driver -> Disabling Nvidia 340xx driver ==> Done [pkgs-image] ==> Prepare [oz_unity_manjaro_edition/boot] -> mount [boot-image] on [gnome-image] mount: unknown filesystem type 'aufs' -> append [root-image] on [boot-image] mount: /var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image not mounted or bad option In some cases useful info is found in syslog - try dmesg | tail or so. -> Copying initcpio ... cp: target '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/usr/lib/initcpio/hooks' is not a directory cp: target '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/usr/lib/initcpio/install' is not a directory cp: cannot create regular file '/var/lib/manjaro-tools/buildiso/gnome/x86_64/boot-image/etc/mkinitcpio-oz_unity_manjaro_edition.conf': No such file or directory ==> ERROR: Failed to copy initcpio. ``` The build command I am using is ``` buildiso -xl -v -p gnome -b unstable ```
philm commented 2015-06-09 02:38:41 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

For some reason the kernel module aufs is not active.
cat /proc/filesystems | grep aufs
If there is no output, try rebooting your machine or changing the kernel.

*Created by: Kirek* For some reason the kernel module aufs is not active. `cat /proc/filesystems | grep aufs` If there is no output, try rebooting your machine or changing the kernel.
philm commented 2015-06-09 02:40:14 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@Kirek I just rebooted which seems to fix that error. I also noticed that the number of packages to install changed again to 813 from the previous run. Something is going on with the package selection. I will rebuild manjaro-tools-git again.

*Created by: ryanvade* @Kirek I just rebooted which seems to fix that error. I also noticed that the number of packages to install changed again to 813 from the previous run. Something is going on with the package selection. I will rebuild manjaro-tools-git again.
philm commented 2015-06-09 02:43:51 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

Is there something wrong with this profile?
http://owncloud.ryanvade.info/index.php/s/shQZiEWh3gHO0YP

*Created by: ryanvade* Is there something wrong with this profile? http://owncloud.ryanvade.info/index.php/s/shQZiEWh3gHO0YP
philm commented 2015-06-09 02:57:34 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

When it fails to properly mount the overlay (aufs) system properly things like that may happen.
It's something like this:
base system: 300 packages
desktop system: 1000 packages, but lets say 200 where already installed with the base system, so it will only install 800. But in the case that it fails to mount de base system before installing the new packages, it will install 1000 packages.
Because you where having problems with aufs, that's what happened.

*Created by: Kirek* When it fails to properly mount the overlay (aufs) system properly things like that may happen. It's something like this: base system: 300 packages desktop system: 1000 packages, but lets say 200 where already installed with the base system, so it will only install 800. But in the case that it fails to mount de base system before installing the new packages, it will install 1000 packages. Because you where having problems with aufs, that's what happened.
philm commented 2015-06-09 03:27:07 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@philmmanjaro @Kirek It seems that

/var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG

is empty and the issue with missing packages is back. Can someone check that profile I uploaded?

*Created by: ryanvade* @philmmanjaro @Kirek It seems that ``` /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-bumblebee/MHWDCONFIG ``` is empty and the issue with missing packages is back. Can someone check that profile I uploaded?
philm commented 2015-06-09 10:01:05 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

Builds and boots fine here with latest manjaro-tools-devel-git (only removed the custom repo).

*Created by: Kirek* Builds and boots fine here with latest manjaro-tools-devel-git (only removed the custom repo).
philm commented 2015-06-09 10:03:44 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Regarding aufs error, I can't reproduce it on two machines, one laptop with systemd, the other my main system openrc.
Both run kernel 319, iso kernel 318.

*Created by: udeved* Regarding aufs error, I can't reproduce it on two machines, one laptop with systemd, the other my main system openrc. Both run kernel 319, iso kernel 318.
philm commented 2015-06-09 10:33:32 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

The aufs error sometimes happen after updating a kernel and not rebooting.

*Created by: Kirek* The aufs error sometimes happen after updating a kernel and not rebooting.
philm commented 2015-06-09 16:35:05 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Yep. If you update the kernel and did not reboot, aufs is "broken". Also the bumblebee profile is correct on my end. So @ryanvade: always reboot your system first before building anything. This issue gets more and more to a how to use manjaro-tools probably, rather than manjaro-tools has an issue ...

*Created by: philmmanjaro* Yep. If you update the kernel and did not reboot, aufs is "broken". Also the bumblebee profile is correct on my end. So @ryanvade: always reboot your system first before building anything. This issue gets more and more to a how to use manjaro-tools probably, rather than manjaro-tools has an issue ...
philm commented 2015-06-10 02:41:22 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: ryanvade

@philmmanjaro then close this. The latest commits, with the new pacakge installatiion system, seems to have fixed the issues. I think packages were not being downloaded/installed properly before.

*Created by: ryanvade* @philmmanjaro then close this. The latest commits, with the new pacakge installatiion system, seems to have fixed the issues. I think packages were not being downloaded/installed properly before.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tools/manjaro-tools#101
No description provided.