Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: lumosy on November 22, 2011, 12:26:44 PM

Title: [SOLVED] In case you missed the change from bzImage to vmlinuz
Post by: lumosy on November 22, 2011, 12:26:44 PM
Just as I did, when following the manual Frugal install, at the stage of configuring GRUB (http://distro.ibiblio.org/tinycorelinux/install_manual.html#6_Installing_GRUB).

If you mistakenly put in menu.lst:
Code: [Select]
  kernel /boot/bzImage quietinstead of
Code: [Select]
  kernel /boot/vmlinuz quiet
And can no longer boot (not even to fix menu.lst), here is how to boot anyway (and fix menu.lst):


Recovered!  :)

Now, go and fix menu.lst before having to do this again...
Title: Re: [SOLVED] In case you missed the change from bzImage to vmlinuz
Post by: Lee on November 22, 2011, 03:40:29 PM
Thanks for posting that - a simple workaround that can save a lot of frustration.

As a safety measure, if you are not out of free space on your boot media, always maintain the menu.lst entry (and the files) for the previous version until after the new one is at least proven to boot.

Especially important for frustration avoidance is that last bit:
Quote
Now, go and fix menu.lst before having to do this again...
    :)