hanxinwu1

Results 15 comments of hanxinwu1

Is it because of my server's hard drive that it is not recognized?

> Please try 'boot' command, could be related to #2203 Another possibility is that the LinuxBoot kernel is not compiled with the file system types used by your hard drive,...

> Please try 'boot' command, could be related to #2203 Another possibility is that the LinuxBoot kernel is not compiled with the file system types used by your hard drive,...

> Looks like your SATA device is not recognized by Linux, /dev/sda* need to be created first. Need to debug from earlier boot firmware and it's not in u-root's scope....

> Looks like your SATA device is not recognized by Linux, /dev/sda* need to be created first. Need to debug from earlier boot firmware and it's not in u-root's scope....

> Looks like your SATA device is not recognized by Linux, /dev/sda* need to be created first. Need to debug from earlier boot firmware and it's not in u-root's scope....

> how are you loading it? Are you booting LinuxBoot from UEFI? Yes, I replaced the uefi shell of the UEFI file with the Linux kernel, and embedded the u-root...

> 你有什么主板,你从LinuxBoot存储库使用哪一个?许多 LinuxBoot 实现都以串行控制台为目标,因此对于图形控制台,您需要选择更多驱动程序。 I compiled u-root and Linux kernel through this website:https://github.com/linuxboot/book/tree/master/coreboot.u-root.systemboot, and then compiled the Linux kernel embedded in Intramfs into a bzimage file with a utk command...

> In fact, my kernel .config file in addition to not find CONFIG_VT_CONSOLE_SLEEP you listed the remaining config_vt are open, but still can not output any information on the monitor,...

Could not configure eth0 for IPv4: unable to open a broadcasting socket: address family not supported by protocol. Is linux kernel's net part causing this problem?And how can I solve...