我是 Ubuntu 社区的新成员,我想恢复一台旧电脑,将其连接到电视上看电影等等!
我在 USB 记忆棒上安装了 Ubuntu,这样我就可以启动 Ubuntu 来查看一切是否正常,然后安装它,同时替换之前损坏的旧 Windows 7。
但是,(尝试)启动 Ubuntu 会导致以下结果:
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
它将启动进入 BusyBox/initramfs。
输入命令 exit
结果这:
(initramfs) exit
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
/init: line 344: can't open /root/dev/console: no such file
[ 116.146799] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[ 116.146799]
[ 116.146928] CPU: 1 PID: 1 Comm: init Not tainted 4.15.0-45-generic #48~16.04.1-Ubuntu
[ 116.147032] Hardware name: Gigabyte Technology Co., Ltd. G31M-ES2L/G31M-ES2L, BIOS FF 10/13/2009
[ 116.147149] Call Trace:
[ 116.147198] dump_stack+0x58/0x81
[ 116.147250] panic+0x94/0x1e6
[ 116.147296] do_exit+0xa1c/0xa20
[ 116.147347] do_group_exit+0x35/0x90
[ 116.147402] SyS_exit_group+0x16/0x20
[ 116.147457] do_fast_syscall_32+0x7f/0x1d0
[ 116.147520] entry_SYSENTER_32+0x4e/0x7c
[ 116.147577] EIP: 0xb7f57d05
[ 116.147620] EFLAGS: 00000296 CPU: 1
[ 116.147671] EAX: ffffffda EBX: 00000002 ECX: b7d9a700 EDX: 09d5b008
[ 116.147757] ESI: 00000000 EDI: 0805f30f EBP: 00000006 ESP: bfe8e508
[ 116.147842] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b
[ 116.147929] Kernel Offset: 0x1d000000 from 0xc1000000 (relocation range: 0xc0000000-0xf7ffdfff)
[ 116.148047] ---[ end Kernel panic - not syncing: attempted to kill init! exitcode=0x00000200
[ 116.148047]
然后它就冻结了。
与此相关的任何帮助都将受到感谢。
编辑:CPU是英特尔 x86(i386)我安装了 Ubuntu 16.04.6 LTSi386在 USB 记忆棒上。
答案1
显然,此类随机故障很难诊断。您可以尝试以下方法:
- 重新下载 ISO 并重新创建 USB 棒。然后从它启动,选择“检查磁盘完整性”而不是“尝试 Ubuntu”。只有成功后,才尝试从 USB 棒启动。
- 尝试使用不同的 USB 记忆棒。
- 尝试使用其他 USB 端口。(特别是在较旧的硬件上,有时并非所有端口都能正常启动。)
我还建议您尝试使用 18.04 而不是较旧的 16.04,如果您遇到内核错误,可能会修复该错误。由于您使用的是 i386 系统,因此很遗憾您无法使用官方的 18.04 映像,因为 Ubuntu 在 18.04 中放弃了 32 位支持。但是不同的版本仍然支持它。如果这是您的选择,您可以找到版本这里。
祝你好运!