Re: [gentoo-user] Re: Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Adam Carter
On Sat, Jul 20, 2019 at 2:37 AM Ian Zimmerman wrote: > On 2019-07-19 20:58, Adam Carter wrote: > > > I experimented found the following worked in /etc/default/grub; > > > > GRUB_DEVICE="PARTUUID=d3554d49-02" > > > > Which writes grub.cfg as; > > linux /vmlinuz-5.2.0-gentoo

Re: [gentoo-user] Re: emerge --sync: problem refreshing keys

2019-07-19 Thread Stefano Crocco
On venerdì 19 luglio 2019 18:21:46 CEST Ian Zimmerman wrote: > On 2019-07-18 19:42, Stefano Crocco wrote: > > Hello to everyone, > > since yesterday emerge --sync fails because it can't refresh keys. The > > messages I get are: > > > > Syncing repository 'gentoo' into '/usr/portage'... > > > >

Re: [gentoo-user] Re: Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Mike Gilbert
On Fri, Jul 19, 2019 at 12:37 PM Ian Zimmerman wrote: > > On 2019-07-19 20:58, Adam Carter wrote: > > > I experimented found the following worked in /etc/default/grub; > > > > GRUB_DEVICE="PARTUUID=d3554d49-02" > > > > Which writes grub.cfg as; > > linux /vmlinuz-5.2.0-gentoo

[gentoo-user] Re: Migration from 17.0 to 17.1

2019-07-19 Thread Ian Zimmerman
On 2019-06-24 14:16, Jacques Montier wrote: > I followed the steps 1, 3, 4, 5, 6, 7, 8, 9 and 10 (emerge -1v > sys-devel/gcc:8.3.0, emerge -1v sys-devel/gcc:8.2.0-r6) without any issue. > Everything works fine but the step 11 (emerge -1v --deep /lib32 /usr/lib32 > /usr/lib/llvm/*/lib32) has been

[gentoo-user] Re: Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Ian Zimmerman
On 2019-07-19 20:58, Adam Carter wrote: > I experimented found the following worked in /etc/default/grub; > > GRUB_DEVICE="PARTUUID=d3554d49-02" > > Which writes grub.cfg as; > linux /vmlinuz-5.2.0-gentoo root=PARTUUID=d3554d49-02 ro > init=/usr/lib/systemd/systemd iommu=pt raid=noautodetect >

[gentoo-user] Re: search patterns in less(1)

2019-07-19 Thread Ian Zimmerman
On 2019-07-19 06:40, n952162 wrote: > Anyway, thank you for the (unexpected) tip: > > man perlre > > That says to use \b instead of the decades-old \<. I did not expect it either, but I convinced myself running ldd `which less` -- Please don't Cc: me privately on mailing lists and Usenet,

[gentoo-user] Re: emerge --sync: problem refreshing keys

2019-07-19 Thread Ian Zimmerman
On 2019-07-18 19:42, Stefano Crocco wrote: > Hello to everyone, > since yesterday emerge --sync fails because it can't refresh keys. The > messages I get are: > > Syncing repository 'gentoo' into '/usr/portage'... > * Using keys from /usr/share/openpgp-keys/gentoo-release.asc > * Refreshing

Re: [gentoo-user] search patterns in less(1)

2019-07-19 Thread Michael Orlitzky
On 7/19/19 11:28 AM, Michael Orlitzky wrote: > On 7/19/19 2:40 AM, n952162 wrote: >> The man page says: >> >>   The pattern is a regular expression, as recognized by >>   the regular expression library supplied by  your system >> >> There are many regular expression libraries on my

Re: [gentoo-user] search patterns in less(1)

2019-07-19 Thread Michael Orlitzky
On 7/19/19 2:40 AM, n952162 wrote: > The man page says: > >   The pattern is a regular expression, as recognized by >   the regular expression library supplied by  your system > > There are many regular expression libraries on my system. > You caught me, I did $ ldd

Re: [gentoo-user] Black Screen of Death

2019-07-19 Thread Rich Freeman
On Fri, Jul 19, 2019 at 7:52 AM Alan Mackenzie wrote: > > On Fri, Jul 19, 2019 at 01:30:48 +0200, gentoo-u...@c-14.de wrote: > > > > Running ASUS Prime x470 Prime with ryzen 2700 and have upgraded kernel > > > to latest stable when running emerge --update... > > I've been having this problem ever

Re: [gentoo-user] Black Screen of Death

2019-07-19 Thread Alan Mackenzie
On Fri, Jul 19, 2019 at 01:30:48 +0200, gentoo-u...@c-14.de wrote: > [2019-07-18 23:29] jdm > > Hi, > Hi, > > For the last 2 months I have been getting a problem where my machine > > locks and after 2 seconds goes to a black screen. The machine is then > > unusable, ctrl-alt-delete F1 or sys

Re: [gentoo-user] Black Screen of Death

2019-07-19 Thread Mick
On Friday, 19 July 2019 06:28:56 BST jdm wrote: > I have updated firmware line in kernel as this now includes a few extra > lines so not loading all of the available firmware. Some time ago I noticed warnings in dmesg which alerted me to the fact the radeon graphics was not finding all the

Re: [gentoo-user] Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Adam Carter
On Fri, Jul 19, 2019 at 8:27 PM Mick wrote: > On Friday, 19 July 2019 10:29:09 BST Adam Carter wrote: > > This > > https://wiki.gentoo.org/wiki/GRUB2/Configuration_variables > > > > has > > > > GRUB_DISABLE_LINUX_UUID false If true, ${GRUB_DEVICE} is passed in the > root > > parameter on the

Re: [gentoo-user] Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Mick
On Friday, 19 July 2019 10:29:09 BST Adam Carter wrote: > This > https://wiki.gentoo.org/wiki/GRUB2/Configuration_variables > > has > > GRUB_DISABLE_LINUX_UUID false If true, ${GRUB_DEVICE} is passed in the root > parameter on the kernel command line. > > If false, ${GRUB_DEVICE_UUID} is passed

[gentoo-user] Using UUID for root disk in grub requires initramfs?

2019-07-19 Thread Adam Carter
This https://wiki.gentoo.org/wiki/GRUB2/Configuration_variables has GRUB_DISABLE_LINUX_UUID false If true, ${GRUB_DEVICE} is passed in the root parameter on the kernel command line. If false, ${GRUB_DEVICE_UUID} is passed in the root parameter on the kernel command line when an initramfs is

Re: [gentoo-user] Black Screen of Death

2019-07-19 Thread Stefan Schmiedl
"jdm" , 19.07.2019, 07:28: > I have updated firmware line in kernel as this now includes a few extra > lines so not loading all of the available firmware. > Thanks for advice and I'll see how I get on. Can you trigger the crash by (over-)exerting the system? A few years ago I had a box with