如何让我的 Ubuntu 服务器再次启动?有没有可以自动修复这种情况的工具?
无论我使用多少种方式运行“启动修复程序”,使用虚拟映像 启动修复磁盘-64位.iso
它声称成功了,我弹出 CD ISO 映像(在 XenCenter 控制台内),重新启动,但我的 Ubuntu 14.04 服务器仍然卡在 grub 提示符下而无法启动。这是在电源故障导致所有虚拟机和 XenServer 本身瘫痪后发生的。
boot-repair-disk 看到的磁盘布局:
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
/cow overlayfs 3.8G 20M 3.8G 1% /
udev devtmpfs 3.9G 8.0K 3.9G 1% /dev
tmpfs tmpfs 773M 712K 773M 1% /run
/dev/sr0 iso9660 508M 508M 0 100% /cdrom
/dev/loop0 squashfs 435M 435M 0 100% /rofs
none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs tmpfs 3.8G 8.0K 3.8G 1% /tmp
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 3.8G 0 3.8G 0% /run/shm
none tmpfs 100M 12K 100M 1% /run/user
/dev/xvda1 ext4 395G 363G 13G 97% /mnt/boot-sav/xvda1
=================== fdisk -l:
Disk /dev/xvda: 430.6 GB, 430570471424 bytes
255 heads, 63 sectors/track, 52347 cylinders, total 840957952 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000be05e
Device Boot Start End Blocks Id System
/dev/xvda1 * 2048 840955903 420476928 83 Linux
/boot/grub/device.map :
(hd0) /dev/xvda
(与 的输出相同grub-mkdevicemap --device-map=/dev/stdout
)
/boot/grub/menu.lst :
- All lines that are either blank or begin with a # (comment).
其日志位于:
http://paste.ubuntu.com/9710907/
据我所知,这是一个各级都非 EFI 的主机和系统。
虚拟机的主机操作系统几乎是最新的,安装自:
XenServer.Creedence.20141212.RC90239.iso
答案1
这不是一个可接受的解决方案,而只是对于那些处于类似情况、需要至少暂时启动服务器的人来说是一种解决方法:
grub>
set root=(hd0,1)
linux /vmlinuz root=/dev/xvda1 ro
initrd /initrd.img
boot
注意:启动后,update-grub
似乎运行良好,但重新启动后仍会陷入同样的无助卡住状态豬>提示...相同grub-install /dev/xvda