LinuxQuestions.org
Visit Jeremy's Blog.
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 04-21-2006, 05:45 PM   #1
jnev
Member
 
Registered: Apr 2005
Posts: 158

Rep: Reputation: 30
did Arch install correctly or not?


hey guys. I downloaded Arch .7.1 and just tried installing it. it went fine, except that when I told it to install the kernel, it went to 7% and then said that it installed successfully and for me to press continue. I thought that was wierd, then went to install grub, but it said that grub coudn't be found (it's already installed for Ubuntu/Windows). so I booted into Ubuntu intending to make a grub entry for Arch. when I mounted the partition, the only files in /boot/ were kconfig26, System.map26, and vmlinuz26. there was no initrd or anything else. the grub entry I made looked like this:

Code:
title		Arch
root		(hd1,2)
kernel		/boot/vmlinuz26 root=/dev/sdb4
savedefault
boot
(the partition was sdb4, but it was actually the third partition in order (left to right) on the drive, if that makes any sense)

long story short, it wouldn't boot. is this a problem with my grub entry, or did the install fail?


thanks!
 
Old 04-21-2006, 09:59 PM   #2
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
ok, part of my problem was based on stupidity on my part. I selected the packages, but forgot to install them

this is my new grub entry, which still won't boot. any advice?

Code:
title		Arch
root		(hd1,3)
kernel		/mnt/boot/vmlinuz26 root=/dev/sdb4 ro
initrd		/mnt/boot/initrd26.img
boot
the error I get says: Error 15: Cannot find File.

EDIT
I forgot to mention, the HD partition is actually (hd1,3), not (hd1,2) like I had before. I installed Fedora on the same partition and it set it to (hd1,3). (I promptly uninstalled it because it was so unstable). also, when I was selecting the partition to install to it said that instead of installing to /, it installed to /mnt/, so that's why I set it like that. I tried both ways however and neither worked...

Last edited by jnev; 04-21-2006 at 11:44 PM.
 
Old 04-22-2006, 01:19 AM   #3
anti.corp
Member
 
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576

Rep: Reputation: 30
Hey,

Did you install GRUB after the kernel? (using the menu system).

And dont let the 7% annoy you. If you want to see the 100% just scroll down in the progress window It is done.

Regards,
 
Old 04-22-2006, 12:21 PM   #4
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
yah I realized that the second time I did the install, made me feel kinda dumb

I didn't use the install disc to install Grub because it didn't see my Windows or Ubuntu install, so I figured I would just make an entry for it in the Grub I already had installed.
 
Old 04-25-2006, 09:23 PM   #5
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
can anybody help me with the grub entry? I still can't seem to get it...
 
Old 04-25-2006, 09:31 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Lose the "/mnt" - that's probably the Linux mountpoint you use to look at it.
Of no interest to grub - unless you have something like "/boot/mnt/boot/..."
One hopes not.
 
Old 04-26-2006, 06:35 PM   #7
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
when I made the partition it said that the mount point was /mnt/, so that's why I put it like that. I tried with and without it and it didn't work.
 
Old 04-26-2006, 07:04 PM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Let's see the output from "fdisk -l" (ell), and a "ls" of the /boot in question.

The kernel on the CD doesn't use an initrd - that'll only become an issue when you refresh you system via pacman.
 
Old 04-28-2006, 10:19 AM   #9
The-Bison
LQ Newbie
 
Registered: Apr 2006
Posts: 9

Rep: Reputation: 0
Well if he used 0.7.1, then initrd is required.
 
Old 04-30-2006, 11:19 PM   #10
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
I tried reinstalling and installing grub from the install cd. that also didn't work. I've pretty much given up on it; I'm not in any pressing need to install it, I'm using Ubuntu and am very happy with it.

thanks anyways.
 
Old 05-03-2006, 09:50 AM   #11
The-Bison
LQ Newbie
 
Registered: Apr 2006
Posts: 9

Rep: Reputation: 0
If grub is already installed to /boot or something, it will tell you that it already exists in the file system. Instead skip installing grub and just change your /boot/grub/menu.lst.

Here's what I like to do:

First install Ubuntu using a different partition for /boot (It autodetects everything and sets up a nicely formatted and commented grub file)

Then install Arch over / or set up another partition.


That may be overkill but it works nicely, especially if your not comfortable with grub
 
  


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
Initial Arch install absinthe1 Arch 3 08-28-2005 01:26 AM
cant't login to new Arch 7.0 install ltranman Linux - Newbie 1 08-23-2005 01:40 PM
arch install hangs jnev Arch 6 05-26-2005 12:15 AM
Arch won't boot after install Virp00 Arch 8 03-29-2005 06:00 PM
tries to install arch bosewicht Arch 20 05-29-2004 04:33 AM

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

All times are GMT -5. The time now is 09:26 AM.

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