Re: [rofug] Re: (Fwd) mountroot>

2003-06-21 Thread Adrian Penisoara
Hi,

  Please use english.


  Try inserting the following in /boot/loader.conf:

   root_disk_unit=1

  From loader(8):

 root_disk_unit
 If the code which detects the disk unit number for the root
 disk is confused, eg. by a mix of SCSI and IDE disks, or IDE
 disks with gaps in the sequence (eg. no primary slave), the
 unit number can be forced by setting this variable.



  Alternatively you can try creating a file "boot.config" in the root
filesystem containting:

   2:da(1,a)/kernel

  See boot(8).

 Ady (@freebsd.ady.ro)

On Sat, 21 Jun 2003, Camelia Nastase wrote:

>
>
> 1. pe mine personal ma enerveaza cross-posting'ul.
> 2. ai incercat cu boot -c, unload, boot-conf ? sau un ls dupa unload, sau
> lsdev sa vezi ce posibilitati ai?
>
> > >
> > > > Hello BSD-lovers,
> > > > i'm stuck on a tricky situation:
> > > >
> > > > i got FreeBSD 4.8-STABLE running smoothly on a SCSI disk,
> > > > but i had to move the HDD on a multi-OS system, so i am
> > > > heading this problem:
> > > >
> > > > there are 3 disks
> > > > - ad0: IDE WDC-drive with a MSwinOS
> > > > - da0: SCSI IBM-drive with Debian Linux
> > > > - da1: SCSI IBM FreeBSD disk
> > > >
> > > > ad0 is the primary disk with lilo in the MBR
> > > >
> > > > lilo.conf uses
> > > >
> > > > boot=/dev/hda
> > > > ...
> > > > /dev/sda1 to boot the debianOS
> > > > /dev/sdb1 to boot FreeBSD
> > > >
> > > > well, this is working fine for winOS and linux but FreeBSD
> > > > returns this error lines:
> > > >
> > > > Root mount failed: 22
> > > > Mounting root from ufs:/dev/da2s1a
> > > > Root mount failed: 22
> > > > Mounting root from ufs:/dev/da2a
> > > > Root mount failed: 22
> > > >
> > > > Manual root filesystem specification:
> > > > mountroot>
> > > >
> > > >
> > > > i've tried all kind of combos like ufs:/dev/da1s1a but nothing worked out.
> > > > what i still can't understand is why it's trying to mount /dev/da2 instead of 
> > > > /dev/da1
> > > >
> > __
> > Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe
> --
> Camelia Nastase
> Network Administrator Motto: "All you have to do
> Departamentul Internet   is want it bad enough"
> ASTRAL TELECOM SA, Sucursala Cluj
>
>
> __
> Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (Fwd) mountroot>

2003-06-21 Thread Alexandru Savescu
hi, 
exactly this is my problem.. i've read the 7.3 section of the handbook and searched 
also other 
forums and sites for this .. it seems i'm not the only one with this problem but i did 
not find 
somewhere an answer..

my lilo.conf looks like this:
other=/dev/sdb1
table=/dev/sdb
loader=/boot/chain.b
label="FreeBSD"

what is going wrong?!
mfg

Alexandru


On 20 Jun 2003 at 22:03, Viktor Lazlo wrote:

Have you followed the applicable instructions from section 7.3.1 of the
handbook? It give a sample format and instructions specifically for when
linux and FreeBSD are on separate hard drives.

Cheers,

Viktor




> On Sat, 21 Jun 2003, Alexandru Savescu wrote:
> 
> > Hello BSD-lovers,
> > i'm stuck on a tricky situation:
> >
> > i got FreeBSD 4.8-STABLE running smoothly on a SCSI disk,
> > but i had to move the HDD on a multi-OS system, so i am
> > heading this problem:
> >
> > there are 3 disks
> > - ad0: IDE WDC-drive with a MSwinOS
> > - da0: SCSI IBM-drive with Debian Linux
> > - da1: SCSI IBM FreeBSD disk
> >
> > ad0 is the primary disk with lilo in the MBR
> >
> > lilo.conf uses
> >
> > boot=/dev/hda
> > ...
> > /dev/sda1 to boot the debianOS
> > /dev/sdb1 to boot FreeBSD
> >
> > well, this is working fine for winOS and linux but FreeBSD
> > returns this error lines:
> >
> > Root mount failed: 22
> > Mounting root from ufs:/dev/da2s1a
> > Root mount failed: 22
> > Mounting root from ufs:/dev/da2a
> > Root mount failed: 22
> >
> > Manual root filesystem specification:
> > mountroot>
> >
> >
> > i've tried all kind of combos like ufs:/dev/da1s1a but nothing worked out.
> > what i still can't understand is why it's trying to mount /dev/da2 instead of 
> > /dev/da1
> > 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (Fwd) mountroot>

2003-06-20 Thread Viktor Lazlo


On Sat, 21 Jun 2003, Alexandru Savescu wrote:

> Hello BSD-lovers,
> i'm stuck on a tricky situation:
>
> i got FreeBSD 4.8-STABLE running smoothly on a SCSI disk,
> but i had to move the HDD on a multi-OS system, so i am
> heading this problem:
>
> there are 3 disks
> - ad0: IDE WDC-drive with a MSwinOS
> - da0: SCSI IBM-drive with Debian Linux
> - da1: SCSI IBM FreeBSD disk
>
> ad0 is the primary disk with lilo in the MBR
>
> lilo.conf uses
>
> boot=/dev/hda
> ...
> /dev/sda1 to boot the debianOS
> /dev/sdb1 to boot FreeBSD
>
> well, this is working fine for winOS and linux but FreeBSD
> returns this error lines:
>
> Root mount failed: 22
> Mounting root from ufs:/dev/da2s1a
> Root mount failed: 22
> Mounting root from ufs:/dev/da2a
> Root mount failed: 22
>
> Manual root filesystem specification:
> mountroot>
>
>
> i've tried all kind of combos like ufs:/dev/da1s1a but nothing worked out.
> what i still can't understand is why it's trying to mount /dev/da2 instead of 
> /dev/da1

Have you followed the applicable instructions from section 7.3.1 of the
handbook? It give a sample format and instructions specifically for when
linux and FreeBSD are on separate hard drives.

Cheers,

Viktor


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"