Author Topic: Nautilus Seeing Double [Solved]  (Read 2525 times)

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 268
Re: Nautilus Seeing Double
« Reply #30 on: May 24, 2012, 01:01:40 PM »
Following is /boot/grub/menu.lst:

timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,2)/boot/gfxmenu
default 0

title 2.6.38.8-pclos1.bfs
kernel (hd0,2)/boot/vmlinuz-2.6.38.8-pclos1.bfs BOOT_IMAGE=2.6.38.8-pclos1.bfs root=LABEL=root
initrd (hd0,2)/boot/initrd-2.6.38.8-pclos1.bfs.img

title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

title linux
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux root=LABEL=root
initrd (hd0,2)/boot/initrd.img

title linux nonfb
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux_nonfb root=LABEL=root
initrd (hd0,2)/boot/initrd.img

title failsafe
kernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=root
initrd (hd0,2)/boot/initrd.img

title 2.6.33.5-pclos1.bfs
kernel (hd0,2)/boot/vmlinuz-2.6.33.5-pclos1.bfs BOOT_IMAGE=2.6.33.5-pclos1.bfs root=LABEL=root
initrd (hd0,2)/boot/initrd-2.6.33.5-pclos1.bfs.img

Prior to the kernel update there were only 4 "titles" on the selection screen during bootup: linux, windows, linux nonfb, and failsafe, in that order. Linux was the default. 2.6.38.8-pclos1.bfs, and 2.6.33.5-pclos1.bfs, appeared at the bottom of the list after the kernel update.  Using PClinux Control Center, I moved 2.6.38.8-pclos1.bfs to the top of the list and made it the default. Before I noticed the two new items, I booted at least twice using the old default "Linux".  Could that have caused any problems?

Here is shot showing both RESTORING/tmp and loop as empty with "hidden files" turned on:



I don't remember creating them and don't know why I might have done so, particularly in the /mnt directory.  It appears to me that they can be safely deleted.

The only time I had a problem logging in was right after the kernel update when I found that the mount point for home was wrong and fstab was screwed up. Once I replaced the fstab with the one that was there before and changed the home mount point to /home, that problem went away.  With the changes you made to fstab, the root mount point is now back to / and /home is still /home (as seen in PCC local disk management).

There is one other problem.  I was going to put this into a new post, but since you asked:  I don't know if it is related to the kernel update or not, but it started occurring after the update.  When I close the cover on the laptop, of course it is supposed to go into sleep mode and then wake up when it is reopened.  That used  to work fine.  Now, when I open it, I find a black screen full of code and the system is frozen.  I must hold the power button to turn the system off and then restart.
« Last Edit: May 24, 2012, 02:44:17 PM by bilyo »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #31 on: May 24, 2012, 03:11:26 PM »
You're already using "root=LABEL=root" in your menu.lst. And you have manually changed it before, which indicates you understand it and know what you're doing. It looks fine to me, just the way it is. You would have to change menu.lst only if you change the disk label on the root partition from "root" to something else.

I think your login problems were caused by an incorrect fstab. And, you were able to correct that problem on your own.


I don't remember creating them and don't know why I might have done so, particularly in the /mnt directory.  It appears to me that they can be safely deleted.


/mnt/loop and /mnt/RESTORING can both be safely deleted. By the name, I suspect the RESTORING directory is something you created by following Old-Polack's instructions. And, /mnt/loop is most likely a manually created mount point for an iso image. An iso is almost always mounted on a local drive as a loop device.


There is one other problem.  I was going to put this into a new post, but since you asked:  I don't know if it is related to the kernel update or not, but it started occurring after the update.  When I close the cover on the laptop, of course it is supposed to go into sleep mode and then wake up when it is reopened.  That used  to work fine.  Now, when I open it, I find a black screen full of code and the system is frozen.  I must hold the power button to turn the system off and then restart.


Please start another thread on that problem. "Sleep"/hibernation/suspend to RAM/suspend to disk are all kernel-related issues.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 268
Re: Nautilus Seeing Double
« Reply #32 on: May 24, 2012, 04:35:05 PM »
djohnson,
Thanks you very much.  I appreciate your help and patience. Like I told Old-Polack, I hope you are well paid. I'll close this one as solved.
bilyo

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double [Solved]
« Reply #33 on: May 24, 2012, 04:48:48 PM »
Thanks is payment enough. You're welcome. Hope you stick with PCLinuxOS. I know I have.  ;)

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378