Paul Menzel
Paul Menzel
As document in the [how-to from Chuck Nemeth](https://www.chucknemeth.com/flash-lenovo-x230-coreboot/) changing the GRUB (in MBR) configuration like below, should do the trick. ``` [user@mainpc:~]$ sudoedit /etc/default/grub # Uncomment and edit the following...
On 04.02.19 22:04, Martin Kepplinger wrote: > thanks for looking that up paul, that indeed works. we'll have to > document this. Thank you for testing this so quickly. >...
On 04.02.19 22:37, Martin Kepplinger wrote: […] > I use debian stable's version 2.02~beta3-5+deb9u1 It’d be great, if you tested this with the latest version from the master branch (or...
From `grub-core/term/gfxterm.c`: ``` static grub_err_t grub_gfxterm_term_init (struct grub_term_output *term __attribute__ ((unused))) { char *tmp; grub_err_t err; const char *modevar; /* Parse gfxmode environment variable if set. */ modevar = grub_env_get...
On 11/23/18 11:29, Martin Kepplinger wrote: > When building using our "free" config (mv `config-xxx > backup-config-xxx && mv free-config-xxx config-xxx && ./build.sh`) we > don't have early linux boot...
On 11/23/18 14:19, Martin Kepplinger wrote: > I didn't, but changed that now which doesn't help though. It feels > like GRUB needs a change here because it's "loading init...
On 11/26/18 12:19, Martin Kepplinger wrote: > I'm running Debian stable's GRUB 2.02~beta3-5+deb9u1 Please try a newer one, best built from GRUB’s master branch. > dmesg is ok and unchanged....
It could be, that the network traffic is caused by transferring the file to an NFS mount, and Rsync is in the beginning checking, what files are already present.
According to mika in [email protected] setting `TIMEZONE='Europe/Vienna'` in `/etc/debootstrap/config` could work. Or even passing the environment variable `TIMEZONE`.
> Incredible this hasn't been added yet. 6 years? Why is it incredible? Please implement it by doing it yourself or by contracting somebody. That’s how free software works.