LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 06-03-2006, 06:17 AM   #1
Andramalech
Member
 
Registered: Nov 2004
Location: Sweden
Distribution: SUSE 11.2
Posts: 52

Rep: Reputation: 15
various istallation issues


Hi,

I am a Linux user (debian-sid mostly) for about two-three years, have some experience, but i cant really say i know my system inside out. Thus it's no surprise to me that i have had problems during installation. I am trying to install a relatively light-weight and more advanced distro, to both make the best of my old laptop (P3M 1,2Ghz, 256MB RAM..) and ultimately learn more about Linux. I chose crux and arch to be likely distros.

I started off by getting the install cd iso from arch website, around 560mb, and installing from that. The thing i sat up all night yesterday making a brand new clean installation of win2000 and all updates etc. The first thing that disappoints me is the lack of a resize function in the arch disk tools during the installation. No offense but it's really primitive to not have such a tool (maybe it's me who couldnt find it). I solved that problem with system rescue disk and qtparted. Following the steps in the official guidebook, i installed the base package and kernel etc. restarted the system to see that grub doesnt see my windows partition (prior to that i have had problems with NTLDR, whatever that is). After not giving a damn about the win partition, i just encountered more problems, the guidebook and the actual output of commands dont really match.

I couldnt set a root password, couldnt run pacman either. I got weird error messages that i havent gotten before. For example: "cannot lock the password file; try again later".. Needless to say trying again later doesnt really help

Then I decided to give a second try with Crux instead, still same problem with the root password. Not to mention half of the terminal commands i am used to acting not-so-usual.

Summary: i am somewhat lost with all that text only configurations, and weird error messages. Tho I am not the kinda person that gives up upon diffuculties, so I'd like to force my way to success. what i'd like to know is how to proceed in a more thorough way than in the guidebook, if i am making a mistake somewhere or not, and eventually if i need to start over with installing windows again, or not..

Thanks for your time, in advance..

Cheers,
 
Old 06-03-2006, 08:19 AM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
can you post your partition schema?
ex.
hda1 => windows
hda2 => swap
hdax => something1
...
regards,
slackie1000
 
Old 06-03-2006, 09:28 AM   #3
Ipsofacto
Member
 
Registered: Sep 2005
Distribution: Arch
Posts: 132

Rep: Reputation: 15
Have a look at the following. I found it invaluable when installing Arch.

Arch install

When it gets to configuring X, I found it easier to install hwd and then run 'hwd -xa', as opposed to running xorgconfig. Running hwd will generate and write you an xorg.conf file. Just dont forget to add 'hwd' to your deamons list in /etc/rc.conf.

Good luck!
 
Old 06-04-2006, 12:19 PM   #4
Andramalech
Member
 
Registered: Nov 2004
Location: Sweden
Distribution: SUSE 11.2
Posts: 52

Original Poster
Rep: Reputation: 15
hi guys,

@slackie:
hda1 - win
hda2 - swap
hda3 - root (and eventually when i was installing crux, i did as recommended hda4 - /home)

@Ipsofacto:

i'll check the documentation thanks, as with the X config, i didnt even got there, before various problems took me down.
 
Old 06-04-2006, 04:09 PM   #5
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
it looks fine your partitions schema. arch won't set everything for you. but in the post-installation procedures you can edit grub/lilo as you want. just make sure to "tell" arch where to install things otherwise you can loose your windows partition.
regards,
slackie1000
 
Old 06-05-2006, 07:22 AM   #6
Andramalech
Member
 
Registered: Nov 2004
Location: Sweden
Distribution: SUSE 11.2
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by slackie1000
hi there,
it looks fine your partitions schema. arch won't set everything for you. but in the post-installation procedures you can edit grub/lilo as you want. just make sure to "tell" arch where to install things otherwise you can loose your windows partition.
regards,
slackie1000

just to make sure, what do you mean by "telling arch" where to put things? I mean which things do you refer to and where should they be placed?
 
Old 06-05-2006, 07:37 PM   #7
Ipsofacto
Member
 
Registered: Sep 2005
Distribution: Arch
Posts: 132

Rep: Reputation: 15
Quote:
Originally Posted by Andramalech
just to make sure, what do you mean by "telling arch" where to put things? I mean which things do you refer to and where should they be placed?
I can only assume from Slackie1000's comments - and it is an assumption - that when he refers to "telling arch" he is refering to setting up your mountpoints so that they correspond with your partitions, eg:

hda1 - win
hda2 - swap
hda3 - root

Im stating the obvious, but it goes without saying that you do not want to create a file system on your windows partition.

As for grub not seeing your windows partition, you can change your /boot/grub/menu.lst file either during the installation when you install grub or post installation.

Keep us posted on how its going.

Edit - typo.

Last edited by Ipsofacto; 06-05-2006 at 07:46 PM.
 
Old 06-06-2006, 03:14 AM   #8
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
Quote:
Originally Posted by Ipsofacto
I can only assume from Slackie1000's comments - and it is an assumption - that when he refers to "telling arch" he is refering to setting up your mountpoints so that they correspond with your partitions, eg:
hda1 - win
hda2 - swap
hda3 - root
Im stating the obvious, but it goes without saying that you do not want to create a file system on your windows partition.
As for grub not seeing your windows partition, you can change your /boot/grub/menu.lst file either during the installation when you install grub or post installation.
Keep us posted on how its going.
Edit - typo.
indeed. this is exact what i meant. you need to write down your mountpoints structure and install arch according to it,i.e. not overwriting anything that you may need (windows??).
after that, edit grub as you need and you will be fine.
regards,
slackie1000
 
Old 06-07-2006, 04:26 PM   #9
Andramalech
Member
 
Registered: Nov 2004
Location: Sweden
Distribution: SUSE 11.2
Posts: 52

Original Poster
Rep: Reputation: 15
hi,

of course i set my mousepoints correctly.. as with windows not booting (NTLDR missing error) i had to reinstall windows on that partition... was a bit annoying but oh well..
As with linux issues, I just did a new installation of Crux with a friend that has experience in Crux.

Thanks all of you, for your help so far.
Cheers,
 
Old 06-07-2006, 04:44 PM   #10
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Quote:
(prior to that i have had problems with NTLDR, whatever that is).
NTLDR is the Microsoft bootloader, mainly used with NTFS systems like XP and Win2000. It is not needed to boot Windows. It is needed only if you are going to use that loader to boot other systems. You will replace that with grub on the mbr to boot both windows and Linux

Bob
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
trigger istallation problem landroni Linux - Games 0 04-29-2005 10:03 AM
cdrom not seen during istallation pirozzi Debian 3 03-22-2005 09:23 AM
2 nic card istallation help! troycus Linux - Networking 11 01-24-2005 08:48 PM
X graphic problem during istallation victor_eisikovi Fedora - Installation 1 12-14-2004 04:35 AM
Wine istallation jocast Linux - Software 4 05-26-2004 12:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 04:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration