yeah, i saw that but my root IS mmcblk0p2!!! and that's the default alreadypiratesmack said:fishears said:Thank you. "Where's the kernel command line?" is the next question, since we're not using grub or lilo I'm clueless. Also, why isn't anyone else having the same problem?
Just download the kernel patch and open it with a text editor.
Find this:
CODE+ÂÂÂÂmodel = "NintendoWii";
+ÂÂÂÂcompatible = "nintendo,wii";
+ÂÂÂÂ#address-cells = ;
+ÂÂÂÂ#size-cells = ;
+
+ÂÂÂÂchosen {
+ÂÂÂÂÂÂÂÂ/* ramdisk */
+ÂÂÂÂÂÂÂÂ/* bootargs = "nobats root=/dev/ram0 video=gcnfb ip=on force_keyboard_port=4"; */
+
+ÂÂÂÂÂÂÂÂ/* nfsroot */
+ÂÂÂÂÂÂÂÂ/* bootargs = "nobats root=/dev/nfs nfsroot=192.168.001.253:/nfsroot/cube ip=on video=gcnfb:tv=NTSC force_keyboard_port=4"; */
+
+ÂÂÂÂÂÂÂÂ/* root filesystem on 2nd partition of SD card, whiite styleÂÂ*/
+ÂÂÂÂÂÂÂÂbootargs = "nobats root=/dev/mmcblk0p2 rootwait force_keyboard_port=4 video=gcnfb:60Hz,tv=NTSC placeholder_for_additional_kernel_options_targetted_at_hexedit_lovers";
+ÂÂÂÂÂÂÂÂlinux,stdout-path = &USBGECKO0;
+ÂÂÂÂ};
And change the bootargs











