View previous topic :: View next topic |
Author |
Message |
Algori n00b
Joined: 02 Jan 2018 Posts: 41 Location: Leipzig
|
Posted: Tue Jan 02, 2018 3:11 pm Post subject: Gentoo minimal/Livedvd |
|
|
Hello Gentoo-com,
I dicided to switch to Gentoo from Ubuntu, because.. there are a lot of reasons.
1. I want to know, and controll, what my system is allowed and able to do
2. I dont't like these trash according to my system, like some kind of apps and stuff, i defintly don't need
3. I want to lern everything about. linux itself and according to my digital enviroment
first of all, I was excited about the start, doing it step by step, build the system.
I've got a problem, i don't have all possibilities, can't burn a cd, and don't have a internetconnection at home.
so i have to create a USB device, i did it by hybridiso, dd, and i was running Gentoo by boot USB, but i didn't want to have this graphic enviroment, and definitly don't want to be i change to must have a desktop, but i tried anyway, second later, i was on KDE, by did nothing, so i was blind, as i was by ubuntu.
Maybe i have to install it by a minimal cd,
is there an other possibility? options by running the gentoo live-usb?
I think, I read some about the minimal cd.iso will not running by UEFI so I can't run it by a USB Device,
could some of you draw my attention to a simple solution,
thanks a lot
truly yours
Laura |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Tue Jan 02, 2018 4:00 pm Post subject: |
|
|
Algori,
Welcome to Gentoo.
Start with System Rescue CD on a bootable USB Stick.
You can install and maintain Gentoo using sneakernet.
Since I wrote that in 2006, /etc/make.conf has moved to /etc/portage/make.conf, the rest still looks OK.
-- edit --
That post is only the extra steps you need to make sneakernet work.
You still need to follow the handbook. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Maxxx Guru
Joined: 12 Jan 2016 Posts: 595 Location: Italia
|
Posted: Tue Jan 02, 2018 4:06 pm Post subject: |
|
|
You also can compile all system by another OS (like Ubuntu, for example) booted by UEFI.
I installed my Gentoo from Ubuntu booted in UEFI. |
|
Back to top |
|
|
Algori n00b
Joined: 02 Jan 2018 Posts: 41 Location: Leipzig
|
Posted: Tue Jan 02, 2018 5:17 pm Post subject: |
|
|
Hello, thank you!
what is the difference to the gentoo minimal livecd to system rescue cd?
there is no way to install the minimal cd to an usb-drive?
truly yours
algori |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31269 Location: here
|
Posted: Tue Jan 02, 2018 5:19 pm Post subject: |
|
|
Algori wrote: | what is the difference to the gentoo minimal livecd to system rescue cd? |
systemrescuecd has EFI support and better hardware support, and anyway is gentoo based _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Algori n00b
Joined: 02 Jan 2018 Posts: 41 Location: Leipzig
|
Posted: Tue Jan 02, 2018 6:04 pm Post subject: |
|
|
hello, i see.
the livedvd supports getting a root prompt by just invoking sudo su - or sudo -i in a terminal.
should work for me, right? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Tue Jan 02, 2018 6:06 pm Post subject: |
|
|
Algori,
That works too but it may not support UEFI. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Algori n00b
Joined: 02 Jan 2018 Posts: 41 Location: Leipzig
|
Posted: Tue Jan 02, 2018 6:36 pm Post subject: |
|
|
thank you Gentoo-humans!
i will try this at home, and tomorrow.
will see.
truly yours
algori |
|
Back to top |
|
|
fungalnet n00b
Joined: 06 Jan 2018 Posts: 14 Location: Namimbia
|
Posted: Tue Jan 23, 2018 9:31 pm Post subject: it would have been nice |
|
|
Do let us know how it went _________________ obarun Void @ systemD Free Space
Last edited by fungalnet on Sun Feb 04, 2018 2:34 pm; edited 1 time in total |
|
Back to top |
|
|
bandreabis Advocate
Joined: 18 Feb 2005 Posts: 2495 Location: イタリアのロディで
|
Posted: Thu Feb 01, 2018 12:04 pm Post subject: Re: it would have been nice |
|
|
fungalnet wrote: | to let us know how it went |
me curious _________________ Il numero di post non fa di me un esperto! Anzi! |
|
Back to top |
|
|
fungalnet n00b
Joined: 06 Jan 2018 Posts: 14 Location: Namimbia
|
Posted: Sun Feb 04, 2018 2:35 pm Post subject: I meant do not to |
|
|
Do let us know how it went, not to, sorry for the typo _________________ obarun Void @ systemD Free Space |
|
Back to top |
|
|
ayeyes Tux's lil' helper
Joined: 03 Dec 2017 Posts: 104
|
Posted: Wed Feb 07, 2018 11:26 pm Post subject: |
|
|
When doing a chroot from SystemrescueCD do this:
Code: | chroot /mnt/gentoo /bin/env -i TERM=$TERM /bin/bash
(env-update)
source /etc/profile
export PS1="(chroot) $PS1"
|
Not sure if env-update is necessary. Gives a bzip2 error.
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
|
|