Results 1 to 10 of 23
Hi, i'm from Colombia. and i have a problemm.
is my first time with Mandriva and I would know how can i edit the grub file, i mean, like root, ...
- 02-04-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
How can i edit grub on mandriva 2009
Hi, i'm from Colombia. and i have a problemm.
is my first time with Mandriva and I would know how can i edit the grub file, i mean, like root, because have a problem starting windows (for my family).
When i tried to edit with kwrite on root mode show me this error:
Sorry for my bad english.kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
klauncher(6465) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
Version: Mandriva 2009.
thnx
- 02-04-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
Welcome to the forums!

You can gain root permissions by going to a terminal and entering the su command:
...enter the root password when requested.Code:su
Then you can enter the following command to edit the menu.lst file:
You can substitute the text editor of your choice for nano.Code:nano /boot/grub/menu.lst
...when done editing, save the file and reboot.
For more info on working with the Linux command line, check here:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
What is nano?
[root@localhost grub]# nano menu.lst
bash: nano: command not found
- 02-04-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2009 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
If you don't have nano, you can try vi, vim, or pico, with pico probably being the easiest for new linux users.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
.... i don't understand

Nano and all the rest are not incluyed on mandriva?
- 02-04-2009 #7Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Vi works! thanks
how can i save the changes?
- 02-04-2009 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2009 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
Try this for saving:
Enter vimtutor in the terminal for more info on using vi / vim.Code::x
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2009 #10
I think esc : w q should do it ...
I thought mandriva was using grub2 so the config file might be grub.conf instead of menu.lst ... some of the terminology is different as well example


Reply With Quote

