On Nov 20, 2009, at 1:11 PM, Oleg wrote:
>> Hello!
>> I did a fresh install of funtoo with new partition scheme.Trying to
>> install grub-1.97.1 and booting into kernel failed with kernel panic
>> (usual error of VFS:cannot mount a rootfs on /dev/sda3 or unknown
>> block (8.3).I switched to lilo and same kernel booting without any
>> errors.
Thanks for the bug reports, much appreciated.
The above is a known bug - this is due to mis-detection of the rootfstype by the beta GRUB 2. Will be fixed in the next GRUB 2 release. Running grub-update from a LiveCD is the cause. Running it from an existing Funtoo install works fine. So the "fresh install" triggered the bug.
>> Since I don't use any X or DE I decided to switch to no-multilib
>> profile and some packages failied to emerge:
I currently don't test or support non-multilib. I support the idea of a non-multilib install, just not something I currently build or support :) To go to a non-multilib system, I would only support it if you started from a non-multilib stage3 -- which I'm not building right now :)
This is due to a small bug in /etc/netif.d/interface -- search for "require" and remove "NET" from that line. Or you can add a dummy NET= value as indicated by Mike Hunt. This value is not used by the script so you can set it to anything.
Also, next time you post to the list, please make sure your post doesn't appear indented. It's hard for me to figure out that way.
Thanks again for the bug reports. All except the non-multilib one will be fixed in the next week.
-Daniel