| 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) | |
|
Human Spambot
Join Date: Nov 2004
Location: Madurai
Posts: 2,338
|
Recently bought a new computer... Installed XP, Vista and Linux (in that order). Linux is Vector Linux SOHO from recent PC World DVD (originally tried Ubuntu but the install CD had some problems). 1. During bootup, GRUB gives me error - Quote:
2. I have SATA HDD and SATA DVD-Writer. The NTFS and FAT32 partitions are to be mounted at every bootup - forgot what config files to modify - please help. 3. By mistake, I clicked on Pidgin icon and it asked for setting up account. I said cancel, but now it asks me at every login. How to stop it from startup? 4. I remember long ago when I used linux, I would set up that using ls would automatically use the -l parameter. I have forgotten how to do it... Please let me know what I have to do... 5. When I was installing Vector Linux, even though I asked to setup Swap partition, it skipped the task... Now how do I configure it? I have left some unformatted space in the HDD for this. Thanks in advance, Arun |
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
1) From a live CD, post your /boot/grub/menu.lst from your installed distro and fstab
2) /etc/fstab But these days it should be automounted 4) alias ls="ls -l" Put it in ~/.bashrc if you want it to be permanant 5) Create a partition with fdisk/(g/qt)parted or whatever tool you prefer then mkswap /dev/<device name> then swapon /dev/<device name> to start using it. You can add it to /etc/fstab too, then.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#3 (permalink) |
|
I see right through you.
Join Date: Sep 2005
Location: Chennai
Posts: 597
|
1. I think "overify" is a somehow corrupted fragment of "rootnoverify". Remove everything before the (hd0, 11) and try it.
2. You have to modify /etc/fstab. Search for it, it's a pretty common query. 4. Try : Code:
$> alias ls='ls -l'
__________________
I didn't make the world, I only try to live in it. http://lucentbeing.com -- Sykora -- |
|
|
|
|
#4 (permalink) |
|
Human Spambot
Join Date: Nov 2004
Location: Madurai
Posts: 2,338
|
Thanks guys... Will check those things out tonight. But what about question number 3? This was:
3. By mistake, I clicked on Pidgin icon and it asked for setting up account. I said cancel, but now it asks me at every login. How to stop it from startup? Arun Checked out some info on the splashscreen problem and solved it... The line was reading "splashimage=overify (hd0,11)/boot/bitmap/boot.xpm" but should have been reading "splashimage (hd0,11)/boot/bitmap/boot.xpm" instead... Trying out fstab configuration... What is strange is that PCWorld mentioned that Vector Linux automatically mounts the NTFS partitions, but this did not happen here... Arun Last edited by sakumar79; 16-09-2007 at 10:32 PM. Reason: Automerged Doublepost |
|
|
|
|
#5 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
this takes time.since we dont know ur partitions.reg splash,the format u thought is correct.as i have in my /boot/grub/menu.lst
"splashimage=(hd0,x)/thedirectory/ssss.xpm.gz" so,post ur o/p from terminal(is it kde?) or konsole the output of "fdisk -l" as root permission which u can gain by giving "su -" and entering root passwd. then we can see about ntfs partns?btwn u shud've tried ubuntu also,if u can-attach the menu.lst file. reg,pidgin u must setup an account when it prompts,eventhough it maybe second time.then edit and remove the not needed one from preferences menu oR u can remove the dir /usr/home/.pidgin something.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#6 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
__________________
http://www.bash.org/?258908 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nokia 3230 couple of doubts | Devrathnd | Mobiles and Tablets | 4 | 06-07-2007 12:40 AM |
| Grub Problem | anantkhaitan | Open Source | 12 | 02-04-2007 01:52 PM |
| Grub problem. | LEARNER_LEARNER | Open Source | 1 | 29-11-2006 08:39 PM |
| Grub Problem | plsoft | Open Source | 9 | 16-08-2006 09:35 PM |
| GRUB related problem | saurabh.sauron | Open Source | 6 | 16-07-2006 11:33 PM |