• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A couple quick linux questions (probably really easy)

bmacd

Lifer
1)i have installed mandrake 8.2. The computer starts up using LILO and it defaults to linux being my default OS. I want win2k to be my default. How do i change that?

2) how do i reboot the computer when linux is loaded? I know when i was using knoppix, there was a reboot button, but now that i'm in mandrake, i can only get back to the graphical login box where the only option is to restart the login box. I tried turning my computer off at that point, but the next time i booted into linux, i got an error that says i didn't shut down properly.

-=bmacd=-
 
1) from 'man lilo.conf':

default=name
Uses the specified image as the default boot image. If `default' is
omitted, the image appearing first in the configuration file is used.


So add/change the default= entry in /etc/lilo.conf then re-run 'lilo'

2) In knosole type 'su -' then 'reboot'.

 
Back
Top