LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   grub menu non standard listings (https://www.linuxquestions.org/questions/linux-newbie-8/grub-menu-non-standard-listings-680205/)

james2b 10-31-2008 02:24 AM

grub menu non standard listings
 
Most Linux will install in the grub menu; the main kernel, a fail safe or recovery mode, and some put in a memory test entry. But with PCLinuxOS it put in a line called; linux-nonfb, so what is that for? Also is that fail safe boot mode into run level 3 text mode only, so then it would be like your in a terminal then, right?

roy_lt_69 10-31-2008 03:12 AM

I am not familiar with PCLinuxOS, but my guess for linux-nonfb is for a non-framebuffer mode boot.
Some computers (often laptops) need framebuffer mode to display properly.

As for fail safe boot mode, it is a terminal (ie text only) mode normally for running some
administrator/maintenance stuff, especially if your systems gets screwed up!
It is often runlevel 1 but it maybe 2 or 3 (depending on distro, see /etc/inittab).
Runlevel 1 is single user mode and 2, 3, 4, & 5 are multi-user modes (distro dependent).
Each mode has its own startup script (see /etc/rc.1, /etc/rc.2, ...) that gets executed.
This way you can control what drivers/programs get loaded/executed for each runlevel.

Also see telinit for some more info.


All times are GMT -5. The time now is 01:49 PM.