All of lore.kernel.org
 help / color / mirror / Atom feed
* ReiserFS V3 and linux-kernel-2.6
@ 2005-02-09  9:05 Oleg O. Ossovitskii
  2005-02-09 11:39 ` Vladimir Saveliev
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-09  9:05 UTC (permalink / raw)
  To: ReiserFS-List

Hello!


I run self compiled kernel 2.4.27 w/devfs and want to upgrade to
2.6.10 w/devfs. All kernels without using initrd

/dev/hdc2 - /boot - ext2
/dev/hdc8 - /     - ReiserFS V3

gcc 3.4.3, modultils-2.4.21, glibc-2.3.4

I installed
  module-init-tools-3.1.tar.bz2
  sysfsutils-1.1.0.tar.bz2
  hotplug-2004_09_23.tar.bz2
  udev-051

  and all that I found in Changes from kernel-2.6.10

  In the grub config i have:

  --------------------------------
  # For booting GNU/Linux
  title  GNU/Linux-2.6.x
  kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount

  title  GNU/Linux-2.4.x
  kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
 ----------------------------------

  I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
  kernel I get error message & kernel panic:


  VFS: Cannot open root device "hdc8" or unknown-block(0,0)
  Please append a correct "root=" boot option
  Kernel panic - not syncing: VFS: Unable to mount root fs on
  unknown-block(0,0)
 

  Here is parts of my kernel config:
  ---------------------------------------------
  .....
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_REISERFS_FS_SECURITY is not set
CONFIG_JFS_FS=m
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_XFS_FS=m
# CONFIG_XFS_RT is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_MINIX_FS=m
CONFIG_ROMFS_FS=m
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
  ......

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVFS_FS=y
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS_XATTR=y
# CONFIG_DEVPTS_FS_SECURITY is not set
CONFIG_TMPFS=y
CONFIG_TMPFS_XATTR=y
# CONFIG_TMPFS_SECURITY is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
 
  ---------------------------------------------


  What should I do additionally, for using RieserFS V3 with
  kernel-2.6?

  Should I enable CONFIG_REISERFS_FS_XATTR ?
 
---
Best regards, Oleg O. Ossovitskii
chief programmer, KGPA Ltd, West Russia, Kaliningrad (Koenigsberg)
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
@ 2005-02-09 11:39 ` Vladimir Saveliev
       [not found]   ` <73227051.20050209143915@kgpa.ru>
  2005-02-09 14:44 ` Alex Zarochentsev
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Vladimir Saveliev @ 2005-02-09 11:39 UTC (permalink / raw)
  To: Oleg O. Ossovitskii; +Cc: ReiserFS-List

Hello

On Wed, 2005-02-09 at 12:05, Oleg O. Ossovitskii wrote:
> Hello!
> 
> 
> I run self compiled kernel 2.4.27 w/devfs and want to upgrade to
> 2.6.10 w/devfs. All kernels without using initrd
> 
> /dev/hdc2 - /boot - ext2
> /dev/hdc8 - /     - ReiserFS V3
> 
> gcc 3.4.3, modultils-2.4.21, glibc-2.3.4
> 
> I installed
>   module-init-tools-3.1.tar.bz2
>   sysfsutils-1.1.0.tar.bz2
>   hotplug-2004_09_23.tar.bz2
>   udev-051
> 
>   and all that I found in Changes from kernel-2.6.10
> 
>   In the grub config i have:
> 
>   --------------------------------
>   # For booting GNU/Linux
>   title  GNU/Linux-2.6.x
>   kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount
> 
>   title  GNU/Linux-2.4.x
>   kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
>  ----------------------------------
> 
>   I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
>   kernel I get error message & kernel panic:
> 
> 
>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
>   Please append a correct "root=" boot option
>   Kernel panic - not syncing: VFS: Unable to mount root fs on
>   unknown-block(0,0)
>  
> 
>   Here is parts of my kernel config:
>   ---------------------------------------------
>   .....
> #
> # File systems
> #
> CONFIG_EXT2_FS=y
> CONFIG_EXT2_FS_XATTR=y
> # CONFIG_EXT2_FS_POSIX_ACL is not set
> # CONFIG_EXT2_FS_SECURITY is not set
> CONFIG_EXT3_FS=y
> CONFIG_EXT3_FS_XATTR=y
> # CONFIG_EXT3_FS_POSIX_ACL is not set
> # CONFIG_EXT3_FS_SECURITY is not set
> CONFIG_JBD=y
> # CONFIG_JBD_DEBUG is not set
> CONFIG_FS_MBCACHE=y
> CONFIG_REISERFS_FS=y
> # CONFIG_REISERFS_CHECK is not set
> CONFIG_REISERFS_PROC_INFO=y
> CONFIG_REISERFS_FS_XATTR=y
> # CONFIG_REISERFS_FS_POSIX_ACL is not set
> # CONFIG_REISERFS_FS_SECURITY is not set
> CONFIG_JFS_FS=m
> # CONFIG_JFS_POSIX_ACL is not set
> # CONFIG_JFS_DEBUG is not set
> # CONFIG_JFS_STATISTICS is not set
> CONFIG_XFS_FS=m
> # CONFIG_XFS_RT is not set
> # CONFIG_XFS_QUOTA is not set
> # CONFIG_XFS_SECURITY is not set
> # CONFIG_XFS_POSIX_ACL is not set
> CONFIG_MINIX_FS=m
> CONFIG_ROMFS_FS=m
> # CONFIG_QUOTA is not set
> CONFIG_DNOTIFY=y
> # CONFIG_AUTOFS_FS is not set
> CONFIG_AUTOFS4_FS=y
>   ......
> 
> #
> # Pseudo filesystems
> #
> CONFIG_PROC_FS=y
> CONFIG_PROC_KCORE=y
> CONFIG_SYSFS=y
> CONFIG_DEVFS_FS=y
> # CONFIG_DEVFS_MOUNT is not set
> # CONFIG_DEVFS_DEBUG is not set
> CONFIG_DEVPTS_FS_XATTR=y
> # CONFIG_DEVPTS_FS_SECURITY is not set
> CONFIG_TMPFS=y
> CONFIG_TMPFS_XATTR=y
> # CONFIG_TMPFS_SECURITY is not set
> # CONFIG_HUGETLBFS is not set
> # CONFIG_HUGETLB_PAGE is not set
> CONFIG_RAMFS=y
>  
>   ---------------------------------------------
> 
> 
>   What should I do additionally, for using RieserFS V3 with
>   kernel-2.6?
> 
>   Should I enable CONFIG_REISERFS_FS_XATTR ?

Please send both complete .config-s.

>  
> ---
> Best regards, Oleg O. Ossovitskii
> chief programmer, KGPA Ltd, West Russia, Kaliningrad (Koenigsberg)
> mailto:oleg@kgpa.ru, icq# 33366588
> 
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
  2005-02-09 11:39 ` Vladimir Saveliev
@ 2005-02-09 14:44 ` Alex Zarochentsev
  2005-02-09 15:09   ` Re[2]: " Oleg O. Ossovitskii
  2005-02-13 15:17 ` Christian
  2005-02-17 14:03 ` Milan Holzäpfel
  3 siblings, 1 reply; 12+ messages in thread
From: Alex Zarochentsev @ 2005-02-09 14:44 UTC (permalink / raw)
  To: Oleg O. Ossovitskii; +Cc: ReiserFS-List

On Wed, Feb 09, 2005 at 11:05:14AM +0200, Oleg O. Ossovitskii wrote:
> Hello!
> 
> 
> I run self compiled kernel 2.4.27 w/devfs and want to upgrade to
> 2.6.10 w/devfs. All kernels without using initrd
> 
> /dev/hdc2 - /boot - ext2
> /dev/hdc8 - /     - ReiserFS V3
> 
> gcc 3.4.3, modultils-2.4.21, glibc-2.3.4
> 
> I installed
>   module-init-tools-3.1.tar.bz2
>   sysfsutils-1.1.0.tar.bz2
>   hotplug-2004_09_23.tar.bz2
>   udev-051
> 
>   and all that I found in Changes from kernel-2.6.10
> 
>   In the grub config i have:
> 
>   --------------------------------
>   # For booting GNU/Linux
>   title  GNU/Linux-2.6.x
>   kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount
> 
>   title  GNU/Linux-2.4.x
>   kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
>  ----------------------------------
> 
>   I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
>   kernel I get error message & kernel panic:
> 
> 
>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
>   Please append a correct "root=" boot option
>   Kernel panic - not syncing: VFS: Unable to mount root fs on
>   unknown-block(0,0)

please make sure that the rootfs block device driver (IDE disk) was compiled
into the kernel.  

-- 
Alex.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re[2]: ReiserFS V3 and linux-kernel-2.6
  2005-02-09 14:44 ` Alex Zarochentsev
@ 2005-02-09 15:09   ` Oleg O. Ossovitskii
  2005-02-09 15:56     ` Alex Zarochentsev
  0 siblings, 1 reply; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-09 15:09 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: ReiserFS-List

Hello, Alex!

Wednesday, February 9, 2005, 4:44:46 PM, you wrote:

>>
>>   --------------------------------
>>   # For booting GNU/Linux
>>   title  GNU/Linux-2.6.x
>>   kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount
>>
>>   title  GNU/Linux-2.4.x
>>   kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
>>  ----------------------------------
>>
>>   I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
>>   kernel I get error message & kernel panic:
>>
>>
>>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
>>   Please append a correct "root=" boot option
>>   Kernel panic - not syncing: VFS: Unable to mount root fs on
>>   unknown-block(0,0)

AZ> please make sure that the rootfs block device driver (IDE disk) was compiled
AZ> into the kernel. 


#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
CONFIG_BLK_DEV_IDE_SATA=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y


Best regards, Oleg O. Ossovitskii
chief programmer, KGPA Ltd., West Russia
tel: +7(0112)46-23-40, fax: +7(0112)43-64-96, cell: +79022193956
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-09 15:09   ` Re[2]: " Oleg O. Ossovitskii
@ 2005-02-09 15:56     ` Alex Zarochentsev
  2005-02-10  6:36       ` Re[2]: " Oleg O. Ossovitskii
       [not found]       ` <1318959983.20050210165729@kgpa.ru>
  0 siblings, 2 replies; 12+ messages in thread
From: Alex Zarochentsev @ 2005-02-09 15:56 UTC (permalink / raw)
  To: Oleg O. Ossovitskii; +Cc: ReiserFS-List

On Wed, Feb 09, 2005 at 05:09:24PM +0200, Oleg O. Ossovitskii wrote:
> Hello, Alex!
> 
> Wednesday, February 9, 2005, 4:44:46 PM, you wrote:
> 
> >>
> >>   --------------------------------
> >>   # For booting GNU/Linux
> >>   title  GNU/Linux-2.6.x
> >>   kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount
> >>
> >>   title  GNU/Linux-2.4.x
> >>   kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
> >>  ----------------------------------
> >>
> >>   I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
> >>   kernel I get error message & kernel panic:
> >>
> >>
> >>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
> >>   Please append a correct "root=" boot option
> >>   Kernel panic - not syncing: VFS: Unable to mount root fs on
> >>   unknown-block(0,0)
> 
> AZ> please make sure that the rootfs block device driver (IDE disk) was compiled
> AZ> into the kernel. 

can you try to following?

1) boot w/o devfs
2) check that the block device driver is loaded successfully 
   and partition table is read properly
   (look at kernel boot messages)

btw, I have no troubles switching my system between 2.4.x and 2.6.x

-- 
Alex.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re[4]: ReiserFS V3 and linux-kernel-2.6
       [not found]     ` <1107953639.19646.215.camel@tribesman.namesys.com>
@ 2005-02-10  6:31       ` Oleg O. Ossovitskii
  0 siblings, 0 replies; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-10  6:31 UTC (permalink / raw)
  To: Vladimir Saveliev; +Cc: ReiserFS-List

Hello, Vladimir!

9 feb 2005 г., 14:53:59, You wrote:

>> VS> Please send both complete .config-s.
>>

VS> .config-2.6.10 has

VS> # CONFIG_DEVFS_MOUNT is not set

VS> whereas .config-2.4.27 has
VS> CONFIG_DEVFS_MOUNT=y

VS> If you turned CONFIG_DEVFS_MOUNT on for 2.6.10 - would it change
VS> anything?

I yesterday recompiled kernel 2.6.10 w/option CONFIG_DEVFS_MOUNT switched on.
Same problem =(


---
С уважением, Олег Осовицкий
ведущий программист, ООО фирма КГПА, Калининград
тел: +7(0112)46-23-40, факс: +7(0112)43-64-96, моб: +79022193956
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re[2]: ReiserFS V3 and linux-kernel-2.6
  2005-02-09 15:56     ` Alex Zarochentsev
@ 2005-02-10  6:36       ` Oleg O. Ossovitskii
  2005-02-10  8:01         ` Alex Zarochentsev
       [not found]       ` <1318959983.20050210165729@kgpa.ru>
  1 sibling, 1 reply; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-10  6:36 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: ReiserFS-List

Hello, Alex!

Wednesday, February 9, 2005, 5:56:26 PM, you wrote:

>> >>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
>> >>   Please append a correct "root=" boot option
>> >>   Kernel panic - not syncing: VFS: Unable to mount root fs on
>> >>   unknown-block(0,0)
>>
>> AZ> please make sure that the rootfs block device driver (IDE disk) was compiled
>> AZ> into the kernel.

yes it compiled in the kernel

AZ> can you try to following?

AZ> 1) boot w/o devfs

No, my /dev directory is empty without devfs. It's mountpoint only

AZ> 2) check that the block device driver is loaded successfully
AZ>    and partition table is read properly
AZ>    (look at kernel boot messages)

As I can see (messages disappears too fast and Ctrl-PgUp don't work)
ide driver loaded, but I'm not sure. How can I see kernel messages
after kernel panic?



Best regards, Oleg O. Ossovitskii
chief programmer, KGPA Ltd., West Russia
tel: +7(0112)46-23-40, fax: +7(0112)43-64-96, cell: +79022193956
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-10  6:36       ` Re[2]: " Oleg O. Ossovitskii
@ 2005-02-10  8:01         ` Alex Zarochentsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Zarochentsev @ 2005-02-10  8:01 UTC (permalink / raw)
  To: Oleg O. Ossovitskii; +Cc: ReiserFS-List

On Thu, Feb 10, 2005 at 08:36:05AM +0200, Oleg O. Ossovitskii wrote:
> Hello, Alex!
> 
> Wednesday, February 9, 2005, 5:56:26 PM, you wrote:
> 
> >> >>   VFS: Cannot open root device "hdc8" or unknown-block(0,0)
> >> >>   Please append a correct "root=" boot option
> >> >>   Kernel panic - not syncing: VFS: Unable to mount root fs on
> >> >>   unknown-block(0,0)
> >>
> >> AZ> please make sure that the rootfs block device driver (IDE disk) was compiled
> >> AZ> into the kernel.
> 
> yes it compiled in the kernel
> 
> AZ> can you try to following?
> 
> AZ> 1) boot w/o devfs
> 
> No, my /dev directory is empty without devfs. It's mountpoint only
> 
> AZ> 2) check that the block device driver is loaded successfully
> AZ>    and partition table is read properly
> AZ>    (look at kernel boot messages)
> 
> As I can see (messages disappears too fast and Ctrl-PgUp don't work)
> ide driver loaded, but I'm not sure. How can I see kernel messages
> after kernel panic?

1. serial console.
2. netconsole  (linux-src/Documentation/networking/netconsole.txt)

-- 
Alex.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
       [not found]       ` <1318959983.20050210165729@kgpa.ru>
@ 2005-02-10 21:12         ` Alex Zarochentsev
  2005-02-13 11:59           ` Re[2]: " Oleg O. Ossovitskii
  0 siblings, 1 reply; 12+ messages in thread
From: Alex Zarochentsev @ 2005-02-10 21:12 UTC (permalink / raw)
  To: Oleg O. Ossovitskii; +Cc: ReiserFS-List

On Thu, Feb 10, 2005 at 04:57:29PM +0200, Oleg O. Ossovitskii wrote:
> Hello, Alex!
> 
> Wednesday, February 9, 2005, 5:56:26 PM, you wrote:
> 
> AZ> 2) check that the block device driver is loaded successfully
> AZ>    and partition table is read properly
> AZ>    (look at kernel boot messages)
> 
> You're rigth! This is reason why I can't boot kernel 2.6.10
> 
> I have next HDD & DVD:
> hda - IDE NEC DVD-RW ND-2500A
> hdb - IDE Western Digitall (old 850 GB drive)
> hdc - SATA (in legacy mode) Maxtor 80 GB (here Linux is placed)
> 
> I can boot from hdc Windows 2000, qnx4, linux-2.4.27, but when I try to boot to
> linux-2.6.10 I got something like
> 
> ide: 0x170-0x1F0 is busy
> 
> and so on... I can't give full error message, until I receive it via
> serial console
> 
> Sorry, it's not a ReiderFS bug, but I don't understand how grub-0.92
> can take kernel from /dev/hdc2 and why kernel can't read /dev/hdc8???
> 
> May be it's a wrong kernel config, or wrong kernel option?

I would turn SATA (CONFIG_BLK_DEV_IDE_SATA) support off.

> 
> --- grub's menu.lst ---
> ....
> # For booting GNU/Linux
> title  GNU/Linux-2.6.x
> kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount
> 
> title  GNU/Linux-2.4.x
> kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
> ....
> -----------------------
> 
> My harware list:
> CPU: Pentium4 2.80 GHz
> RAM: 512MB
> MB:  ASUS P4P800
> 
> 
> Best regards, Oleg O. Ossovitskii
> chief programmer, KGPA Ltd., West Russia
> tel: +7(0112)46-23-40, fax: +7(0112)43-64-96, cell: +79022193956
> mailto:oleg@kgpa.ru, icq# 33366588


-- 
Alex.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re[2]: ReiserFS V3 and linux-kernel-2.6
  2005-02-10 21:12         ` Alex Zarochentsev
@ 2005-02-13 11:59           ` Oleg O. Ossovitskii
  0 siblings, 0 replies; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-13 11:59 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: ReiserFS-List

Hello, Alex!

Thursday, February 10, 2005, 11:12:05 PM, you wrote:

>> May be it's a wrong kernel config, or wrong kernel option?

AZ> I would turn SATA (CONFIG_BLK_DEV_IDE_SATA) support off.

I turned off support of SATA and now I can boot kernel-2.6 and use
ReiserFS. Thaks for help & time You are wasted w/me. You are doung
the great job, and ReiserFS is the best FS! (I didn't try yet Reiser4,
but I plan to use it in future)


Best regards, Oleg O. Ossovitskii
chief programmer, KGPA Ltd., West Russia
tel: +7(0112)46-23-40, fax: +7(0112)43-64-96, cell: +79022193956
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
  2005-02-09 11:39 ` Vladimir Saveliev
  2005-02-09 14:44 ` Alex Zarochentsev
@ 2005-02-13 15:17 ` Christian
  2005-02-17 14:03 ` Milan Holzäpfel
  3 siblings, 0 replies; 12+ messages in thread
From: Christian @ 2005-02-13 15:17 UTC (permalink / raw)
  To: ReiserFS-List; +Cc: Oleg O. Ossovitskii

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Oleg O. Ossovitskii wrote:
> Hello!
> 
> 
> I run self compiled kernel 2.4.27 w/devfs and want to upgrade to
> 2.6.10 w/devfs. All kernels without using initrd

as a side-note (and i did not see anyone mention it):
devfs is considered OBSOLETE and plans are to remove it asap. udev has
replaced it.

Christian.
- --
BOFH excuse #250:

Program load too heavy for processor to lift.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCD292C/PVm5+NVoYRAtqCAKDJJ6MaTu49nI7g9+Fxvjbo2L3KPwCgyTdg
M1Z5lTQsP9+5R0Mcb3A+bks=
=829Y
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: ReiserFS V3 and linux-kernel-2.6
  2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
                   ` (2 preceding siblings ...)
  2005-02-13 15:17 ` Christian
@ 2005-02-17 14:03 ` Milan Holzäpfel
  3 siblings, 0 replies; 12+ messages in thread
From: Milan Holzäpfel @ 2005-02-17 14:03 UTC (permalink / raw)
  To: reiserfs-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 9 Feb 2005 11:05:14 +0200
"Oleg O. Ossovitskii" <oleg@kgpa.ru> wrote:

> # CONFIG_DEVFS_MOUNT is not set

Your kernel won't probably mount the devfs filesystem without this
option.  I am however not sure whether this will have any influence on
the kernel mounting its root fs or not (since DEVFS is mounted under
/dev, and when there's no /, where to mount it?).  But you could try it
anyway.

Regards,
Milan

- -- 

                   Milan Holzäpfel alias jagdfalke alias jag

Antworten direkt an mich                             Answers directly to me
gehen bitte an eine Addresse,                        go to an address one
die man hier finden kann:                            can find here, please:

Kontaktinfos sowie                                   Contact infos as well as
Öff GnuPG-Schlüssel    <URL:http://con.mjh.name/>    GnuPG Public Key
GnuPG Fingerabdruck     4C8A 5FAF 5D32 6125 89D1     GnuPG Fingerprint
                        0CE5 DB0C AF4F 6583 7966



                    http://www.deppenleerzeichen.de/                        


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCFKQ52wyvT2WDeWYRAt0HAKC7xSkMzDQhjYTntEOqGEig00CRUACgsH58
u/eQeSCpmy8sQDeSBv22aXg=
=0cZL
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-02-17 14:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
2005-02-09 11:39 ` Vladimir Saveliev
     [not found]   ` <73227051.20050209143915@kgpa.ru>
     [not found]     ` <1107953639.19646.215.camel@tribesman.namesys.com>
2005-02-10  6:31       ` Re[4]: " Oleg O. Ossovitskii
2005-02-09 14:44 ` Alex Zarochentsev
2005-02-09 15:09   ` Re[2]: " Oleg O. Ossovitskii
2005-02-09 15:56     ` Alex Zarochentsev
2005-02-10  6:36       ` Re[2]: " Oleg O. Ossovitskii
2005-02-10  8:01         ` Alex Zarochentsev
     [not found]       ` <1318959983.20050210165729@kgpa.ru>
2005-02-10 21:12         ` Alex Zarochentsev
2005-02-13 11:59           ` Re[2]: " Oleg O. Ossovitskii
2005-02-13 15:17 ` Christian
2005-02-17 14:03 ` Milan Holzäpfel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.