- Press Esc then :wq! to save changes.
- Run the following command to edit the /boot/grub/menu.lst:
vim /boot/grub/menu.lst
- Delete the parts of the menu.lst that look like the bold text below (for example, /dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000-part1 and /dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000):
title Start_RSA_Authentication_Manager_[_VMX_]
kernel (hd0,0)/boot/vmlinuz-3.0.93-0.5-default
root=/dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000-part1
disk=/dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000 vga=0x314 splash=verbose
quiet showopts
initrd (hd0,0)/boot/initrd-3.0.93-0.5-default
title Failsafe_Mode_[_VMX_]
kernel (hd0,0)/boot/vmlinuz-3.0.93-0.5-default
root=/dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000-part1
disk=/dev/disk/by-id/scsi-14d5346542020202000000000000000000000000000000000 vga=0x314 splash=verbose
ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off processsor.max+cstate=1
nomodeset x11failsafe quiet showopts
initrd (hd0,0)/boot/initrd-3.0.93-0.5-default
- Replace the text removed in step 6 with the text in bold below (for example, /dev/sda1 and /dev/sda):
title Start_RSA_Authentication_Manager_[_VMX_]
kernel (hd0,0)/boot/vmlinuz-3.0.93-0.5-default root=/dev/sda1 disk=/dev/sda
vga=0x314 splash=verbose quiet showopts
initrd (hd0,0)/boot/initrd-3.0.93-0.5-default
title Failsafe_Mode_[_VMX_]
kernel (hd0,0)/boot/vmlinuz-3.0.93-0.5-default root=/dev/sda1 disk=/dev/sda
vga=0x314 splash=verbose ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off
processsor.max+cstate=1 nomodeset x11failsafe quiet showopts
initrd (hd0,0)/boot/initrd-3.0.93-0.5-default
- Press Esc then :wq! to save the changes.
- Reboot the server:
reboot
- After reboot, the virtual server should boot successfully.