how can I install the ubuntu14.04 with 3.19 linux kernel?

I know that I need to download an img file from the ubuntu official website, but I have tried so many times. All the ubuntu14.04 with 3.19kernel can't be booted. Can you help me to select the correct ubuntu version with 3.19 linux kernel?

6 Replies

Have you tried booting your Linode with GRUB (legacy) and not GRUB2? In Cloud Manager, under your Linode, click the Configurations tab, then click Edit, scroll to Boot Settings, then select GRUB under Select a Kernel.

Please know that both of these versions are technically unsupported on Linode. At the time of writing this, you can choose Ubuntu 16.04 LTS and 4.0.2 as the oldest distro and kernel options respectively for new Linodes.

Hello, thanks for your reply.
I want to install ubuntu with a 32bits kernel. Can you help me to install it? If in this case, I can use a higher version of ubuntu. But, when I select ubuntu 16, I found that it can't support 32bits.

Yanjie Xu

I have tried the grub-legacy. It always can't directly enter the kernel, stopping in the grub terminal.

grub> ls
(hd0) (hd1)
grub> cat (hd0)/etc/fstab
error: invalid tar archive.
grub> cat (hd0)
error: invalid file name '. grub> cat hd0 error: invalid file namehd0'.
grub> cat (hd0,1)/etc/fstab
error: disk `hd0,1' not found.
grub> cat (hd1)/etc/fstab
error: unknown filesystem.
grub> cat (hd0)/etc/fstab
error: invalid tar archive.
grub>

after install ubuntu14.04. I always encouter this.

grub> ls hd0
error: invalid tar archive.
grub> ls (hd0)
Device hd0: Filesystem type tarfs - Total size 166723584 sectors
grub> ls (hd0)/
trusty-server-cloudimg-i386.img error: invalid tar archive.
grub>

grub> ls hd0
error: invalid tar archive.
grub> ls (hd0)
Device hd0: Filesystem type tarfs - Total size 166723584 sectors
grub> ls (hd0)/
trusty-server-cloudimg-i386.img error: invalid tar archive.
grub>

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct