Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Before I embark on a Gentoo install...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
gentoofication
n00b
n00b


Joined: 25 Mar 2018
Posts: 5

PostPosted: Mon Mar 26, 2018 12:08 am    Post subject: Before I embark on a Gentoo install... Reply with quote

Hi there
I finally got a testing laptop and I'm excited about the prospect of installing Gentoo again, last time I tried it was back in 2004 on an AMD cpu of sorts, took me 5 days with a printed manual and an angry girlfriend :)
Upon successful install, I'm looking to move away from Arch (love the distro, really dislike the community).
I have a couple of questions, if I may:

1. Will run the install on wifi only and couldn't see if wpa_supplicant is part of the rescue image, if not, will I have another way to connect to my wifi?
2. Installing on a i7 8 core Ivy Bridge, any tips from the gurus on ways to make the compiling faster?

Any tips will be greatly appreciated.
_________________
I'm here to learn, so please be Gentoo with me if I ask a stupid question
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Mar 26, 2018 12:42 am    Post subject: Reply with quote

Use SystemRescueCD instead of Gentoo official install ISO. You get a GUI (copy/paste from Handbook cannot be easier) and wireless works. Not sure about your girlfriend this time, though. Faster compiling ... if you got plenty of RAM (8 GB or more) use tmpfs for building.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
gentoofication
n00b
n00b


Joined: 25 Mar 2018
Posts: 5

PostPosted: Mon Mar 26, 2018 1:15 am    Post subject: Reply with quote

Thank you Jaglover
Do you mean the 2gig live iso? will try that.
LOL regarding girlfriend, I'm afraid no one could help with that one! she's gone long time ago, Linux stayed! :)
_________________
I'm here to learn, so please be Gentoo with me if I ask a stupid question
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Mon Mar 26, 2018 1:21 am    Post subject: Reply with quote

No, Jaglover means this one: http://www.system-rescue-cd.org/Download/
Back to top
View user's profile Send private message
gentoofication
n00b
n00b


Joined: 25 Mar 2018
Posts: 5

PostPosted: Mon Mar 26, 2018 1:26 am    Post subject: Reply with quote

Thank you Tony0945!
We need a thumbs up button somewhere :)
_________________
I'm here to learn, so please be Gentoo with me if I ask a stupid question
Back to top
View user's profile Send private message
gentoofication
n00b
n00b


Joined: 25 Mar 2018
Posts: 5

PostPosted: Mon Mar 26, 2018 1:55 am    Post subject: Reply with quote

Tony0945 wrote:
No, Jaglover means this one: http://www.system-rescue-cd.org/Download/


Something is wrong with the link, it download fails. I tried 4 times on both chrome and firefox, it reaches the end and fails.
Not sure what is going on, see if I can replicate once I get to my home computer
_________________
I'm here to learn, so please be Gentoo with me if I ask a stupid question
Back to top
View user's profile Send private message
ali3nx
l33t
l33t


Joined: 21 Sep 2003
Posts: 722
Location: Winnipeg, Canada

PostPosted: Mon Mar 26, 2018 3:31 am    Post subject: Reply with quote

One other useful tip regarding sysrescuecd.

There's a helpful kernel config template in the booted sysrescuecd root directory with all the config options required for uefi bios boot to function.

I've typically done my own kernel configs for years but that kernel config had a chipset driver enabled that was necessary for my skylake workstation I couldn't find using menuconfig. 10/10 would recommend using that config as a template when your considering kernel config options.
_________________
Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper!
Back to top
View user's profile Send private message
gentoofication
n00b
n00b


Joined: 25 Mar 2018
Posts: 5

PostPosted: Mon Mar 26, 2018 4:55 am    Post subject: Reply with quote

Thanks mate!
much appreciated
_________________
I'm here to learn, so please be Gentoo with me if I ask a stupid question
Back to top
View user's profile Send private message
djentoo
n00b
n00b


Joined: 17 Oct 2017
Posts: 37

PostPosted: Thu Apr 05, 2018 10:18 pm    Post subject: Reply with quote

Here's a tip.

Set the root password, enable ssh root in config, and do the install remotely. That will probably make your girlfriend happy and then you don't have to troubleshoot problems with wifi. I had wifi problems even with the System Rescue CD. Having the gui there definitely helps speed things up with copypasta.

Target machine:
Code:
sudo passwd root
sudo nano /etc/ssh/sshd_config
sudo /etc/init.d/sshd restart


Now go on another computer:
Code:
sudo login root@ipaddress


If you get a prompt about a key, run nano and remove the key from the file specified in the output and that should clear the path.
Back to top
View user's profile Send private message
djentoo
n00b
n00b


Joined: 17 Oct 2017
Posts: 37

PostPosted: Thu Apr 05, 2018 10:25 pm    Post subject: Reply with quote

Some more things to watch out for...

I've had the most trouble with getting Grub set up right. A lot of it has to do with partitioning incorrectly. If it's UEFI/EFI, make it a GPT label, and format the boot partition as FAT, NOT ext2 like in the handbook. Make sure you follow the GRUB2 parts for EFI. Give enough space for each partition. Another guide I followed suggested a minimum of 200mb for boot, minimum RAM size for swap. I think the Gentoo handbook has a confusing layout on the bootloader page, and it's easy to make mistakes by using the MBR commands.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Apr 05, 2018 10:32 pm    Post subject: Reply with quote

Better yet, if it's UEFI, forget grub! Install refind in the GPT and tell it to search for kernels in /boot which is ext4/btrfs/ etc. mounted elsewhere. Put as little vital operating files on FAT as possible.
Back to top
View user's profile Send private message
djentoo
n00b
n00b


Joined: 17 Oct 2017
Posts: 37

PostPosted: Thu Apr 05, 2018 11:29 pm    Post subject: Reply with quote

Let the biases commence :P
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Fri Apr 06, 2018 12:07 am    Post subject: Reply with quote

djentoo wrote:
Let the biases commence :P
morituri te salutant !
Back to top
View user's profile Send private message
bammbamm808
Guru
Guru


Joined: 08 Dec 2002
Posts: 548
Location: Hawaii

PostPosted: Fri Apr 06, 2018 3:16 am    Post subject: Reply with quote

Tony0945 wrote:
Better yet, if it's UEFI, forget grub! Install refind in the GPT and tell it to search for kernels in /boot which is ext4/btrfs/ etc. mounted elsewhere. Put as little vital operating files on FAT as possible.


rEFInd is great. Seconded. Its quite flexible and you dont have to rerun it to detect new kernels. Just make sure they are where you have told it to look and they will be there next boot.
_________________
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 2070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum