LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what i did wrong ? (https://www.linuxquestions.org/questions/linux-newbie-8/what-i-did-wrong-4175485217/)

contozo 11-20-2013 12:53 AM

what i did wrong ?
 
Hi all,
yesterday i tried to update opera and mozilla browsers. I type slackpkg upgrade-all and it started to update. In the end it showed me a message that it's highly recommended to do smt with LILO , i typed "y"
after than it prompted me some other options and i choosed "o". After i restarted the machine i have this message on the screen " Loading LinuxEBDA is big; kernel setup stack overlaps LILO second stage" . Do i need to reinstall my slack ?

contozo 11-20-2013 06:48 AM

Fixed it. I put install cd and did
mkdir /foo
mount /dev/sda1 /foo
mount --bind /proc /foo/proc
mount --bind /sys /foo/sys
mount --bind /dev /foo/dev
chroot /foo
vi /etc/lilo.conf
lilo
exit
reboot
changed the vga mode in lilo.conf and all is ok now


All times are GMT -5. The time now is 07:24 PM.