We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initramfs: Parameter root=root unsupported (only /dev/, 0xMAJMIN and UUID= are supported)
The text was updated successfully, but these errors were encountered:
workaround: serve virtiofs with tag name as exising file in /dev (/dev/null) and boot with rootfstype=virtiofs root=/dev/null
/dev
rootfstype=virtiofs root=/dev/null
libvirt:
<cmdline>rootfstype=virtiofs root=/dev/null ro console=ttyS0,115200n8 net.ifnames=0</cmdline>
<filesystem type='mount' accessmode='passthrough'> <driver type='virtiofs'/> <source dir='/srv/foreign/bullseye'/> <target dir='/dev/null'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </filesystem>
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: