| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) | |
|
In The Zone
Join Date: Mar 2006
Location: Thiruvananthapuram (Now in Bengaluru)
Posts: 386
|
EDIT: I tried this in Ubuntu and found that it won't work. So, please ignore my post.
This is a temporary method for testing: When in grub OS selection menu, select the Ubuntu grub entry and press 'e'. Now, select the line which looks like kernel (hd0,6)/vmlinuz-2.6.17-10-generic root=/dev/hdb9 ro quiet splash splash=verbose. Again, press 'e'. Now you can edit this line. Add '2' or '3' at the end of the line so that it looks like kernel (hd0,6)/vmlinuz-2.6.17-10-generic root=/dev/hdb9 ro quiet splash splash=verbose 2. Now press enter. Then press 'b' to start booting. If you boot into the command line mode as expected, you can make this permanent by editing the /boot/grub/menu.lst file. To edit the file, 1. Launch terminal. Type su and enter. 2. Now type gedit /boot/grub/menu.lst 3. Copy the Ubuntu entries in the file. There may be 3 to 6 lines for each OS. It begins with "title Ubuntu " and may end with either "initrd ...." or "boot" (I don't remmeber clearly. 4. Paste them after the last line in the file. Now add 2 or 3 as in the above method. Finally, it will look something like this (only the necessary portion of the file is shown here): Quote:
I have tried this only on Mandriva. That's why I mentioned the temporary method first. If this didn't work for you, post back and wait for the experts. Sorry if I oversimplified this. Last edited by unni; 04-03-2007 at 08:36 PM. |
|
|
|
|
|
#3 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Debian and Ubuntu has different runlevels while compared to mandrake,suse,fedora etc
default runlevel is 2.while S is single user or 1 also. 3,4,5 are simply the same as runlevel 2;and runlevel 6 will reboot,0=halt for getting direct CLI,you may need to stop gdm from executing ![]() One solution is to boot into single user level via grub kernel line appnended with a "1" .after reaching single user,run "telinit 2" will get a CLI without gdm started. https://wiki.ubuntu.com/ReplacementI...direct=upstart Debian and Ubuntu from edgy onwards uses a replacement for sysVinit called upstart.upstart will make booting much speeder by executing scripts asynchronously or by parallel execution of boot time scripts thus speeding up thus i feel is superior than other distros.though InitNG exists for distros like Gentoo. edit:solution: Quote:
http://www.experts-exchange.com/OS/L..._22115162.html
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
|
#4 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Yeah the best solution is to disable xserver from your default run level.
prakash, yeah gentoo can use init-ng and a few more too.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#5 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
beware of what u r trying to do:
move the file /etc/rc3.d/S13gdm to some place in your home folder Code:
~$sudo mv -i /etc/rc3.d/S13gdm ~/ and add at the last line: Code:
title Ubuntu Edgy root (hdx,x) kernel /vmlinuz-2.6.17-11-generic root=/dev/sdaxx ro quiet splash 3 initrd /initrd.img-2.6.17-11-generic quiet savedefault boot
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#7 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
imo the following link will be better suited for your requirement.
http://ubuntuforums.org.nyud.net:809...ad.php?t=43516 P.S. Ubuntu Forums are currently down, thus giving a CDN link. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|