Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started 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:
kernel /boot/bzImage quietinstead of
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):
- Upon being prompted by the GRUB menu, press `e`.
- Then, with the 1st line selected (kernel /boot/bzImage quiet), press `e` again.
- Then, edit the line to replace `bzImage` with `vmlinuz`
- Then, hit Enter.
- Then, press `b`
Recovered! :)
Now, go and fix menu.lst before having to do this again...
-
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:
Now, go and fix menu.lst before having to do this again...
:)