[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: regarding kgdb in ppc
Hi,
On 12/1/06, Anumolu Sudheer <urwithsudheer@xxxxxxxxx> wrote:
Then executed the command mkinird and copied and added initrd in the
grub.conf - situation is same.
I changed the root parameter to LABEL=/ - situation is same.
Basically, block device, initrd support for ramdisk should be enabled:
CONFIG_BLK_DEV_RAM
CONFIG_BLK_DEV_INITRD
SCSI support needs to be enabled for SCSI disks:
CONFIG_SCSI
CONFIG_BLK_DEV_SD
Your filesystem support should be enabled:
CONFIG_EXT3_FS
CONFIG_EXT2_FS
Double check your .config file.
SK
--
Shakthi Kannan
http://www.shakthimaan.com
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/