u-root icon indicating copy to clipboard operation
u-root copied to clipboard

A fully Go userland with Linux bootloaders! u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.

Results 268 u-root issues
Sort by recently updated
recently updated
newest added

**When u-root loads the kernel image vmlinuz, it will fail. The log is as follows:** ``` 01. test-riscv64-minimal-23-1 (6.6.58) 02. Reboot 03. Enter a LinuxBoot shell Enter an option ('01'...

Bug

**Describe the bug** U-root strace struggles to trace large programs like browsers, where it is unable to trace I found an[ alternative ptrace implementation](https://github.com/robertmin1/cros-bazel/blob/main/portage/bin/fakefs/tracer/tracer.go) that effectively traces large programs. It...

Bug

**Describe the bug** A clear and concise description of what the bug is. `hostname` cmdlet compiled using tinygo toolchain, does not work, and running it would gives error, `could not...

Bug
Awaiting reviewer
tinygo: runtime-error
tinygo-runtime-net

**Describe the bug** A clear and concise description of what the bug is. Running `$ $BASE/tinygo-org/tinygo/build/tinygo build -tags netgo,purego,noasm,tinygo.enable .` to use tinygo toolchain to build a `lddfiles`, and it...

Bug
Awaiting reviewer
tinygo: runtime-error
tinygo-runtime-exec

**Describe the bug** A clear and concise description of what the bug is. `nohup` built with tinygo toolchain does not work. **To Reproduce** Steps to reproduce the behavior: ``` xuehaohu@worldpeace2:~/go/src/github.com/u-root/u-root/cmds/core/nohup$...

Bug
Awaiting reviewer
tinygo: runtime-error
tinygo-runtime-exec

**Describe the bug** A clear and concise description of what the bug is. tinygo `ntpdate` does not return date properly ``` [root/cmds/core/ntpdate$](https://www.google.com/url?q=http://github.com/u-root/u-root/cmds/core/ntpdate$&sa=D&source=docs&ust=1733258579673867&usg=AOvVaw3flOcTpyo3yqbU8yGtphLj) ./ntpdate.tiny -verbose 2024/12/03 19:33:33 Reading NTP servers from...

Bug
Awaiting reviewer
tinygo: runtime-error
tinygo-runtime-net

**Describe the bug** A clear and concise description of what the bug is. (`./strace` built from a recent commit) ``` xuehaohu@worldpeace2:~/go/src/github.com/u-root/u-root/cmds/core/strace$ ./strace 2024/12/03 21:56:16 usage: strace [-o ] [args...] xuehaohu@worldpeace2:~/go/src/github.com/u-root/u-root/cmds/core/strace$...

Bug
Awaiting reviewer
tinygo: runtime-error
tinygo-runtime-exec

in readme is mentioned --boot=gbb for binary with busybox, but nothing about just --boot=bb, its the same option?

**Describe the bug** A clear and concise description of what the bug is. `ip link show ` does not show promisc mode. **To Reproduce** Steps to reproduce the behavior: See...

Bug
Beyond MVP feature parity

(1) It looks like a couple of attributes are missing in comparision to the ip command from core utils __ from my end __ -- is your test log from...

Bug
Beyond MVP feature parity