Page 4 of 4

Re: Salix Xfce 13.2alpha1

Posted: 13. Feb 2011, 19:28
by gapan
lmello wrote:After the latest batch of updates, I can't run 13.2alpha1 from virtualbox.
It stops at:

Code: Select all

Loading Linux_
And then it hangs.

Suggestions?
Did you update the kernel and forgot to run lilo?

Re: Salix Xfce 13.2alpha1

Posted: 13. Feb 2011, 20:13
by lmello
gapan wrote:
lmello wrote:After the latest batch of updates, I can't run 13.2alpha1 from virtualbox.
It stops at:

Code: Select all

Loading Linux_
And then it hangs.

Suggestions?
Did you update the kernel and forgot to run lilo?
No because I kept the kernel updates blacklisted in slapt-getrc... well, I reinstalled Salix 'core' package (without formatting my partition, of course) and then it went fine.

Re: Salix Xfce 13.2alpha1

Posted: 13. Feb 2011, 21:05
by Shador
Possibly your vmlinuz image got moved on the disk by the filesystem. As lilo uses blocklists (i.e. it directly reads from the disk ignoring the filesystem), it won't notice such changes.
In fact you musn't reinstall when the bootloader breaks. Just booting by some other means and 'x=<path to root of broke installation>; mount --bind /sys $x/sys; mount --bind /proc $x/proc; chroot $x lilo -v' should be enough for lilo. Or you can simply use lilosetup e.g. from SalixLive.