View previous topic :: View next topic |
Author |
Message |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6428 Location: /usr/lib64/lv2
|
Posted: Sat Jan 09, 2021 12:19 am Post subject: |
|
|
There is now an updated installation tarball, (URL is the same as on the installation page) with some minor caveats, which I will work on ironing out:
There is no mirrorselect on the System Rescue CD. Don't sweat it.
Don't forget to add a user.
You may need to do a grub-install /dev/sda from inside chroot. Check for the existence of a /boot/grub dir with grubenv inside it.
You need to change "xdm" to "lightdm" in /etc/conf.d/xdm.
If you have connection issues, double-check that you did a cp -L /etc/resolv.conf /mnt/gentoo/etc outside of chroot. Double check that you did not type "resolve.conf".
If commands don't work inside chroot, make sure you've done a source /etc/profile.
Not sure if the kernel compiled with full preemption enabled. I need to figure out a way to ensure that it does. In the meantime, you may want to run genkernel --menuconfig all and make sure full preemption is enabled.
The automatic install should not be used at this time. Please use the manual install instructions. I need to go over the install script and make sure it works as intended.
As always, please let me know what does and does not work for you. _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 60 Location: Cologne / Germany
|
Posted: Sat Jan 09, 2021 3:03 pm Post subject: |
|
|
audiodef
Started with minimal-install gentoo CD from 2021-01-03
using tarball stage4-amd64-latest.tar.bz2 from 2021-01-05 07:31 2.1G
read this here: https://dpaste.com/5HCNDGLP3
Manual installation broke
Regards _________________ Don't Panic, the answer is 42 |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6428 Location: /usr/lib64/lv2
|
Posted: Sat Jan 09, 2021 3:18 pm Post subject: |
|
|
Code: |
emerge --config timezone-data does not install sys-libs/timezone-data
|
It's not supposed to. It's just configuring your time zone. If it didn't work, you didn't enter it correctly.
Code: |
after emerge --config timezone-data returns to not chroot
|
I don't see how this is possible. You cannot exit chroot without typing "exit." If using a command other than exit in chroot causes chroot to exit, you should make a separate post for this issue on the forums, perhaps in "other things Gentoo."
What kind of machine are you trying to install on? These issues you're having are very unique. _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 60 Location: Cologne / Germany
|
Posted: Sat Jan 09, 2021 3:49 pm Post subject: |
|
|
audiodef wrote: | Code: |
emerge --config timezone-data does not install sys-libs/timezone-data
|
It's not supposed to. It's just configuring your time zone. If it didn't work, you didn't enter it correctly.
Code: |
after emerge --config timezone-data returns to not chroot
|
I don't see how this is possible. You cannot exit chroot without typing "exit." If using a command other than exit in chroot causes chroot to exit, you should make a separate post for this issue on the forums, perhaps in "other things Gentoo."
What kind of machine are you trying to install on? These issues you're having are very unique. |
audiodef
These commands I enter are accurately and is exact following the commands in your install.sh and chroot_install.sh scripts, manually.
The Computer I'm using is the same where I installed GentooStudio few Years ago successful.
On my working computer at home is Gentoo/linux installed. I using Gentoo since Years.
I can not understand why this behaviour during GentooStudio installation is possible.
I did not type 'exit' at any time. I did not use your install.sh and chroot_install.sh at all
Try it by yourself to install it on an another Computer, you will see what happen.
Regards _________________ Don't Panic, the answer is 42 |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 60 Location: Cologne / Germany
|
Posted: Sat Jan 09, 2021 5:19 pm Post subject: |
|
|
audiodef
More information:
In your chroot_install.sh which I don't use, I manaully do by hand
env-update
source /etc/profile
emerge-webrsync
eix-sync
emerge-webrsync does nothing
I
eix-sync should call emerge --sync but it does not run
Hope this information are useful
Regards _________________ Don't Panic, the answer is 42 |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6428 Location: /usr/lib64/lv2
|
Posted: Sat Jan 09, 2021 5:35 pm Post subject: |
|
|
You should be following the manual instructions here: https://gentoostudio.org/?page_id=2
with the caveats mentioned in a recent post I made. Don't follow what the scripts say.
The only ways eix-sync would not work are resolv.conf didn't get copied or something went wrong earlier. I just wish I could actually see your machine because I'm unable to replicate your issues using the tarball that's now live. Maybe try downloading it again? _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
pietinger Guru

Joined: 17 Oct 2006 Posts: 511 Location: Bavaria
|
Posted: Sat Jan 09, 2021 5:51 pm Post subject: |
|
|
soundrolf,
do you want an UEFI boot ? If yes, you shouldnt format /dev/sda2 with ext4; format it with FAT32 (UEFI can only read an ESP with FAT). |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 60 Location: Cologne / Germany
|
Posted: Sun Jan 10, 2021 5:00 pm Post subject: |
|
|
audiodef
I attempt a new Installation according this site: https://gentoostudio.org/?page_id=2
Here is the step by step protocol what I did: https://dpaste.com/DG7TGPMQB
Can not Install GentooStudio
pietinger
I don't have UEFI Mobo: Asus P5Q
Regards _________________ Don't Panic, the answer is 42 |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6428 Location: /usr/lib64/lv2
|
Posted: Wed Jan 13, 2021 12:59 am Post subject: |
|
|
This whole thing:
Code: |
35. emerge-webrsync -- returns to livecd /mnt/gentoo instead of livecd / # blinking prompt
36. eix-sync -- same reaction as above
|
I'm sorry to say has me stumped. I have never seen that before. I wish I had an answer! _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 60 Location: Cologne / Germany
|
Posted: Wed Jan 13, 2021 10:39 am Post subject: |
|
|
audiodef
New Information:
I figured out that in /usr/portage/profiles are no profiles, no directorys, only 2 files
Made a check with: eselect profiles list
returns: can not found any profiles.
The /boot directory is empty
I will still Investigate my GentooStudio Box
Hope this can help
Regards _________________ Don't Panic, the answer is 42 |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6428 Location: /usr/lib64/lv2
|
|
Back to top |
|
 |
|