PDA

View Full Version : I got it working! now i a small little tiny problem...



mark1221
11-02-2003, 05:35 AM
when i boot into knoppix using GRUB (finally it works) :

title Knoppix 3.2
root (hd0,4)
kernel /boot/vmlinuz-2.4.20-xfs root=/dev/hda5
initrd /boot/initrd.gz

and now i'm stuck with the command line (eg: knoppix@Mark:#$)
or something like that.. so how do i get to the graphical interface? to knoppix...

oscar
11-02-2003, 05:45 AM
startx

kdm

L2Cache
11-02-2003, 06:09 AM
You could use lilo instead of grub, as in this post:
http://www.knoppix.net/forum/viewtopic.php?t=1075#4399

zz9pluralzalpha
11-02-2003, 12:42 PM
You should have a line in /etc/inittab something like


# The default runlevel.
id:5:initdefault:


which tells init to startup in runlevel 5 which should be the graphical login mode.