You are not logged in.

#1 2007-01-02 18:48:18

dids22
Member
Registered: 2007-01-02
Posts: 251

somthing with grub

i tried adding windows on grub menu
i saw on the wiki that i need to add this code:

# (1) Other OS
title My Other OS
rootnoverify (hd0,1)
makeactive
chainloader +1

how i check what to put instead "hd0" and "1"?

ty

Offline

#2 2007-01-02 22:55:24

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: somthing with grub

hd0 = first primary drive
hd1 = second primary drive
hd0,0 first primary, first parition.

Example:
hda1 = hd0,0
hdb2 = hd1,1

Offline

#3 2007-01-02 23:13:26

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: somthing with grub

two thinks
1)so if i have only one hard disk i need to put hd0?because i have only one and in the grub it's hd1

2)how i know who is the first partition?

tank u
btw

T-Dawg wrote:

hd0 = first primary drive
hd1 = second primary drive
hd0,0 first primary, first parition.

Example:
hda1 = hd0,0
hdb2 = hd1,1

it's need to be

hda2 = hd1,1

right?

Offline

#4 2007-01-02 23:20:06

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: somthing with grub

Yes it will be hd0,?

run the command df to see what your partitions are.

Offline

#5 2007-01-02 23:26:43

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: somthing with grub

regarding your other question from another thread on grub not loading: it sound like you need to reinstall grub to your hardrive:

grub-install /dev/hda

if that doesn't work then you probably are using the newer PATA or SATA subsystem in the kernel in which case replace hda with sda.

Offline

#6 2007-01-02 23:38:22

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: somthing with grub

where i need to write that code?
http://bbs.archlinux.org/viewtopic.php?t=28461
and the partitions name are  sda1 for ex' and not hda1

Offline

#7 2007-01-02 23:44:09

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: somthing with grub

uh...its a command, run it from your command prompt.

Offline

#8 2007-01-02 23:56:55

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: somthing with grub

so to insert the installation disk and instead to write /arch/setup
to wrote the this:grub-install /dev/hda?

and where i need in the installation to install the grub
i choose the main partition( / )
it's ok?

Offline

#9 2007-01-03 00:00:18

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: somthing with grub

boot into the install cd. Get into a terminal, I think (alt+F1 or alt+F2):

grub
>root (hd0,?) # ? is the partion where your kernel image lies
>setup (hd0)
>quit

then boot into your system.

Offline

#10 2007-01-03 00:25:57

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: somthing with grub

he told me he dont know this command
(i get this message too when i insert the code grub-install /dev/hda)

however
i install arch again and this thim i choose another partition for the grub
(i always install grub in the main partition , u know, where is the kernel and all this)

Offline

#11 2007-01-03 09:52:13

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: somthing with grub

never mind
how i install gnome and all this? i need also xorg?

btw
i still didnt configure the internet
can i do all this without internet?

Offline

#12 2007-01-04 15:52:39

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: somthing with grub

To install Xorg:

pacman -Sy xorg

but I suggest you also read the Xorg7 HOWTO on the ArchWiki.  While on the ArchWiki, check out:
Desktop Environment which should answer your other queries.

You will need to have an internet connection working for pacman to grab the packages from the repos.

Offline

#13 2007-01-05 07:42:10

thibdb13
Member
From: Mechelen - Belgium
Registered: 2005-10-11
Posts: 114

Re: somthing with grub

dids22 wrote:

hda2 = hd1,1
right?

not really, hda2=hd0,1

Offline

Board footer

Powered by FluxBB