LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   disable graphical bootup? (https://www.linuxquestions.org/questions/mandriva-30/disable-graphical-bootup-168975/)

evilchild 04-17-2004 12:22 PM

hmm, is there any way to do this manually, because mandrake 8.2 doesnt have those options under Mandrake Control Center ?

make 04-17-2004 01:39 PM

Quote:

Originally posted by evilchild
hmm, is there any way to do this manually, because mandrake 8.2 doesnt have those options under Mandrake Control Center ?
You can edit /etc/lilo.conf and then run "lilo" to write the new settings to the bootloader. I assume the line "vga=" could have some kind of affection to the GUI bootup. Here's my (non-graphic, text-only) lilo.conf for comparison, you can compare it to yours.



# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
install=menu
default="linux-nonfb"
keytable=/boot/us.klt
prompt
nowarn
timeout=20
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount splash=silent acpi=ht"
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount acpi=ht"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe devfs=nomount acpi=ht"
read-only


All times are GMT -5. The time now is 03:38 AM.