Guest User!

You are not Sophos Staff.

[7.180] Booting in rescue mode does not work [NOT A BUG]

if pressing ESC then going to grub menu before booting astaro and trying to boot using rescue mode fails:

Error 15: File not found

for vmlinuz.previous probably from old install using 7.104..

This must be removed from /boot/grub/menu.lst if no more used..

same for the previous entry point

thx
Parents
  • Hi Bubu, 

    that is the normal behavoir, the rescue mode gets enabled once you made a kernel update via the up2date mechanism. 

    of you start with the 7.104 iso image installation and than update to 7.180, this feature will work as expected.

    This feature is designed for update issues due to the new kernel that you can switch back to the old one. But we do not deliver two kernels during the initial install. 

    thanks
    Gert
  • Hi Bubu, 

    that is the normal behavoir, the rescue mode gets enabled once you made a kernel update via the up2date mechanism. 

    of you start with the 7.104 iso image installation and than update to 7.180, this feature will work as expected.

    This feature is designed for update issues due to the new kernel that you can switch back to the old one. But we do not deliver two kernels during the initial install. 

    thanks
    Gert


    will fixed that manually by removing extra entries into grub on my test box then [:D]
  • but then you will loose that feature, as, as far as i know, the entries will not automatically be readded.
  • but then you will loose that feature, as, as far as i know, the entries will not automatically be readded.


    Oh I think then you did not really understood my problem ! [:)]

    I was using 7.104 on my test plateform, then upgraded to 7.180...

    and At boot time when pressing ESC you have a choice between 3 Boots

    attached are the 2 following screenshots...

    if I select previous or rescue I've the Error 15: File not found as displayed





    thx
  • Well yes, i understood your problem perfectly. 

    If you install a new version of ASG, the file /boot/vmlinuz.previous is missing and the 'rescue' mode is not working, but this is expected. 

    if you install an up2date package that brings a new kernel with it, the up2date installer will rename the old kernel /boot/vmlinuz into /boot/vmlinuz.previos. 

    this means that after the first kernel up2date, the 'rescue' mode will automatically start to work. 

    The rescue mode is only intended for these customers who experience a problem introduced by a new kernel update. In such a case, they can use the 'rescue' mode to go back old kernel until a fixed kernel is available.

    i hope this was understandable.

    regards
    Gert
  • Gert, what's the difference between 'rescue' and 'previous' then? Your description sounds more like 'previous'.

    Barry
  • That is indeed a good question, where i have no clue yet [:)], but i will find out.

    regards
    Gert
Reply Children
  • Ok, found it, the (rescue) is similar to the previous, with the addition that 
    LAPIC, APIC and ACPI have been explicitly turned off, which increases the compatilibily. 

    I assume this is some old code that was needed back in the times where APIC controller where new and not always properly supported by the linux kernel.

    regards
    Gert
  • Ok, found it, the (rescue) is similar to the previous, with the addition that 
    LAPIC, APIC and ACPI have been explicitly turned off, which increases the compatilibily. 

    I assume this is some old code that was needed back in the times where APIC controller where new and not always properly supported by the linux kernel.

    regards
    Gert


    ok so this needs to be removed in final if no more needed as it is not working/needed anymore...

    thx