Darshaka Pathirana

Results 106 comments of Darshaka Pathirana

While we should also make the "Additional boot entries" consistent between [isolinux](https://github.com/grml/grml-live/blob/master/templates/boot/isolinux/grml.cfg) and [grub](https://github.com/grml/grml-live/blob/master/templates/boot/grub/%25SHORT_NAME%25_options.cfg). See the screenshot: ![VirtualBox_grml2020 06_03_06_2020_18_29_09](https://user-images.githubusercontent.com/288637/83664099-d5ab3c00-a5c9-11ea-9454-b1605bd936d5.png) ![VirtualBox_grml2020 06_03_06_2020_18_29_50](https://user-images.githubusercontent.com/288637/83664144-e196fe00-a5c9-11ea-967d-b7703d160f41.png)

JFTR, tmux does (and will not) support serial console (https://github.com/tmux/tmux/issues/1862). The question is, do we need tmux to work on a serial console? But yes, I also think we should...

Grml 2022.11 ships MemTest86+ v6.00 but only when booting with Grub (EFI + BIOS). When booting ISOLINUX (BIOS) we still end up in MemTest86+ v5.01! This is because the isolinux...

@Mebus Can you still reproduce this issue with a daily [Grml ISO](https://grml.org/daily/)?

Seems like udev kicks in: ``` root@grml ~ # while ! lsof +c0 /dev/sda; do sleep 0.1; done COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME (udev-worker) 8271 root...

Not sure, because an instant retry failed too: ```sh root@grml ~ # grml-debootstrap -r bookworm -t /dev/sda1 --grub /dev/sda --hostname template-debian-bookworm --mirror http://mirror.hetzner.de/debian/packages; blockdev --rereadpt "$main_device" [...] blockdev: ioctl error...

I think I also read all the given "ESP size recommendation" articles to decide on the "best" size for my ESP partition. I usually choose 550 MiB on physical machines...

AFAIK we have [make testrun](https://github.com/grml/grml-debootstrap/blob/85cbbe05b2cd5d3707d63335ac9e0235bc312072/Makefile#L53) (https://github.com/grml/grml-debootstrap/commit/7fc0e06e6bb818dd8410e8dc2341da015121203a) which uses Vagrant under the hood. I haven't used it for ages and I think it should get some love. 😉 That said, since...

@aleksas Did you make any progress? I am running Debian/bullseye and also want to make the Dymo LabelManager 280 work. This is what I tried: - connected the LabelManager 280...