Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation scheitert immer
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mark_ms
n00b
n00b


Joined: 28 Mar 2021
Posts: 7

PostPosted: Fri Apr 02, 2021 8:27 am    Post subject: Installation scheitert immer Reply with quote

guten Tag

Ich bin seit gut einer Woche dran und versuche gentoo auf meinem alten Lapi zu installieren.
bin eigntlich neu auf dem gebiet.
habe 4 laufwerke definiert
/dev/sda1 Bios/boot 3M
/dev/sda2 /boot 1G
/dev/sda3 /swap 5G
/dev/sda4 /root 450G

nun habe ich den Kenel kompiliert und will mit make install alles ist /boot werfen
nun kommt der Fehler das kein Speicherplatz verfügbar ist

kann mir da jemand helfen

Im Handbuch sind die Partitionen noch kleiner.
Ich versehe es nicht mehr
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1382
Location: Germany

PostPosted: Fri Apr 02, 2021 8:34 am    Post subject: Reply with quote

was sagt df -h oder mount?
Ist die boot Partition eingehängt?
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
mark_ms
n00b
n00b


Joined: 28 Mar 2021
Posts: 7

PostPosted: Fri Apr 02, 2021 8:45 am    Post subject: Reply with quote

da kommt ein Fehler mount: /dev/sda2 konnte nicht in/etc/fstab gefunden werden

In der fstab steht

LABEL=boot /boot ext4 noauto,notime 1 2


Hab es gelöst ,ich bin neu mit Gentoo da kommen noch viele Probleme auf mich zu.

schöne Ostern
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3478
Location: Berlin

PostPosted: Fri Apr 02, 2021 8:55 am    Post subject: Reply with quote

Ich nutze UUID
Code:
/sbin/blkid
Code:
# cat /etc/fstab | grep boot
UUID=04FE-56A1   /boot/efi   vfat      noauto,noatime   1 2
Wenn ich nicht irre, sollte das bei dir so aussehen
Code:
/dev/sda2  /boot  ext4      noauto,noatime   1 2
Außer, du benötigst den efi Eintrag.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4124
Location: Bavaria

PostPosted: Fri Apr 02, 2021 9:32 am    Post subject: Reply with quote

mark_ms wrote:
Code:
LABEL=boot        /boot         ext4       noauto,notime    1 2

Wenn Du Deine Festplatte mit gpt (=standard) partitioniert hast, musst Du "PARTLABEL=" verwenden. Also so:
Code:
PARTLABEL=boot        /boot         ext4       noauto,notime    1 2

(nur wenn Du noch als mbr partitioniert hast, geht das LABEL=)
(das gleiche gilt für die swap)
Wenn Du Lust hast, kannst Du Dir mal meine Threads anschauen, um Dir ein wenig Inspiration zu holen:
https://forums.gentoo.org/viewtopic-t-1112800.html
(Deine erste Partition ist noch aus dem alten AMD64-Handbuch; die haben das inzwischen aktualisiert/umgestellt)
Back to top
View user's profile Send private message
mark_ms
n00b
n00b


Joined: 28 Mar 2021
Posts: 7

PostPosted: Fri Apr 02, 2021 9:42 am    Post subject: Reply with quote

Vielen Dank für den tip

habe gpt genommen muss also umschreiben
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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