From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <95a4534f48a243cc2032cbd21ab09c3d@rei2.9hal> Date: Mon, 15 Oct 2012 19:34:55 +0200 From: cinap_lenrek@gmx.de To: 9fans@9fans.net In-Reply-To: <26bf751d1220fc3fb7dffacb386e42ab@kw.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] multiboot archlinux and plan9 problem Topicbox-Message-UUID: bdf19f26-ead7-11e9-9d60-3106f5b1d025 hi visof. this error is from an older version of 9bootfat, that just checks the secsize field from the fat header. it sounded like that boot worked fine prior installing of linux. so i would suspect that 9bootfat looks at the wrong partition. 9bootfat only gets passed the drive. it finds the plan9 partition by probing for a "active" marked partition that contains valid fat header. grub should have some option to mark the plan9 partition as as active before chainloading to its pbs. i would try this next. as an alternative, you could also just load the 9pcf kernel directly in grub as we got multiboot header support with plan9.ini is passed as initrd. but given the old error message, your kernel might not support this option yet. good luck. -- cinap