* [gentoo-user] fresh gentoo installation reboot fs read only @ 2019-02-18 23:26 Tamer Higazi 2019-02-19 4:13 ` Davyd McColl 0 siblings, 1 reply; 6+ messages in thread From: Tamer Higazi @ 2019-02-18 23:26 UTC (permalink / raw To: gentoo-user Hi people, I made a fresh systemd installation based and generated the kernel with genkernel. I am not capable to login after reboot. It is a EFI installation based on systemd I saw in the internet similiar posts, and I am stuck and not getting it solved somehow to login with write access. Has anybody of you an idea what I made wrong? I would kindly thank the gentoo community supporting me solving this issue. grub options: https://pastebin.com/raw/hEaP5Mv0 genkernel linux config https://pastebin.com/raw/7CSYLfrS gentoo /etc/fstab: https://pastebin.com/raw/zL19iQiZ grub.cfg file: https://pastebin.com/7KxJCp9F Thank you. best, Tamer ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fresh gentoo installation reboot fs read only 2019-02-18 23:26 [gentoo-user] fresh gentoo installation reboot fs read only Tamer Higazi @ 2019-02-19 4:13 ` Davyd McColl 2019-02-19 7:22 ` m4110c 2019-02-22 18:52 ` Tamer Higazi 0 siblings, 2 replies; 6+ messages in thread From: Davyd McColl @ 2019-02-19 4:13 UTC (permalink / raw To: gentoo-user On February 19, 2019 00:27:34 Tamer Higazi <th982a@googlemail.com> wrote: > Hi people, > I made a fresh systemd installation based and generated the kernel > with genkernel. > I am not capable to login after reboot. It is a EFI installation based > on systemd > > I saw in the internet similiar posts, and I am stuck and not getting > it solved somehow to login with write access. > > Has anybody of you an idea what I made wrong? > > I would kindly thank the gentoo community supporting me solving this issue. > > grub options: > https://pastebin.com/raw/hEaP5Mv0 > > genkernel linux config > https://pastebin.com/raw/7CSYLfrS > > gentoo /etc/fstab: > https://pastebin.com/raw/zL19iQiZ Just curious - how does mount know how to identify your block devices? This fstab has no device identifier at the start of each line (eg /dev/sda7, as mentioned in a comment above the line for root, or, better, UUID= identifiers, as suggested in the higher up commentary). I don't run systemd (so I'm not sure if it does something magick here?), but I wouldn't expect this fstab to work on any of the systems I've used. > > grub.cfg file: > https://pastebin.com/7KxJCp9F > > > Thank you. > > > > > best, Tamer > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fresh gentoo installation reboot fs read only 2019-02-19 4:13 ` Davyd McColl @ 2019-02-19 7:22 ` m4110c 2019-02-22 18:52 ` Tamer Higazi 1 sibling, 0 replies; 6+ messages in thread From: m4110c @ 2019-02-19 7:22 UTC (permalink / raw To: gentoo-user Thus spoke Davyd McColl (davydm@gmail.com): > > Just curious - how does mount know how to identify your block devices? This > fstab has no device identifier at the start of each line (eg /dev/sda7, as > mentioned in a comment above the line for root, or, better, UUID= > identifiers, as suggested in the higher up commentary). > I don't run systemd (so I'm not sure if it does something magick here?), but > I wouldn't expect this fstab to work on any of the systems I've used. > Nah, no magic there, the identifiers are missing, it can not work like that. Follow the handbook and you should not run into such problems ;-) Best -- m4110c mailto: disquz@mm-no.de ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fresh gentoo installation reboot fs read only 2019-02-19 4:13 ` Davyd McColl 2019-02-19 7:22 ` m4110c @ 2019-02-22 18:52 ` Tamer Higazi 2019-02-22 18:13 ` Davyd McColl 1 sibling, 1 reply; 6+ messages in thread From: Tamer Higazi @ 2019-02-22 18:52 UTC (permalink / raw To: gentoo-user Hi David, you were absolutely RIGHT. I knew only from the past the Gentoo Installations, where the UUID was not necessary. I executed "blkid", took the UUID for the desired to mounted device, wrote it in the fstab file before I reexecuted grub-mkconfig .... Thanks for your edvises in the chat and the mailinglist best, Tamer On 19.02.19 05:13, Davyd McColl wrote: > > > On February 19, 2019 00:27:34 Tamer Higazi <th982a@googlemail.com> wrote: > >> Hi people, >> I made a fresh systemd installation based and generated the kernel >> with genkernel. >> I am not capable to login after reboot. It is a EFI installation based >> on systemd >> >> I saw in the internet similiar posts, and I am stuck and not getting >> it solved somehow to login with write access. >> >> Has anybody of you an idea what I made wrong? >> >> I would kindly thank the gentoo community supporting me solving this >> issue. >> >> grub options: >> https://pastebin.com/raw/hEaP5Mv0 >> >> genkernel linux config >> https://pastebin.com/raw/7CSYLfrS >> >> gentoo /etc/fstab: >> https://pastebin.com/raw/zL19iQiZ > Just curious - how does mount know how to identify your block devices? > This fstab has no device identifier at the start of each line (eg > /dev/sda7, as mentioned in a comment above the line for root, or, > better, UUID= identifiers, as suggested in the higher up commentary). > I don't run systemd (so I'm not sure if it does something magick > here?), but I wouldn't expect this fstab to work on any of the systems > I've used. >> >> grub.cfg file: >> https://pastebin.com/7KxJCp9F >> >> >> Thank you. >> >> >> >> >> best, Tamer >> > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fresh gentoo installation reboot fs read only 2019-02-22 18:52 ` Tamer Higazi @ 2019-02-22 18:13 ` Davyd McColl 2019-02-23 22:27 ` [gentoo-user] fresh gentoo installation reboot fs read only (SOLVED) Tamer Higazi 0 siblings, 1 reply; 6+ messages in thread From: Davyd McColl @ 2019-02-22 18:13 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1943 bytes --] On 2019/02/22 19:52:57, Tamer Higazi <th982a@googlemail.com> wrote: Hi David, you were absolutely RIGHT. I knew only from the past the Gentoo Installations, where the UUID was not necessary. I executed "blkid", took the UUID for the desired to mounted device, wrote it in the fstab file before I reexecuted grub-mkconfig .... Thanks for your edvises in the chat and the mailinglist you're welcome -- this list has been well helpful to me (and I've learned a lot by following it). I'm quite a fan of the Gentoo userbase -- so helpful! Must reciprocate when possible (: best, Tamer On 19.02.19 05:13, Davyd McColl wrote: > > > On February 19, 2019 00:27:34 Tamer Higazi wrote: > >> Hi people, >> I made a fresh systemd installation based and generated the kernel >> with genkernel. >> I am not capable to login after reboot. It is a EFI installation based >> on systemd >> >> I saw in the internet similiar posts, and I am stuck and not getting >> it solved somehow to login with write access. >> >> Has anybody of you an idea what I made wrong? >> >> I would kindly thank the gentoo community supporting me solving this >> issue. >> >> grub options: >> https://pastebin.com/raw/hEaP5Mv0 >> >> genkernel linux config >> https://pastebin.com/raw/7CSYLfrS >> >> gentoo /etc/fstab: >> https://pastebin.com/raw/zL19iQiZ > Just curious - how does mount know how to identify your block devices? > This fstab has no device identifier at the start of each line (eg > /dev/sda7, as mentioned in a comment above the line for root, or, > better, UUID= identifiers, as suggested in the higher up commentary). > I don't run systemd (so I'm not sure if it does something magick > here?), but I wouldn't expect this fstab to work on any of the systems > I've used. >> >> grub.cfg file: >> https://pastebin.com/7KxJCp9F >> >> >> Thank you. >> >> >> >> >> best, Tamer >> > > > [-- Attachment #2: Type: text/html, Size: 3606 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] fresh gentoo installation reboot fs read only (SOLVED) 2019-02-22 18:13 ` Davyd McColl @ 2019-02-23 22:27 ` Tamer Higazi 0 siblings, 0 replies; 6+ messages in thread From: Tamer Higazi @ 2019-02-23 22:27 UTC (permalink / raw To: gentoo-user Dear Davyd, Thanks again. Have a nice weekend. On 22.02.19 19:13, Davyd McColl wrote: > >> On 2019/02/22 19:52:57, Tamer Higazi <th982a@googlemail.com> wrote: >> >> Hi David, >> >> you were absolutely RIGHT. >> I knew only from the past the Gentoo Installations, where the UUID was >> not necessary. >> >> I executed "blkid", took the UUID for the desired to mounted device, >> wrote it in the fstab file before I reexecuted grub-mkconfig .... >> >> Thanks for your edvises in the chat and the mailinglist > **you're welcome -- this list has been well helpful to me (and I've > learned a lot > by following it). I'm quite a fan of the Gentoo userbase -- so > helpful! Must > reciprocate when possible (: > >> >> >> >> best, Tamer >> >> >> On 19.02.19 05:13, Davyd McColl wrote: >> > >> > >> > On February 19, 2019 00:27:34 Tamer Higazi wrote: >> > >> >> Hi people, >> >> I made a fresh systemd installation based and generated the kernel >> >> with genkernel. >> >> I am not capable to login after reboot. It is a EFI installation >> based >> >> on systemd >> >> >> >> I saw in the internet similiar posts, and I am stuck and not getting >> >> it solved somehow to login with write access. >> >> >> >> Has anybody of you an idea what I made wrong? >> >> >> >> I would kindly thank the gentoo community supporting me solving this >> >> issue. >> >> >> >> grub options: >> >> https://pastebin.com/raw/hEaP5Mv0 >> >> >> >> genkernel linux config >> >> https://pastebin.com/raw/7CSYLfrS >> >> >> >> gentoo /etc/fstab: >> >> https://pastebin.com/raw/zL19iQiZ >> > Just curious - how does mount know how to identify your block devices? >> > This fstab has no device identifier at the start of each line (eg >> > /dev/sda7, as mentioned in a comment above the line for root, or, >> > better, UUID= identifiers, as suggested in the higher up commentary). >> > I don't run systemd (so I'm not sure if it does something magick >> > here?), but I wouldn't expect this fstab to work on any of the systems >> > I've used. >> >> >> >> grub.cfg file: >> >> https://pastebin.com/7KxJCp9F >> >> >> >> >> >> Thank you. >> >> >> >> >> >> >> >> >> >> best, Tamer >> >> >> > >> > >> > >> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-02-23 21:27 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-02-18 23:26 [gentoo-user] fresh gentoo installation reboot fs read only Tamer Higazi 2019-02-19 4:13 ` Davyd McColl 2019-02-19 7:22 ` m4110c 2019-02-22 18:52 ` Tamer Higazi 2019-02-22 18:13 ` Davyd McColl 2019-02-23 22:27 ` [gentoo-user] fresh gentoo installation reboot fs read only (SOLVED) Tamer Higazi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox