[opensuse-ppc] powermac and ext4 as root fs (workaround)

Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation. I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition. JFYI tested that on 12.2 (build 22). Should work on Factory as well. Have fun, Dinar -- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

On Tue, Dec 04, 2012 at 12:03:58AM +0100, Dinar Valeev wrote:
Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation.
I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition.
JFYI tested that on 12.2 (build 22). Should work on Factory as well.
SLES11 did/does not have ext4 support directly, so it probably did not show up. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

On Tue, Dec 4, 2012 at 9:18 AM, Marcus Meissner <meissner@suse.de> wrote:
On Tue, Dec 04, 2012 at 12:03:58AM +0100, Dinar Valeev wrote:
Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation.
I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition.
JFYI tested that on 12.2 (build 22). Should work on Factory as well.
SLES11 did/does not have ext4 support directly, so it probably did not show up. But it supports lvm/btrfs, which should do basically the same.
Ciao, Marcus -- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

On 04.12.2012, at 11:59, Dinar Valeev <k0da@opensuse.org> wrote:
On Tue, Dec 4, 2012 at 9:18 AM, Marcus Meissner <meissner@suse.de> wrote:
On Tue, Dec 04, 2012 at 12:03:58AM +0100, Dinar Valeev wrote:
Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation.
I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition.
JFYI tested that on 12.2 (build 22). Should work on Factory as well.
SLES11 did/does not have ext4 support directly, so it probably did not show up. But it supports lvm/btrfs, which should do basically the same.
Yeah, but pmac is also not supported on SLES11 :) Alex
Ciao, Marcus
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

On Tue, Dec 4, 2012 at 12:08 PM, Alexander Graf <agraf@suse.de> wrote:
On 04.12.2012, at 11:59, Dinar Valeev <k0da@opensuse.org> wrote:
On Tue, Dec 4, 2012 at 9:18 AM, Marcus Meissner <meissner@suse.de> wrote:
On Tue, Dec 04, 2012 at 12:03:58AM +0100, Dinar Valeev wrote:
Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation.
I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition.
JFYI tested that on 12.2 (build 22). Should work on Factory as well.
SLES11 did/does not have ext4 support directly, so it probably did not show up. But it supports lvm/btrfs, which should do basically the same.
Yeah, but pmac is also not supported on SLES11 :)
But openSUSE 11.1. Actually I was wrong. We just need to copy initrd to hfs partition.
Alex
Ciao, Marcus
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

Got it. It is easier than I thought. https://bugzilla.novell.com/show_bug.cgi?id=792657 We just missing copy=true in case of pmac and ext4/lvm/btrfs. I'm not sure about assignee for that bug. Let see. On Tue, Dec 4, 2012 at 12:48 PM, Dinar Valeev <k0da@opensuse.org> wrote:
On Tue, Dec 4, 2012 at 12:08 PM, Alexander Graf <agraf@suse.de> wrote:
On 04.12.2012, at 11:59, Dinar Valeev <k0da@opensuse.org> wrote:
On Tue, Dec 4, 2012 at 9:18 AM, Marcus Meissner <meissner@suse.de> wrote:
On Tue, Dec 04, 2012 at 12:03:58AM +0100, Dinar Valeev wrote:
Hi, it seems I've found a problem why neither root on lvm or ext4 doesn't work. It is just not implemented in our lilo (yaboot wrapper). To workaround that, you need to manually create /boot on ext2 (or ext3) during installation.
I wonder if somebody tried openSUSE 11.1 or SLES11 with this scenario on powermac. In order to fix that we need to fix yast2-storage so it will put /boot on ext2 or ext3 partition.
JFYI tested that on 12.2 (build 22). Should work on Factory as well.
SLES11 did/does not have ext4 support directly, so it probably did not show up. But it supports lvm/btrfs, which should do basically the same.
Yeah, but pmac is also not supported on SLES11 :)
But openSUSE 11.1.
Actually I was wrong. We just need to copy initrd to hfs partition.
Alex
Ciao, Marcus
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org

Isn't grub2 supposed to support powermac? Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-ppc+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ppc+owner@opensuse.org
participants (4)
-
Alexander Graf
-
Andreas Schwab
-
Dinar Valeev
-
Marcus Meissner