Hello, Since raid degradation I have had corrupted swap partition and unable to boot the kernel. After detecting HDD I have "Fatal trap 12: page fault ..." and "current process 0 (swapper)". This happens even when I boot from CD. If HDD is disconnected it boots normally. I have tried to disable swap with setting bootloader variables but no luck: set vm.swap_enabled=0 set vm.nswapdev=0 Is there other way to disable swap from bootloader? Thanks in advance
On Fri, Mar 16, 2007 at 05:48:27PM +0200, Krassimir Slavchev wrote:> Hello, > > Since raid degradation I have had corrupted swap partition and unable to > boot the kernel. > After detecting HDD I have "Fatal trap 12: page fault ..." and "current > process 0 (swapper)". > This happens even when I boot from CD. If HDD is disconnected it boots > normally. > I have tried to disable swap with setting bootloader variables but no luck: > set vm.swap_enabled=0 > set vm.nswapdev=0 > > Is there other way to disable swap from bootloader?boot -s, then turn off your swap partitions in fstab Kris
Kris Kennaway wrote:> On Fri, Mar 16, 2007 at 05:48:27PM +0200, Krassimir Slavchev wrote: > >> Hello, >> >> Since raid degradation I have had corrupted swap partition and unable to >> boot the kernel. >> After detecting HDD I have "Fatal trap 12: page fault ..." and "current >> process 0 (swapper)". >> This happens even when I boot from CD. If HDD is disconnected it boots >> normally. >> I have tried to disable swap with setting bootloader variables but no luck: >> set vm.swap_enabled=0 >> set vm.nswapdev=0 >> >> Is there other way to disable swap from bootloader? >> > > boot -s, then turn off your swap partitions in fstab > >This was the first one I tried.> Kris > >
On Fri, Mar 16, 2007 at 07:05:21PM +0200, Krassimir Slavchev wrote:> Kris Kennaway wrote: > >On Fri, Mar 16, 2007 at 05:48:27PM +0200, Krassimir Slavchev wrote: > > > >>Hello, > >> > >>Since raid degradation I have had corrupted swap partition and unable to > >>boot the kernel. > >>After detecting HDD I have "Fatal trap 12: page fault ..." and "current > >>process 0 (swapper)". > >>This happens even when I boot from CD. If HDD is disconnected it boots > >>normally. > >>I have tried to disable swap with setting bootloader variables but no > >>luck: > >>set vm.swap_enabled=0 > >>set vm.nswapdev=0 > >> > >>Is there other way to disable swap from bootloader? > >> > > > >boot -s, then turn off your swap partitions in fstab > > > > > This was the first one I tried.Then your swap partition is not your problem. Kris