You are not logged in.

#251 2014-05-09 11:08:37

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,891
Website

Re: [Script] Archlinux Ultimate Install Script

If you look at sharedfuncs file you will see a function called arch_chroot, it simply calls that from script.

 arch_chroot() { #{{{
    arch-chroot $MOUNTPOINT /bin/bash -c "${1}"
  }
 

Mr Green

Offline

#252 2014-05-29 21:41:18

Tsukasa Buddha
Member
Registered: 2014-03-22
Posts: 4

Re: [Script] Archlinux Ultimate Install Script

Made an issue over in GitHub, but cross-posting here for current users:

KDE Install: phonon-qt4-gstreamer and phonon-gstreamer conflict, kills install

Doesn't give a chance to choose one. Outside of the installer I tried to install phonon-gstreamer and uninstall phonon-qt4-gstreamer, but I received this error:

phonon-qt4: requires phonon-qt4-backend

Changing the instances to in the script to qt4 version fixed it. Phonon-gstreamer was split into qt4 and qt5 versions.

Offline

#253 2014-07-12 13:34:48

barko
Member
From: SLV
Registered: 2011-05-31
Posts: 72

Re: [Script] Archlinux Ultimate Install Script

thanks for your script, it is very useful!

Offline

#254 2014-07-23 20:08:48

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,891
Website

Re: [Script] Archlinux Ultimate Install Script

Any plans for an aur package?


Mr Green

Offline

#255 2014-07-26 12:21:56

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,891
Website

Re: [Script] Archlinux Ultimate Install Script

Why not add a variable for wiki url? Also maybe swap back ticks for $(<command>). Only starting to find my way around script, hoping to test further in the near future.


Mr Green

Offline

#256 2014-09-20 00:03:13

Pednick
Member
Registered: 2014-04-09
Posts: 38

Re: [Script] Archlinux Ultimate Install Script

Very nice, thank you for this script, everything works great.

Last edited by Pednick (2015-02-20 01:29:29)


"An it harm none, do what thou wilt"

Offline

#257 2014-09-21 15:15:12

Pednick
Member
Registered: 2014-04-09
Posts: 38

Re: [Script] Archlinux Ultimate Install Script

Hi just wondering if you can make a small change in the script to install the Ati, xorg-server and mesa through git by yaourt instead of pacman.

Last edited by Pednick (2015-02-20 01:31:03)


"An it harm none, do what thou wilt"

Offline

#258 2014-09-23 09:24:49

chickenPie4tea
Member
Registered: 2012-08-21
Posts: 309

Re: [Script] Archlinux Ultimate Install Script

Great script I use it every time I do a fresh install these days.
I love your .bashrc file and would love it if you added the option to install zsh for me with a custom config by you! smile


You can like linux without becoming a fanatic!

Offline

#259 2014-11-29 17:58:42

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

Re: [Script] Archlinux Ultimate Install Script

Its asking me for efi partition. Please can you ELI5 what am I suppose to do? Im planning to install side by side on my laptop (win8.1). The partition table is: sda1=300 or less MB. sda2 800GB. and the rest of my disk free space. I wanted to use 2 more partitions (sda3 and sda4) for root and swap but i dont know what to do when it is asking me for efi partition.

Offline

#260 2014-11-30 00:12:24

konfusius
Member
Registered: 2013-09-04
Posts: 10

Re: [Script] Archlinux Ultimate Install Script

Your question is not related to AUI.
There's an impressive board about installation issues and of course the wiki.

Offline

#261 2014-12-13 18:07:57

Asta666
Member
From: Argentina
Registered: 2014-12-08
Posts: 20

Re: [Script] Archlinux Ultimate Install Script

Thanks for your work, this is a very useful script. The only issue I had, and maybe someone has already mentioned it, was that if I chose to install the proprietary gpu driver the script would correctly detect that I had a nvidia card, but it would install the wrong version of the driver (343, while my card now uses 340xx). Anyway, it is awesome.

Offline

#262 2015-03-15 01:22:49

Pednick
Member
Registered: 2014-04-09
Posts: 38

Re: [Script] Archlinux Ultimate Install Script

Lightdm is broken on your script, needs fixing.


"An it harm none, do what thou wilt"

Offline

#263 2015-03-15 02:10:14

nullified
Member
From: Massachusetts, USA
Registered: 2013-12-09
Posts: 468

Re: [Script] Archlinux Ultimate Install Script

Pednick wrote:

Lightdm is broken on your script, needs fixing.

You might be better off opening an issue on github: https://github.com/helmuthdu/aui

Note that the github page says that it is no longer maintained.

edit: nevermind, looks like you did that already!

Last edited by nullified (2015-03-15 02:19:27)


"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace

Offline

#264 2015-03-15 17:34:36

Pednick
Member
Registered: 2014-04-09
Posts: 38

Re: [Script] Archlinux Ultimate Install Script

I'm not too worried about it, actually trying to install "linuxfromscratch" right now with the jhalfs script. If I end
up going back to Arch, I can just install lxdm instead or manually installing lightdm, with firefox, it's just a small
part that's broken and it doesn't affect the install so that's ok.

nullified wrote:
Pednick wrote:

Lightdm is broken on your script, needs fixing.

You might be better off opening an issue on github: https://github.com/helmuthdu/aui

Note that the github page says that it is no longer maintained.

edit: nevermind, looks like you did that already!


"An it harm none, do what thou wilt"

Offline

#265 2015-04-30 14:04:42

mariojuniorjp
Member
Registered: 2014-07-06
Posts: 16

Re: [Script] Archlinux Ultimate Install Script

When selecting the KDE5 installation, it has been installed with plasma, but when trying to install the group KDE5 packages could not be installed due to various conflicts packages.

After reboot, i run into KDE4 instead of 5 and the plasma.

Last edited by mariojuniorjp (2015-04-30 14:04:59)

Offline

#266 2015-08-09 13:44:19

kiteflying
Member
Registered: 2015-08-09
Posts: 1

Re: [Script] Archlinux Ultimate Install Script

Having issues installing AUR helpers, I get this error with all of them so I cannot get past this step, ideas?

http://i.imgur.com/Jpz21xN.jpg

-- mod note: converted oversized img to url.  Please see forum guidelines on image sizes.  Trilby --

Last edited by Trilby (2015-08-09 14:03:59)

Offline

#267 2015-08-09 15:16:04

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,642

Re: [Script] Archlinux Ultimate Install Script

kiteflying, welcome to Arch. Your screenshot clearly shows the error you need to fix -- if you can't solve that on your own by searching the forum and reading the wiki page on yaourt, you probably should not be using an unsupported and unmaintained install script, and you definitely should not be using yaourt.

Last edited by 2ManyDogs (2015-08-09 15:18:09)


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Online

#268 2015-08-09 15:30:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,728

Re: [Script] Archlinux Ultimate Install Script

This script is no longer maintained, and it is a bit of an old thread
I think it is time to close it.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB