Error at launch when GRUB_CMDLINE_LINUX="net.ifnames=0"
See original GitHub issue- Etcher version: 1.0.0. beta 19 x64
- Operating system and architecture: Ubuntu Mate - 16.04.2 TLS
- Do you see any meaningful error information on DevTools? Alert box on launch
When /etc/default/grub contains GRUB_CMDLINE_LINUX=“net.ifnames=0” Etcher shows an error at launch, before displaying:
Command failed: /tmp/.org.chromium.Chromium.KohxiJ
/tmp/.org.chromium.Chromium.KohxiJ: ligne 122: UDEV_net.ifnames=0 : commande introuvable
Error: Command failed: /tmp/.org.chromium.Chromium.KohxiJ
/tmp/.org.chromium.Chromium.KohxiJ: ligne 122: UDEV_net.ifnames=0 : commande introuvable
at ChildProcess.exithandler (child_process.js:218:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Socket.<anonymous> (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:493:12)
Same error when launched in the devtool console log. (The very same etcher was working on the same box before the Grub modification) Image selection is then ok, but etcher doesn’t recognize any usb drive. Tried with the https://dl.bintray.com/resin-io/debian stable etcher repo too, idem.
Issue Analytics
- State:
- Created 7 years ago
- Comments:28 (20 by maintainers)
Top Results From Across the Web
Disable consistent network device naming in RHEL7
In RHEL7, I understand that I need to use net.ifnames=0 in order to do this, ... file and then reconfigures grub by running...
Read more >Use of Predictable Network Interface Names with alternate ...
The error in my thinking was that I expected different interface names with net.ifnames=1 and biosdevname=0 , as described in the link you...
Read more >Linux: Disable assignment of new names for network interfaces
Hi,. newer Linux distribution do assign network names like enp0s13 or eno1 instead of the old style ethx names.
Read more >Troubleshoot your Linux instance using GRUB
From the GRUB menu, you can select which kernel to boot into, or modify menu entries to ... net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 ...
Read more >Why is my ethernet interface called enp0s10 instead of eth0?
You pass the net.ifnames=0 on the kernel command line. TL;DR: it has been renamed to 99-default.link.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi guys, Sorry it took so long. Got it and tested, no problem, works fine now: thanks a lot!
Yeah, makes sense. I’ll prepare one and upload it here.