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

./pci -s 0000::00.0 4.l It prints nothing. That's horrible.

Feature Request
Help Wanted

I've been hacking the u-root code to try to get it to run a LDD-like command against cross-compiled binaries. My use-case is I want to build an initramfs with Gentoo's...

Feature Request
Help Wanted

I cloned the repo, and ran the tests via `go test ./...`. Some of them seem to fail. I further restricted this to `go test -v ./pkg/boot/...`, and there still...

Code Health

Currently, output formats are only cpio and directory. A handy third option would be squashfs, possibly with https://pkg.go.dev/github.com/distr1/distri/internal/squashfs A regular user cannot create special devices in a directory, so the...

Feature Request
Help Wanted

On my machine about 50% reproduce rate, provided cbmem hexdump and the log: https://drive.google.com/file/d/1wY-48krEkrMm2RclkzW2TUpMXRzq-aa2/view?usp=sharing Compare with a successful log, for failed case the CSize is somewhat bigger: CSize is 0x1d2c8,...

Bug
Help Wanted

To illustrate this, consider the following minimal example: Assume that `"$TMPDIR"/base` contains: ``` "$TMPDIR"/base/ └── bbin ├── bb ├── elvish -> bb └── init -> bb ``` `bb` was generated...

This might be a bit ironic at first glance, given how much I wanted systemboot and u-root to merge back together. But hear me out. u-root has become a pretty...

386 can't use strace

Feature Request
Good First Issue

Does it make sense to extend the Interface like the following? ``` // OSImage represents a bootable OS package. type OSImage interface { fmt.Stringer // Label is a name or...

Feature Request
Discussion