pretty new to funtoo. In general i am trying to solve all by my own, but now i got stuck in the very early stage of installing a funtoo system. I successfully installed one before reading this here: https://www.funtoo.org/Install/Introduction
- then dropping this (while in /mnt/funtoo) on terminal: fchroot /mnt/funtoo /bin/bash --login
- terminal still stays at "livecd /mnt/funtoo", not "fchroot #"
- running a "ego sync" succeeeds with 0 errors
- dropping a "emerge -auDN @world" starts fine, but stops after some work and complaining about that i need at least 5 GIB to continue
So, what i found out so far:
- inside the fchroot (pretty sure something here failed) running a "cat /etc/fstab" reveals a "overlay / overlay defaults 0 0". If i am right, i should see the sample fstab here instead
- "df -h /" says "overlay 1.8G 544M 1.3G 31%".
- "grub-install --target=i386-pc --no-floppy /dev/sda fails with "grub-install: error: failed to get path of 'overlay'"
Question
kery
Hi folks,
pretty new to funtoo. In general i am trying to solve all by my own, but now i got stuck in the very early stage of installing a funtoo system. I successfully installed one before reading this here: https://www.funtoo.org/Install/Introduction
But now it fails for a new system with reasons unknown to me. Steps are
- setup partitions on sda (sda1->ext2->/boot;sda2->swap;sda3->ext4->/)
-download the stage3 gnome into /mnt/funtoo, package is this one: https://build.funtoo.org/next/x86-64bit/intel64-westmere/2023-01-31/gnome-stage3-intel64-westmere-next-2023-01-31.tar.xz
- then dropping this (while in /mnt/funtoo) on terminal: fchroot /mnt/funtoo /bin/bash --login
Edited by kery- terminal still stays at "livecd /mnt/funtoo", not "fchroot #"
- running a "ego sync" succeeeds with 0 errors
- dropping a "emerge -auDN @world" starts fine, but stops after some work and complaining about that i need at least 5 GIB to continue
So, what i found out so far:
- inside the fchroot (pretty sure something here failed) running a "cat /etc/fstab" reveals a "overlay / overlay defaults 0 0". If i am right, i should see the sample fstab here instead
- "df -h /" says "overlay 1.8G 544M 1.3G 31%".
- "grub-install --target=i386-pc --no-floppy /dev/sda fails with "grub-install: error: failed to get path of 'overlay'"
What am i doing wrong here?
Thanks in advance for any help
K.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts