Hello Gustavo,

Gustavo Luvizotto wrote on 2014-10-02 12:57:

> So, I have this image.. How can I set this for install manually? Thanks
> a lot for you concern.

You need the following files for using with lilo:

/boot/vmlinuz-3.13.0-35-generic
/boot/initrd.img-3.13.0-35-generic
/boot/System.map-3.13.0-35-generic

The initrd.img should be created by mkinitramfs (inside initramfs-tools)
and must exist.

If you see all these files (with size >> 0) then try per hand to edit
the /etc/lilo.conf at the end of the file and create/update these lines:

image = /boot/vmlinuz-3.13.0-35-generic
        label = "Linux"
        read-only
        optional
        initrd = /boot/initrd.img-3.13.0-35-generic

Then try to start "lilo" again.

If lilo still fail, then the next question: which type is your partition
of root directory (/). If it is a RAID than it could be difficulty running
lilo and you need some more handwork.

And then please check the lines with "root=" (with UUID) and also "boot="
(with HDD ID) in /etc/lilo.conf and check whether these lines are o.k.

---
Have a nice day.

Joachim (Germany)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1374399

Title:
  package linux-image-3.13.0-36-generic 3.13.0-36.63~precise1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited
  with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lilo/+bug/1374399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to