Displaying 20 results from an estimated 7000 matches similar to: "Kernel Panic while trying to use data=journal on root filesystem."
2002 Apr 22
4
Question about Journaling Root Filesystem.
I am trying to use data=journal on my root file system. I have separate
slices on which journal=data works fine on all of them, except root. I
have tried putting rootflags=journal=data on my kernel line in Grub, but
I get a kernel panic. I'm missing something simple, I jut know it. It
can't be the kernel version because it works on the other slices. My
etc/fstab file is as follows:
2002 Apr 17
2
Problem with data=journal on root file system.
I am using RedHat 7.2 w/ kernel 2.4.7-10. My / filesystem is configured
as ext3. I want to change it to use data=journaled instead of ordered.
If I mount it from a boot floppy, it mounts fine. (mount /dev/hda2 /mnt
-t ext3 -o data=journal). I have attempted to find the correct
procedure to start it up as journaled from grub to no avail. I have
created a new initrd image that works fine with
2001 Jun 18
2
not sure how to setup ext3 on a slackware 7.1 system
Hi all,
On my slackware 7.1 system, in rc.S fsck is started.
In fstab there's the following line:
/dev/hda2 / ext3 defaults,noatime 1 1
from the readme I figured that I should put the line
append="rw rootflags=journal=102"
in lilo.conf
The system boots up, but I get the error message that the
root partition is already rw.
Should I just skip the filesystem
2002 Jun 21
1
rootflags=data=journal
Hi All,
I'm new to ext3 and I'd like to boot in data=journal mode. I'm running the
latest Debian stable. Where do I put this directive so it happens on every
reboot? In the "append=" line in /etc/lilo.conf? Sorry for the confusion,
but this line isn't clear to me:
------------------------
You may provide mount options to the root filesystem via LILO using the
rootflags
2002 Jul 02
1
rootflags=data=journal and grub
I hate to bother the list with this, but I am lost.
With our servers that use LILO we use append=rootflags=data=journal.
I have read everything I can find on GRUB, the key is everything I can
find, and I have no idea how perform the
same function in grub.conf
Randy
2000 Dec 17
1
bomb out on unknown rootflags?
Doing some debugging of my kernel build with ext3 and noticed something
interesting. At the bottom of the rootflags options processing loop
there is a return failure if there was an option that ext3 did not know
about.
Should this be the behaviour? Would it not be better to ignore options
not recognized? Surely, some day, some other filesystem is going to
want to use rootflags to have one of
2000 Nov 05
1
rootflags argument doesn't work with initrd.
I tried to convert / to ext3, so I went ahead and entered
rootflags=noload,journal=355 on the LILO prompt. The kernel failed to
mount /:
EXT3-fs error (device ramdisk(1,0)): ext3_get_inode_loc: bad inode number: 355
The boot device is a scsi hard disk, so initrd is used to load the scsi
driver, before mounting /. So, it looks like the kernel rootflags= arg
gets applied to the ramdisk, not the
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington
<cov at codeaurora.org> wrote:
> On 08/27/2014 12:19 PM, Andy Lutomirski wrote:
>> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington
>> <cov at codeaurora.org> wrote:
>
> Virtme looks interesting. If it's any use, here is my modest QEMU command line
> collection.
>
>
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington
<cov at codeaurora.org> wrote:
> On 08/27/2014 12:19 PM, Andy Lutomirski wrote:
>> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington
>> <cov at codeaurora.org> wrote:
>
> Virtme looks interesting. If it's any use, here is my modest QEMU command line
> collection.
>
>
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
Hi
I am running a pxe diskless node in f13 and I have some proposals to make
ovirt-early working in this version.
nash is no more available (nash/mkinitrd is replaced by dracut), so this
following command fails :
"echo "network --device $DEVICE --bootproto dhcp" | nash"
it makes the network configuration incomplete. I replace the linuxrc command by
dhclient and it's
2010 Jan 22
1
R: Re: mount command not honoring rootflags passed
Hi Thomas,
>----Messaggio originale----
>Da: thomas@kupper.org
>Data: 22/01/2010 10.48
>A: "Leszek Ciesielski"<skolima@gmail.com>
>Cc: "linux-btrfs"<linux-btrfs@vger.kernel.org>
>Ogg: Re: mount command not honoring rootflags passed
>
>
>On 22 Jan 2010, at 10:40, Leszek Ciesielski wrote:
>
>> On Fri, Jan 22, 2010 at 10:30 AM,
2001 Jan 24
3
0.0.3d-e: JFS: Unrecognised features on journal
I updated my kernel from 0.0.3d to 0.0.3e using the "d-e" patch in the
0.0.3e tarball. When I try to boot the new kernel on a machine with
an ext3 root filesystem I am getting the message:
JFS: Unrecognised features on journal
Does this sound feasible or even somewhat expected? Is there any
interest in me doing some debugging of this?
Is there any way to deal with this without
2015 Feb 26
2
Re: Broken OS when booting rootfs from 9p share
On Tue, Feb 24, 2015 at 11:56:50PM +0100, Olivier Mauras wrote:
>
>
> On Tue, 2015-02-24 at 16:05 -0500, Laine Stump wrote:
> > On 02/24/2015 03:37 PM, Olivier Mauras wrote:
> > >> Hello,
> > >>
> > >> I've been trying to boot a VM with the rootfs being a 9P share from
> > >> the host. The VM OS is centos 7.
> > >>
2001 Sep 06
1
Changing root journal data mode
Hi,
I'm running 2.4.9-ac7 with ext3 compiled in, and I ran across this problem.
Now that I look back, it makes sence, but it wasn't obvious at first...
I wanted to change the journal mode on my / partition, so I changed my fstab
to:
/dev/hda1 / ext3 defaults,errors=remount-ro,data=journal 0 1
as well as several other partitions, and rebooted.
After rebooting I had a read only / that I
2007 Mar 01
1
whoops, corrupted my filesystem
Hi all-
I corrupted my filesystem by not doing a RTFM first... I got an automated
email that the process monitoring the SMART data from my hard drive detected
a bad sector. Not thinking (or RTFMing), I did a fsck on my partition-
which is the main partition. Now it appears that I've ruined the
superblock.
I am running Fedora Core 6. I am booting off the Fedora Core 6 Rescue CD in
2017 Sep 28
2
syslinux.cfg, default, labels
Hi,
http://www.syslinux.org/wiki/index.php?title=Config
> DEFAULT
>
> DEFAULT command
>
> Set the default command line (which often references a LABEL).
I have tried
default vmlinuz-4.12.13_1 root=.... rootflags=.... initrd=....
but vmlinuz does not get executed.
I was given a prompt ("boot:"). Despite that "prompt 0" and "timeout 0" are
2015 Feb 23
2
Broken OS when booting rootfs from 9p share
Hello,
I've been trying to boot a VM with the rootfs being a 9P
share from the host. The VM OS is centos 7.
The OS boots but no services
can work and it appears that the authentication system is broken.
Now
the funny thing is that booting the same OS on the same 9P share
manually with Qemu works as expected with a fully functionnal OS... So
I'm wondering what could libvirt do that render
2015 Feb 24
2
Re: Broken OS when booting rootfs from 9p share
On 02/24/2015 03:37 PM, Olivier Mauras wrote:
>> Hello,
>>
>> I've been trying to boot a VM with the rootfs being a 9P share from
>> the host. The VM OS is centos 7.
>> The OS boots but no services can work and it appears that the
>> authentication system is broken.
>>
>> Now the funny thing is that booting the same OS on the same 9P share
2005 Jul 28
2
kernel panic - Init problems
I have the following message while trying to boot
xenlinux:
-----------------------------------------------------
>Kernel Panic : Syncing no init found try passing
init= option to kernel
------------------------------------------------------
My grub.conf is
-------------------------------------------------------
title Xen 2.0 / XenLinux 2.6- 1th test
root (hd0,1)
kernel
2004 Aug 03
1
How to determine the size of a existing journal file
I'm wondering if there is a way to figure out what the size of a journal
file that was created on an ext3 file system.
Any help would be greatly appreciated.
Thanks..
peter