• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

grubby: unable to open /boot/boot.b

D

dahamsta

Guest
7.5.1 upgrade has produced utterly bizarre results.

Installing kernel-2.4.20-31.9.i686.rpm
grubby: unable to open /boot/boot.b: No such file or directory
grubby fatal error: unable to find a suitable template
Machine appears to be running grub:

[root@tightheadlips sbin]# dd if=/dev/hda obs=512 count=1 2>/dev/null|grep GRUB
Binary file (standard input) matches
cat /etc/grub.conf

serial --unit 0 --speed 57600
terminal serial console --timeout=5

default=0
timeout=10

title linux with serial console
root (hd0,0)
kernel /vmlinuz ro root=/dev/hda3 console=tty1 console=ttyS0,57600

title linux
root (hd0,0)
kernel /vmlinuz ro root=/dev/hda3 console=ttyS0,57600 console=tty1

title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=/dev/hda3
initrd /initrd-2.4.20-8.img
uname -a

Linux tightheadlips.xxxxxxxxx.xxx 2.4.25-040218 #1 SMP Wed Feb 18 17:59:29 CET 2004 i686 i686 i386 GNU/Linux
rpm -qa | grep kernel

kernel-source-2.4.20-8
kernel-2.4.20-31.9
kernel-2.4.20-8
Anyone know what the hell has happened here?

adam
 
Back
Top