How do I upgrade from linux kernel 2.6.33.5-rscloud

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
3
down vote

favorite












I have a VPS, which used to be on Slicehost and now Rackspace and it's running kernel 2.6.33.5-rscloud with Ubuntu 14.04.1 LTS. It seems I can't update my packages without getting onto a more recent kernel.



I've been trying various kernels and they all halt at startup, with different error messages. My menu.lst clearly controls which kernel I boot and I can change the default, watch it fail, and the change it back to zero in rescue mode.



/boot/grub/menu.lst

default 0

title Ubuntu 14.04.1 LTS, kernel 2.6.33.5-rscloud
root (hd0,0)
kernel /boot/vmlinuz-2.6.33.5-rscloud root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-2.6.33.5-rscloud

title Ubuntu 14.04.1 LTS, kernel 3.16.0-77-generic
root (hd0,0)
kernel /boot/vmlinuz-3.16.0-77-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-3.16.0-77-generic

title Ubuntu 14.04.1 LTS, kernel 4.4.0-116-generic
root (hd0,0)
kernel /boot/vmlinuz-4.4.0-116-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-4.4.0-116-generic


I've been playing with grub, grub2, pvgrub without success. I've had issues not finding the boot device (disable UUID) and problems with the realtime clock in the later kernels. I'd prefer not to build a new server from scratch as I have many services running well and various DNS services pointing to its IP.










share|improve this question























  • It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
    – Fabby
    Apr 17 at 2:22










  • Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
    – Simon Sudler
    Apr 20 at 9:00










  • What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
    – Philippe Delteil
    Apr 23 at 15:37














up vote
3
down vote

favorite












I have a VPS, which used to be on Slicehost and now Rackspace and it's running kernel 2.6.33.5-rscloud with Ubuntu 14.04.1 LTS. It seems I can't update my packages without getting onto a more recent kernel.



I've been trying various kernels and they all halt at startup, with different error messages. My menu.lst clearly controls which kernel I boot and I can change the default, watch it fail, and the change it back to zero in rescue mode.



/boot/grub/menu.lst

default 0

title Ubuntu 14.04.1 LTS, kernel 2.6.33.5-rscloud
root (hd0,0)
kernel /boot/vmlinuz-2.6.33.5-rscloud root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-2.6.33.5-rscloud

title Ubuntu 14.04.1 LTS, kernel 3.16.0-77-generic
root (hd0,0)
kernel /boot/vmlinuz-3.16.0-77-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-3.16.0-77-generic

title Ubuntu 14.04.1 LTS, kernel 4.4.0-116-generic
root (hd0,0)
kernel /boot/vmlinuz-4.4.0-116-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-4.4.0-116-generic


I've been playing with grub, grub2, pvgrub without success. I've had issues not finding the boot device (disable UUID) and problems with the realtime clock in the later kernels. I'd prefer not to build a new server from scratch as I have many services running well and various DNS services pointing to its IP.










share|improve this question























  • It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
    – Fabby
    Apr 17 at 2:22










  • Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
    – Simon Sudler
    Apr 20 at 9:00










  • What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
    – Philippe Delteil
    Apr 23 at 15:37












up vote
3
down vote

favorite









up vote
3
down vote

favorite











I have a VPS, which used to be on Slicehost and now Rackspace and it's running kernel 2.6.33.5-rscloud with Ubuntu 14.04.1 LTS. It seems I can't update my packages without getting onto a more recent kernel.



I've been trying various kernels and they all halt at startup, with different error messages. My menu.lst clearly controls which kernel I boot and I can change the default, watch it fail, and the change it back to zero in rescue mode.



/boot/grub/menu.lst

default 0

title Ubuntu 14.04.1 LTS, kernel 2.6.33.5-rscloud
root (hd0,0)
kernel /boot/vmlinuz-2.6.33.5-rscloud root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-2.6.33.5-rscloud

title Ubuntu 14.04.1 LTS, kernel 3.16.0-77-generic
root (hd0,0)
kernel /boot/vmlinuz-3.16.0-77-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-3.16.0-77-generic

title Ubuntu 14.04.1 LTS, kernel 4.4.0-116-generic
root (hd0,0)
kernel /boot/vmlinuz-4.4.0-116-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-4.4.0-116-generic


I've been playing with grub, grub2, pvgrub without success. I've had issues not finding the boot device (disable UUID) and problems with the realtime clock in the later kernels. I'd prefer not to build a new server from scratch as I have many services running well and various DNS services pointing to its IP.










share|improve this question















I have a VPS, which used to be on Slicehost and now Rackspace and it's running kernel 2.6.33.5-rscloud with Ubuntu 14.04.1 LTS. It seems I can't update my packages without getting onto a more recent kernel.



I've been trying various kernels and they all halt at startup, with different error messages. My menu.lst clearly controls which kernel I boot and I can change the default, watch it fail, and the change it back to zero in rescue mode.



/boot/grub/menu.lst

default 0

title Ubuntu 14.04.1 LTS, kernel 2.6.33.5-rscloud
root (hd0,0)
kernel /boot/vmlinuz-2.6.33.5-rscloud root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-2.6.33.5-rscloud

title Ubuntu 14.04.1 LTS, kernel 3.16.0-77-generic
root (hd0,0)
kernel /boot/vmlinuz-3.16.0-77-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-3.16.0-77-generic

title Ubuntu 14.04.1 LTS, kernel 4.4.0-116-generic
root (hd0,0)
kernel /boot/vmlinuz-4.4.0-116-generic root=/dev/sda1 ro quiet splash console=xvc0 selinux=0
initrd /boot/initrd.img-4.4.0-116-generic


I've been playing with grub, grub2, pvgrub without success. I've had issues not finding the boot device (disable UUID) and problems with the realtime clock in the later kernels. I'd prefer not to build a new server from scratch as I have many services running well and various DNS services pointing to its IP.







kernel vps






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 1 at 17:22









stumblebee

2,3083922




2,3083922










asked Apr 1 at 14:33









brianegge

665




665











  • It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
    – Fabby
    Apr 17 at 2:22










  • Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
    – Simon Sudler
    Apr 20 at 9:00










  • What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
    – Philippe Delteil
    Apr 23 at 15:37
















  • It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
    – Fabby
    Apr 17 at 2:22










  • Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
    – Simon Sudler
    Apr 20 at 9:00










  • What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
    – Philippe Delteil
    Apr 23 at 15:37















It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
– Fabby
Apr 17 at 2:22




It looks like you're trying to upgrade a custom kernel to a generic kernel... Have you contacted product support already as they might have built in some custom functionality for their specific storage that the mainline kernel is not aware of...
– Fabby
Apr 17 at 2:22












Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
– Simon Sudler
Apr 20 at 9:00




Please remove quite splash from the kernel command line and update grub (see askubuntu.com/questions/25022/…). Add the output to your question
– Simon Sudler
Apr 20 at 9:00












What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
– Philippe Delteil
Apr 23 at 15:37




What if you update the ubuntu version to a more recent one? Ubuntu 17.10 for instance?
– Philippe Delteil
Apr 23 at 15:37















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021069%2fhow-do-i-upgrade-from-linux-kernel-2-6-33-5-rscloud%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021069%2fhow-do-i-upgrade-from-linux-kernel-2-6-33-5-rscloud%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491