Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-09-2009, 08:35 AM
|
#1
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Rep:
|
slow startup - ubuntu
http://img24.imageshack.us/img24/290...d200903081.png
i'm having trouble with slow startup.
on the image (above) you can see where my laptop stuck
please answer asap
i asked on ubuntu forum but nobody helped at all
|
|
|
03-09-2009, 09:31 AM
|
#2
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
vol_id is taking too much disk I/O
delete vol_id from your udev rules and don't use uuid in your fstab
|
|
|
03-09-2009, 10:16 AM
|
#3
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by Agrouf
vol_id is taking too much disk I/O
delete vol_id from your udev rules and don't use uuid in your fstab
|
slow down, you forgot that I am a newbie
is there any tutorial ?
edit1:
i tried to delete but it's write protected.
i also tried to delete it via terminal but it said
rm: cannot remove `vol_id': Permission denied
edit2:
i deleted it with
sudo rm vol_id
i'm going to restart now. wish me luck. i hope rebooting will be done :crossfingered:
Last edited by BlackHole051; 03-09-2009 at 10:30 AM.
|
|
|
03-09-2009, 10:22 AM
|
#4
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
please post the output of 'mount' (without the quotes) and the content of the file '/etc/fstab' and I'll tell you how to edit /etc/fstab
|
|
|
03-09-2009, 10:32 AM
|
#5
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
Quote:
Originally Posted by BlackHole051
slow down, you forgot that I am a newbie
is there any tutorial ?
edit1:
i tried to delete but it's write protected.
i also tried to delete it via terminal but it said
rm: cannot remove `vol_id': Permission denied
edit2:
i deleted it with
sudo rm vol_id
i'm going to restart now. wish me luck. i hope rebooting will be done :crossfingered:
|
If you did that but didn't edit your fstab, then your system won't boot.
|
|
|
03-09-2009, 10:42 AM
|
#6
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Original Poster
Rep:
|
i dunno what have i done but it works
mount:
Code:
/dev/sda6 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/martina/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=martina)
/dev/scd0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=martina)
etc/fstab:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=ef6a1d3d-dc1a-4773-9f97-33108ad129c8 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda7
UUID=e95ff8b3-673c-4081-bbf1-5149ab48b136 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
check this out
http://img83.imageshack.us/img83/824...d200903095.png
Last edited by BlackHole051; 03-09-2009 at 10:51 AM.
|
|
|
03-09-2009, 10:50 AM
|
#7
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
Your new fstab should be:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
/dev/sda6 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda7
/dev/sda7 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Test to see if that boot fast and modify your /boot/grub/menu.lst to replace all instances of UUID=ef6a1d3d-dc1a-4773-9f97-33108ad129c8 to /dev/sda6
|
|
|
03-09-2009, 10:53 AM
|
#8
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Original Poster
Rep:
|
i pasted your code into etc/fstab but i don't have permission to save
ok, srry, google answered:
Quote:
cd to_directory_of_file
sudo gedit name_of_file
|
Last edited by BlackHole051; 03-09-2009 at 10:56 AM.
|
|
|
03-09-2009, 10:55 AM
|
#9
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
try:
sudo gedit /etc/fstab
|
|
|
03-09-2009, 11:01 AM
|
#10
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Original Poster
Rep:
|
i'm going to reboot again
you have been great help!
(linux users are lucky to have people like you)
i'm going to thanks once again after reboot. cya
|
|
|
03-09-2009, 11:10 AM
|
#11
|
LQ Newbie
Registered: Mar 2009
Posts: 8
Original Poster
Rep:
|
SOLVED
BEFORE 95s
AFTER 35s
(chart was made with intrepid)
many thanks!!!
Last edited by BlackHole051; 03-09-2009 at 11:11 AM.
|
|
|
All times are GMT -5. The time now is 10:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|