Windows 虚拟框 ubuntu 无法启动
Windows virtual box with ubuntu unable to boot
我的 windows 7 professional 上安装了 virtual box ubuntu(不记得确切的版本);当我尝试启动我的克隆时,我收到以下消息:
lvmetad is not active yet, using direct activation during sysinit
/dev/mapper/ubuntu--vg-root contains a file system with errors, check forced.
/dev/mapper/ubuntu--vg-root:
Inodes that were part of a corrupted orphan linked list found
/dev/mapper/ubuntu--vg-root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/mapper/ubuntu--vg-root requires a manual fsck
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
我尝试在谷歌上搜索解决方案,但所有解决方案都建议使用 'SUDO' 并执行一组操作 - 但是,我的问题是我什至无法到达 Ubuntu 中的终端!还有其他人遇到过这个问题并解决了吗?
Note: When the window first comes up, it shows
GNU GRUB version 2.02~beta2-36ubuntu3.18
Ubuntu
*Advanced options for Ubuntu
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
Use the up and down keys to select which entry is highlighted.
Press enter to boot the selected OS, 'e' to edit the commands
before booting or 'c' for a command-line
我执行了以下步骤:
fsck /dev/sda6
And enter Yes (y) to for each error.
我重启了,一切正常。
- 键入 fsck /dev/sda1(取决于被感染的驱动器 "sda1,sda2 etc")。
- 如果有错误,请重复 fsck 命令。
- 出现提示时按是
- 输入reboot重启系统
我的 windows 7 professional 上安装了 virtual box ubuntu(不记得确切的版本);当我尝试启动我的克隆时,我收到以下消息:
lvmetad is not active yet, using direct activation during sysinit
/dev/mapper/ubuntu--vg-root contains a file system with errors, check forced.
/dev/mapper/ubuntu--vg-root:
Inodes that were part of a corrupted orphan linked list found
/dev/mapper/ubuntu--vg-root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/mapper/ubuntu--vg-root requires a manual fsck
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
我尝试在谷歌上搜索解决方案,但所有解决方案都建议使用 'SUDO' 并执行一组操作 - 但是,我的问题是我什至无法到达 Ubuntu 中的终端!还有其他人遇到过这个问题并解决了吗?
Note: When the window first comes up, it shows
GNU GRUB version 2.02~beta2-36ubuntu3.18
Ubuntu
*Advanced options for Ubuntu
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
Use the up and down keys to select which entry is highlighted.
Press enter to boot the selected OS, 'e' to edit the commands
before booting or 'c' for a command-line
我执行了以下步骤:
fsck /dev/sda6
And enter Yes (y) to for each error.
我重启了,一切正常。
- 键入 fsck /dev/sda1(取决于被感染的驱动器 "sda1,sda2 etc")。
- 如果有错误,请重复 fsck 命令。
- 出现提示时按是
- 输入reboot重启系统