LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux 9.1 (https://www.linuxquestions.org/questions/linux-software-2/linux-9-1-a-63475/)

bronxtale187 06-03-2003 03:22 PM

linux 9.1
 
newbie to the linux world
Upgraded from mandrake7.2 to 9.1 bought the CD'S cheap .have sound &everything in working order .I have only Gnome & missing KDE etc. When booting up It's missing the password for root etc ..It just boots up to Gnome .Did I miss something on the install---All input --Much appreciated-Bronxtale

david_ross 06-03-2003 03:32 PM

At boot - add the word "single" to the kernel arguments.

Once you boot you will be in single user mode. You can type:
passwd root

To change the password.

bronxtale187 06-04-2003 08:34 AM

Thanks Dave , Don't know how to add single to boot , while booting up .Is there a way that u can explain .Most appreciated .

david_ross 06-04-2003 09:03 AM

What bootloader do you use - look at the documentation for either grub or LILO.

sbadelt 06-04-2003 12:23 PM

As for KDE not installed, once you have root access you can go to the Configuration->Packaging->Install SW (titles not exact). This will load the Mandrake RPM manager and allow you to install KDE, and whatever else you've missed installing. I find it's easy to run a search for the package you're looking for within the RPM manager.

bronxtale187 06-04-2003 02:00 PM

Pretty sure its GRub Dave

david_ross 06-04-2003 02:08 PM

1) Reboot
2) Highlight the entry for your os
3) Press e
4) Select the kernel line
5) Press e
6) Append " single" no quotes to the line
7) Press enter
8) Press b

bronxtale187 06-04-2003 02:24 PM

Holding down the E key when i highlight to boot up to linux-Could it be Lilo . I have options for linux smb linux something else windows (2000) & floppy .So when I hit Linuxsmb &hold down the E key nothing --Sound like a real Newbie Don't I

emetib 06-04-2003 06:39 PM

did you make a boot disk? either way, have your bios set to boot from the floppy or the cdrom first. then put what you have in, floppy or cdrom.

floppy-
boot: linux root=/dev/hd? --single

the ? is where your root is, if you don't know go to a console and type 'df'. and take a look.

cdrom-
more options
boot: linux root=/dev/hd?

you should be able to hit the esc key when your lilo comes up. you could also select the floppy from lilo. there's lots of options to do.

if you didn't make a boot disk. go to the mdk control center and boot, Drakfloppy. you should also be able to do that from the command line.

here's one more, for others that might be looking at how to make one. put your disk, #1, in the drive. take a look at it in the command line.

ls /mnt/
ls /mnt/cdrom?/images/

dd if=/mnt/cdrom/images/cdrom.img of=/dev/fd0

the ? is whether your cdrom is 'cdrom', or cdrom2. just ls your /mnt/

that should basically do it for you.

cheers

bronxtale187 06-04-2003 08:58 PM

Thanks very much for being kind and all that good stuff .will try it in the morning ,and will let u know how I made out .Thanks Much Em

bronxtale187 06-05-2003 08:29 AM

Emetib,Hit the escape key & typed in the commands at the Prompt.Then hit enter & there was some errors .So when it has the boot:at the prompt I'm not sur if i had the right spaces between the Synatax that u gave me .This what I typed exactly after I got the prompt .boot: linux root =/dev/hd ?--single & then hit enter .Am I spacing this synatax Right or Wrong --Thanks Again

MatthewSabin 06-05-2003 08:57 AM

Are we missing the point of the question?

Mandrake's default install in 9.1 is to automagically log-in a user and start X.

bronxtale187 didn't miss anything, it's a feature.

Fire up a terminal window and try to become super user (type 'su') you will be prompted for your root password, which won't have changed from your 7.2 installation.

--Matthew

JustSlack 06-05-2003 12:03 PM

It's been awhile since I used Mandrake, but the option should be in the Mandrake Control Center to disable or enable auto-login so you can choose who (root, user) and what (Gnome, KDE) you want to load up. Here's the link to explain the process:
http://www.mandrakeuser.org/docs/mdo.../drakboot.html

emetib 06-05-2003 06:30 PM

get rid of the question mark and tell linux where your root partiion is.

df

look and see where your root is and then put that behind the linux root=

thanks mathew and just slack, i totally missed the point when i first read it. tired at the time.

to change from gnome to kde, take a look at justslacks responce. go into the mdk control center, boot, and then select the auto login to where ever. that will cure it. also you can get rid of the auto and just go to a login and then choose.

cheers.

bronxtale187 06-05-2003 08:12 PM

Thanks Much to Emitib,Just Slack,MathhewSabin,David Ross---Most Appreciated .


All times are GMT -5. The time now is 07:20 AM.