PDA

View Full Version : [ubuntu] Command Line Help



optimistique1
August 4th, 2009, 12:02 PM
Hi All

Can anyone advise me how to do the following two commands in Ubuntu :

(4a.) Add the line 'psb' to /etc/modules

5. Modify/add to the parameters of kernel 2.6.28-13 in /boot/grub/menu.lst: nosplash mem=1500MB

Many thanks

Garry

Partyboi2
August 4th, 2009, 12:22 PM
Hi, open a terminal and type

sudo nano /etc/modules at the end of the file add

psb then save the changes Ctrl+o then press 'enter' followed by Ctrl+x to exit.
Then open your /boot/grub/menu.lst

sudo nano /boot/grub/menu.lst look for the line starting with "# kopt=" and add to the end of the line

nosplash mem=1500MBthen save and exit Ctrl+o, enter, Ctrl+x then

sudo update-grubhttps://help.ubuntu.com/community/BootOptions#Change%20Boot%20Options%20Permanently% 20On%20An%20Existing%20Installation

slakkie
August 4th, 2009, 01:20 PM
Hi All

Can anyone advise me how to do the following two commands in Ubuntu :

(4a.) Add the line 'psb' to /etc/modules




echo "psd" | sudo tee -a /etc/modules