Tinycore Linux:无法挂载根文件系统

Tinycore Linux:无法挂载根文件系统

我在裸机上启动 Tinycore Linux,如下所示:

#!ipxe

# You can test this localy via:

# qemu-img create -f qcow2 mydisk.qcow2 6G
# qemu-system-x86_64 -serial stdio -boot n -m 2000 -hda mydisk.qcow2 -device virtio-net,netdev=n1 -netdev user,id=n1,tftp=$(pwd),bootfile=/tiny-core-linux.ipxe,hostfwd=tcp::2222-:22
# You can ssh into the VM via port 2222.

kernel http://tinycorelinux.net/14.x/x86_64/release/distribution_files/vmlinuz64 rootdelay=3 text syslog targetdrive=/dev/sda sourceurl=https://thomas-guettler.de/tmp/apalla-1-27-workeramd64baremetal-v8.tar.gz metadata_url={metadata_url} authorized_keys="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCwScaVlrjtMClZNR4DhJTVkxNAIgK78B9fZtwLcUFOCZRvbVTtVJgjUABZGO/oxxt0IHGvjSoJNnjq1EbQ+w9EtJRZAI9cVIy+S5TJJ3+IMtAs55v0cUe+QlYIQoh7lh8hE749rmouf7SJxGu402jGxp5rkfjpJf4YgMi5dU4J0jeGQZqxguTHTvDWTr8dIe9Quebqia+JLdp3YrzHwvjqMqn3Ik3BkR8/fZwi4SYeL/28qzODvCKMPOP79zFBMfFY8RZiq/+dyaiF3PculP1h76IVH0oZONyWJ+amrYrnSsDe+cCmB/WBE+gDhczYCjcyO2AH9QLKYl2H4qJfvm4xmsLLxDkqmProzXBi+znFJVv9Nj1fHD5wxdOosOMG9qzuyCGwFJZ1WybrqQNxezN3VH0J1+WS6BuUb00Z7XVl8nQjaxO/hXjhU+ZQuhlLAwWWCymflzF/CKRat9WiSjUDtfvtqhCsSY7JFOeSt0e6pj1j8Xhz1284xnaS5l7ld0= guettli@yoga15"

initrd http://tinycorelinux.net/14.x/x86_64/release/distribution_files/corepure64.gz

# TODO TODO TODO: change the path! At the moment it contains the branch-name!
initrd http://raw.githubusercontent.com/hivelocity/cluster-api-provider-hivelocity/tg/custom-images/tiny-core-linux/bootlocal.sh /opt/bootlocal.sh mode=0755

boot

这在 qemu 上工作正常,但在裸机上失败。

tinycore 内核恐慌

内核恐慌:无法挂载 root fs

你知道如何解决这个问题吗?

相关内容