LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mandrakelinux HELP! (https://www.linuxquestions.org/questions/linux-newbie-8/mandrakelinux-help-404564/)

erusfatum 01-17-2006 02:36 PM

Mandrakelinux HELP!
 
Hello. Im new to linux and i need some help. I installed Mandrakelinux and when i start the pc after it boots from the HD something like MS-DOS comes up. :confused: What is it? is Mandrakelinux something like MS-DOS? or what? i typed help and it gave me some command. i tried the boot bout it said that the kenrel or something is not loaded?? when i typed kenrel i again said some thing. the same happened with Debian. so i had to install again windows to seek help.

reddazz 01-17-2006 02:54 PM

You probably chose to boot into text mode. Enter your username and password at the prompt and then type "startx" and press enter. You will then be logged into a gui.

johndoe0028 01-17-2006 06:37 PM

To me, that sounds like grub. If that happens, here is what I usually do.

Type


root (hdx,y)
kernel /boot/[kernel-image]
initrd /boot/[initrd-image]
boot


Where x is disc number starting from 0, and y is partition number starting from 0.
kernel image is usually vmlinuz-[something-or-other]
initrd is initrd-[something-or-other].img
For me, the [somethng-or-other] is the output of `uname -r'


Be sure to record the commands, so that if they work, you can insert them into /boot/grub/menu.lst


All times are GMT -5. The time now is 01:21 AM.