hi, I tried to install CRUX in /dev/sda1 partition, i didnt define any swap space? after installation, when i removed CD and booted from hard drive, + NO file system mounted on root, tried : ext3 vfat msdos iso9660 + Kernel panic - not syncing : VFS : unable to mount root fs on unknown-block(8-1) +pid: 1, comm:swapper not tainted #2 [4.200951 ] call trace : ..................................... .....................................
You need CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y in your .config file when compiling the kernel. On Jun 9, 2011, at 12:23 PM, Ramu Chakravadhanula wrote:
hi,
I tried to install CRUX in /dev/sda1 partition, i didnt define any swap space?
after installation, when i removed CD and booted from hard drive,
+ NO file system mounted on root, tried : ext3 vfat msdos iso9660 + Kernel panic - not syncing : VFS : unable to mount root fs on unknown-block(8-1) +pid: 1, comm:swapper not tainted #2 [4.200951 ] call trace : ..................................... ..................................... _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
* Ramu Chakravadhanula (boys21century@gmail.com) wrote:
hi,
+ NO file system mounted on root, tried : ext3 vfat msdos iso9660
You should know which filesystem you put on /dev/sdaX and set it accordingly in /etc/fstab. ;)
+ Kernel panic - not syncing : VFS : unable to mount root fs on unknown-block(8-1)
This ususally is caused by a) missing IDE driver (as already mentioned) b) missing filesystem driver c) wrong root=.. entry in your bootloader's config (unsure about this) regards, Thomas -- endothermal recalibration
hi, thank you very much. my fstab file is #/dev/sda1 / reiserfs defaults 1 1 (I made this entry in fstab file) #/dev/#RESIERFS_ROOT# / resierfs defaults 0 0 #/dev/#EXT3FS_ROOT# / ext3 defaults 0 1 how can i solve missing IDE driver, file system driver?? thanking you, br, ramu On 9 June 2011 16:45, Thomas Penteker <tek@serverop.de> wrote:
* Ramu Chakravadhanula (boys21century@gmail.com) wrote:
hi,
+ NO file system mounted on root, tried : ext3 vfat msdos iso9660
You should know which filesystem you put on /dev/sdaX and set it accordingly in /etc/fstab. ;)
+ Kernel panic - not syncing : VFS : unable to mount root fs on unknown-block(8-1)
This ususally is caused by
a) missing IDE driver (as already mentioned) b) missing filesystem driver c) wrong root=.. entry in your bootloader's config (unsure about this)
regards,
Thomas
-- endothermal recalibration
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Take the # from the line that you want to keep. It should look like this: /dev/sda1 / reiserfs defaults 1 1 On Jun 9, 2011, at 12:53 PM, Ramu Chakravadhanula wrote:
hi,
thank you very much.
my fstab file is
#/dev/sda1 / reiserfs defaults 1 1 (I made this entry in fstab file) #/dev/#RESIERFS_ROOT# / resierfs defaults 0 0 #/dev/#EXT3FS_ROOT# / ext3 defaults 0 1
how can i solve missing IDE driver, file system driver??
thanking you,
br, ramu
On 9 June 2011 16:45, Thomas Penteker <tek@serverop.de> wrote: * Ramu Chakravadhanula (boys21century@gmail.com) wrote:
hi,
+ NO file system mounted on root, tried : ext3 vfat msdos iso9660
You should know which filesystem you put on /dev/sdaX and set it accordingly in /etc/fstab. ;)
+ Kernel panic - not syncing : VFS : unable to mount root fs on unknown-block(8-1)
This ususally is caused by
a) missing IDE driver (as already mentioned) b) missing filesystem driver c) wrong root=.. entry in your bootloader's config (unsure about this)
regards,
Thomas
-- endothermal recalibration
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
* Ramu Chakravadhanula (boys21century@gmail.com) wrote:
how can i solve missing IDE driver, file system driver??
You can add drivers to your kernel by running and using `make menuconfig`, beware to select the drivers to be statically (i.e. not as a module) compiled in. For further details use one of the many available tutorials about kernel cofiguration/compilation on teh internetz. regards, Thomas -- BNC (brain not (user brain not connected)
participants (3)
-
Andrei Oprisan
-
Ramu Chakravadhanula
-
Thomas Penteker