Custom Kernel Creates Read Only Filesystem Issues

Hi,

I am building a HA postgres cluster using ubuntu 12.04 and DRBD.

When I boot a custom kernel using the following menu.lst the entire filesystem is mounted read only.

timeout 10

title        Ubuntu 12.04 LTS
root        (hd0)
kernel        /boot/vmlinuz-3.2.0-37-virtual root=/dev/xvda ro quiet
initrd        /boot/initrd.img-3.2.0-37-virtual

Can I simply remove the ro from the kernel line to solve this? Is there a better way?

Cheers,

A

1 Reply

Adding rootflags=nobarrier to the kernel line in menu.lst solved this for me.

A.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct