biocyberman
June 24th, 2008, 01:56 AM
Hello,
After upgrading to Hardy Heron I couldn't boot to newer server kernel. After new kernel from boot menu. The screen became black out like it's turned off ans stayed like that forever. I could hit "Ctrl + Alt + Del+ to restart the server though. After pulling my hair for a while I was able to boot in to recovery mode and chose "resume to normal boot" and I could boot into my server. I found that the only difference between recovery mode and normal mode is the "spash" parameter so I removed it as following:
This is a section in my /boot/grub/menu.lst:
title Ubuntu 8.04, kernel 2.6.24-19-server
root (hd0,0)
#kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro quiet splash
kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro quiet
initrd /initrd.img-2.6.24-19-server
quiet
title Ubuntu 8.04, kernel 2.6.24-19-server (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro single
initrd /initrd.img-2.6.24-19-server
After that I am able to boot with no problem. I got my login screen and came in gnome normally. So what's wrong with the splash parameter.
I am running HP Proliant wiht 1 Intel QuadCore 1.6Ghz and Ubuntu Hardy Heron Server 86_64 (upgraded from Gutsy) with ubuntu-destop installed.
Thanks for any response.
After upgrading to Hardy Heron I couldn't boot to newer server kernel. After new kernel from boot menu. The screen became black out like it's turned off ans stayed like that forever. I could hit "Ctrl + Alt + Del+ to restart the server though. After pulling my hair for a while I was able to boot in to recovery mode and chose "resume to normal boot" and I could boot into my server. I found that the only difference between recovery mode and normal mode is the "spash" parameter so I removed it as following:
This is a section in my /boot/grub/menu.lst:
title Ubuntu 8.04, kernel 2.6.24-19-server
root (hd0,0)
#kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro quiet splash
kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro quiet
initrd /initrd.img-2.6.24-19-server
quiet
title Ubuntu 8.04, kernel 2.6.24-19-server (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.24-19-server root=/dev/mapper/myserver-boot ro single
initrd /initrd.img-2.6.24-19-server
After that I am able to boot with no problem. I got my login screen and came in gnome normally. So what's wrong with the splash parameter.
I am running HP Proliant wiht 1 Intel QuadCore 1.6Ghz and Ubuntu Hardy Heron Server 86_64 (upgraded from Gutsy) with ubuntu-destop installed.
Thanks for any response.