Mailing List Archive

gentoo on compaq dl-360
ok. thanks.

I found /dev/discs/disc0/disc and installing gentoo.
But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
/etc/fstab or?

help again~

----------------------------------------------------------------------------------------------------------------
Do you mean an additional (external) SCSI-controller or the build in
RAID-controller? For the RAID-controller you don't need scsi enabled in the
kernel only the smart array chipset. The disk is available
as /dev/discs/disc0/disc. When you boot from the liveCD you only have to use
the smp-nofb bootoption. No other bootoptions (e.g. doscsi) is necessary.
With smp-nofb you boot with a 2.6 kernel that uses the Hyper Treading that is
enabled by default on a HP Proliant DL. For an external controller that comes
from HP you need to activate Fusion MPT in the kernel.

-----

On Wednesday 11 August 2004 01:00, s970501@ku.edu.np wrote:
> Hi,
>
> Is anybody installed gentoo on compaq dl-360?
>
> How can I get scsi controller work?
>
> help~
>
>
>
> --
> gentoo-user@gentoo.org mailing list

--
gentoo-user@gentoo.org mailing list

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
Hi

On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> I found /dev/discs/disc0/disc and installing gentoo.
> But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> /etc/fstab or?

Over here, my fstab says:

=== snip ===
/dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
/dev/discs/disc0/part8 / xfs noatime 0 1
/dev/discs/disc0/part5 none swap sw 0 0
/dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
/dev/discs/disc0/part7 /tmp xfs noatime 0 0
/dev/discs/disc0/part9 /usr xfs noatime 0 0
/dev/discs/disc0/part12 /home xfs noatime 0 0
=== snap ===

I kind of remember the naming scheme to change sometime in between the
installation process and the first boot.

HTH, Urs

--
Urs Joss
4055 Basel

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
What do you mean exactly?
can you give me more details?


On Tue, 14 Sep 2004 14:21:01 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> Hi
>
> On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> > I found /dev/discs/disc0/disc and installing gentoo.
> > But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> > How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> > /etc/fstab or?
>
> Over here, my fstab says:
>
> === snip ===
> /dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
> /dev/discs/disc0/part8 / xfs noatime 0 1
> /dev/discs/disc0/part5 none swap sw 0 0
> /dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
> /dev/discs/disc0/part7 /tmp xfs noatime 0 0
> /dev/discs/disc0/part9 /usr xfs noatime 0 0
> /dev/discs/disc0/part12 /home xfs noatime 0 0
> === snap ===
>
> I kind of remember the naming scheme to change sometime in between the
> installation process and the first boot.
>
> HTH, Urs
>
> --
> Urs Joss
> 4055 Basel
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
I read the article about installing gentoo on dl-380.

it is saying...

...Once your partitions are created, make your folders and mount your
volumes just like the Gentoo Install Doc says with one important
addition: You MUST make the /dev tree available to your chrooted
Gentoo environment otherwise Grub will not recognize any drives on the
system (unless of course you have other IDE or SCSI drives). There
seems to be more than one way to do this. The way I found to be the
easiest was to bind the /dev tree using mount:
mount -o bind /dev /mnt/gentoo/dev

Before I did this, I was pulling my hair out trying to get Grub to
find my drive. I was editing my grub.conf, sifting through Grub docs,
and trying Grub commands. After all that, I then discovered that I
couldn't access /dev/cciss/ because it just wasn't there.
...

Should I bind /dev???


On Tue, 14 Sep 2004 18:28:26 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> What do you mean exactly?
> can you give me more details?
>
>
>
>
> On Tue, 14 Sep 2004 14:21:01 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> > Hi
> >
> > On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> > > I found /dev/discs/disc0/disc and installing gentoo.
> > > But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> > > How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> > > /etc/fstab or?
> >
> > Over here, my fstab says:
> >
> > === snip ===
> > /dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
> > /dev/discs/disc0/part8 / xfs noatime 0 1
> > /dev/discs/disc0/part5 none swap sw 0 0
> > /dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
> > /dev/discs/disc0/part7 /tmp xfs noatime 0 0
> > /dev/discs/disc0/part9 /usr xfs noatime 0 0
> > /dev/discs/disc0/part12 /home xfs noatime 0 0
> > === snap ===
> >
> > I kind of remember the naming scheme to change sometime in between the
> > installation process and the first boot.
> >
> > HTH, Urs
> >
> > --
> > Urs Joss
> > 4055 Basel
> >
> >
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
It's working now ;)

thanks to all


On Tue, 14 Sep 2004 18:32:58 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> I read the article about installing gentoo on dl-380.
>
> it is saying...
>
> ...Once your partitions are created, make your folders and mount your
> volumes just like the Gentoo Install Doc says with one important
> addition: You MUST make the /dev tree available to your chrooted
> Gentoo environment otherwise Grub will not recognize any drives on the
> system (unless of course you have other IDE or SCSI drives). There
> seems to be more than one way to do this. The way I found to be the
> easiest was to bind the /dev tree using mount:
> mount -o bind /dev /mnt/gentoo/dev
>
> Before I did this, I was pulling my hair out trying to get Grub to
> find my drive. I was editing my grub.conf, sifting through Grub docs,
> and trying Grub commands. After all that, I then discovered that I
> couldn't access /dev/cciss/ because it just wasn't there.
> ...
>
> Should I bind /dev???
>
>
>
>
> On Tue, 14 Sep 2004 18:28:26 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > What do you mean exactly?
> > can you give me more details?
> >
> >
> >
> >
> > On Tue, 14 Sep 2004 14:21:01 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> > > Hi
> > >
> > > On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> > > > I found /dev/discs/disc0/disc and installing gentoo.
> > > > But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> > > > How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> > > > /etc/fstab or?
> > >
> > > Over here, my fstab says:
> > >
> > > === snip ===
> > > /dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
> > > /dev/discs/disc0/part8 / xfs noatime 0 1
> > > /dev/discs/disc0/part5 none swap sw 0 0
> > > /dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
> > > /dev/discs/disc0/part7 /tmp xfs noatime 0 0
> > > /dev/discs/disc0/part9 /usr xfs noatime 0 0
> > > /dev/discs/disc0/part12 /home xfs noatime 0 0
> > > === snap ===
> > >
> > > I kind of remember the naming scheme to change sometime in between the
> > > installation process and the first boot.
> > >
> > > HTH, Urs
> > >
> > > --
> > > Urs Joss
> > > 4055 Basel
> > >
> > >
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
One more question!

I used 2004.2 livecd. My scsi disk was detected as /dev/discs/disc0/disc.
Which module was used for my disk? cciss or something else?


On Tue, 14 Sep 2004 18:53:59 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> It's working now ;)
>
> thanks to all
>
>
> On Tue, 14 Sep 2004 18:32:58 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > I read the article about installing gentoo on dl-380.
>
>
> >
> > it is saying...
> >
> > ...Once your partitions are created, make your folders and mount your
> > volumes just like the Gentoo Install Doc says with one important
> > addition: You MUST make the /dev tree available to your chrooted
> > Gentoo environment otherwise Grub will not recognize any drives on the
> > system (unless of course you have other IDE or SCSI drives). There
> > seems to be more than one way to do this. The way I found to be the
> > easiest was to bind the /dev tree using mount:
> > mount -o bind /dev /mnt/gentoo/dev
> >
> > Before I did this, I was pulling my hair out trying to get Grub to
> > find my drive. I was editing my grub.conf, sifting through Grub docs,
> > and trying Grub commands. After all that, I then discovered that I
> > couldn't access /dev/cciss/ because it just wasn't there.
> > ...
> >
> > Should I bind /dev???
> >
> >
> >
> >
> > On Tue, 14 Sep 2004 18:28:26 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > > What do you mean exactly?
> > > can you give me more details?
> > >
> > >
> > >
> > >
> > > On Tue, 14 Sep 2004 14:21:01 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> > > > Hi
> > > >
> > > > On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> > > > > I found /dev/discs/disc0/disc and installing gentoo.
> > > > > But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> > > > > How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> > > > > /etc/fstab or?
> > > >
> > > > Over here, my fstab says:
> > > >
> > > > === snip ===
> > > > /dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
> > > > /dev/discs/disc0/part8 / xfs noatime 0 1
> > > > /dev/discs/disc0/part5 none swap sw 0 0
> > > > /dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
> > > > /dev/discs/disc0/part7 /tmp xfs noatime 0 0
> > > > /dev/discs/disc0/part9 /usr xfs noatime 0 0
> > > > /dev/discs/disc0/part12 /home xfs noatime 0 0
> > > > === snap ===
> > > >
> > > > I kind of remember the naming scheme to change sometime in between the
> > > > installation process and the first boot.
> > > >
> > > > HTH, Urs
> > > >
> > > > --
> > > > Urs Joss
> > > > 4055 Basel
> > > >
> > > >
> > > >
> > > > --
> > > > gentoo-user@gentoo.org mailing list
> > > >
> > > >
> > >
> >
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
[solved]

It's REALLY working now ;)

thanks

On Tue, 14 Sep 2004 19:08:11 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> One more question!
>
> I used 2004.2 livecd. My scsi disk was detected as /dev/discs/disc0/disc.
> Which module was used for my disk? cciss or something else?
>
>
> On Tue, 14 Sep 2004 18:53:59 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > It's working now ;)
>
>
> >
> > thanks to all
> >
> >
> > On Tue, 14 Sep 2004 18:32:58 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > > I read the article about installing gentoo on dl-380.
> >
> >
> > >
> > > it is saying...
> > >
> > > ...Once your partitions are created, make your folders and mount your
> > > volumes just like the Gentoo Install Doc says with one important
> > > addition: You MUST make the /dev tree available to your chrooted
> > > Gentoo environment otherwise Grub will not recognize any drives on the
> > > system (unless of course you have other IDE or SCSI drives). There
> > > seems to be more than one way to do this. The way I found to be the
> > > easiest was to bind the /dev tree using mount:
> > > mount -o bind /dev /mnt/gentoo/dev
> > >
> > > Before I did this, I was pulling my hair out trying to get Grub to
> > > find my drive. I was editing my grub.conf, sifting through Grub docs,
> > > and trying Grub commands. After all that, I then discovered that I
> > > couldn't access /dev/cciss/ because it just wasn't there.
> > > ...
> > >
> > > Should I bind /dev???
> > >
> > >
> > >
> > >
> > > On Tue, 14 Sep 2004 18:28:26 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> > > > What do you mean exactly?
> > > > can you give me more details?
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, 14 Sep 2004 14:21:01 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> > > > > Hi
> > > > >
> > > > > On Dienstag, 14. September 2004 14.06, Seung Hyun Cho wrote:
> > > > > > I found /dev/discs/disc0/disc and installing gentoo.
> > > > > > But after chrooting, I can't find /dev/discs/disc0/disc or /dev/sda.
> > > > > > How can I manage this? Is it okay to write /dev/discs/disc0/part1 in
> > > > > > /etc/fstab or?
> > > > >
> > > > > Over here, my fstab says:
> > > > >
> > > > > === snip ===
> > > > > /dev/discs/disc0/part1 /boot ext2 noauto,noatime 1 1
> > > > > /dev/discs/disc0/part8 / xfs noatime 0 1
> > > > > /dev/discs/disc0/part5 none swap sw 0 0
> > > > > /dev/discs/disc0/part6 /var/tmp xfs noatime 0 0
> > > > > /dev/discs/disc0/part7 /tmp xfs noatime 0 0
> > > > > /dev/discs/disc0/part9 /usr xfs noatime 0 0
> > > > > /dev/discs/disc0/part12 /home xfs noatime 0 0
> > > > > === snap ===
> > > > >
> > > > > I kind of remember the naming scheme to change sometime in between the
> > > > > installation process and the first boot.
> > > > >
> > > > > HTH, Urs
> > > > >
> > > > > --
> > > > > Urs Joss
> > > > > 4055 Basel
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > gentoo-user@gentoo.org mailing list
> > > > >
> > > > >
> > > >
> > >
> >
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
On Dienstag, 14. September 2004 16.19, Seung Hyun Cho wrote:
> It's REALLY working now ;)

Congratulations!

So, in short, what was your solution?

Regards, Urs

--
Urs Joss
4055 Basel

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
...
# fdisk /dev/discs/disc0/disc
...
# mount /dev/discs/disc0/part3 /mnt/gentoo
# mount /dev/discs/disc0/part1 /mnt/gentoo/boot
# mount -o bind /dev /mnt/gentoo/dev
# mount -t proc none /mnt/gentoo/proc
...
put smart array module in kernel.
...
put /dev/discs/disc0/part1... in fstab & grub.conf
...
workin' ~ ;)

On Tue, 14 Sep 2004 16:23:06 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> On Dienstag, 14. September 2004 16.19, Seung Hyun Cho wrote:
> > It's REALLY working now ;)
>
> Congratulations!
>
> So, in short, what was your solution?
>
> Regards, Urs
>
>
>
> --
> Urs Joss
> 4055 Basel
>
> --
> gentoo-user@gentoo.org mailing list
>
>

--
gentoo-user@gentoo.org mailing list
Re: gentoo on compaq dl-360 [ In reply to ]
I just found new problem of my system.
It's working okay. but sometimes doesn't boot.

It hangs with PCI something something... messages...

I am using kernel 2.6.8-r3 and 2.6.8-r4.

Anybody has some ideas about it?


On Tue, 14 Sep 2004 20:14:18 +0545, Seung Hyun Cho <s970501@gmail.com> wrote:
> ...
> # fdisk /dev/discs/disc0/disc
> ...
> # mount /dev/discs/disc0/part3 /mnt/gentoo
> # mount /dev/discs/disc0/part1 /mnt/gentoo/boot
> # mount -o bind /dev /mnt/gentoo/dev
> # mount -t proc none /mnt/gentoo/proc
> ...
> put smart array module in kernel.
> ...
> put /dev/discs/disc0/part1... in fstab & grub.conf
> ...
> workin' ~ ;)
>
>
>
> On Tue, 14 Sep 2004 16:23:06 +0200, Urs Joss <tschenturs@gmx.ch> wrote:
> > On Dienstag, 14. September 2004 16.19, Seung Hyun Cho wrote:
> > > It's REALLY working now ;)
> >
> > Congratulations!
> >
> > So, in short, what was your solution?
> >
> > Regards, Urs
> >
> >
> >
> > --
> > Urs Joss
> > 4055 Basel
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

--
gentoo-user@gentoo.org mailing list