Re: Easy Wii Linux: Instant PC October 20, 2012 06:29PM | Registered: 14 years ago Posts: 44 |
Quote
linus
@q885 You cant install EWL to a partition because of how the kerenl is built, but you can access the FAT partition by taking the umounts out of /etc/rc.local.
Re: Easy Wii Linux: Instant PC October 22, 2012 12:00AM | Registered: 11 years ago Posts: 1 |
Kernel panic November 07, 2012 08:14PM | Registered: 11 years ago Posts: 1 |
Re: Easy Wii Linux: Instant PC November 13, 2012 04:10AM | Registered: 12 years ago Posts: 5 |
Quote
linus
@q885 You cant install EWL to a partition because of how the kerenl is built, but you can access the FAT partition by taking the umounts out of /etc/rc.local.
Startpar: service(s) returned failure: rc.local ... failed!
Re: Easy Wii Linux: Instant PC November 21, 2012 08:00AM | Registered: 12 years ago Posts: 5 |
Easy Wii Linux: Tutorials and help. November 23, 2012 11:07PM | Registered: 12 years ago Posts: 4 |
dpkg-reconfigure tzdataAfter doing this you will need to fix the time as it will be shifted after changing the timezone.
dd if=/dev/zero bs=1024k count=1024 >> linuxdsk.img
In the above example, 1024k (bs) times 1024 (count) makes 1048576k (1GB) which gets added to linuxdsk.img resulting in a 2GB file. If you want to add more, repeat the command until desired size.e2fsck -f linuxdsk.img
resize2fs linuxdsk.imgIf it does happen to tell you to check the disk again, repeat step two and then attempt to resize it. If it tells you to do it again, you can try to force it to resize:
resize2fs -f linuxdsk.img
lostirc sylpheed bitlbee bittornado leafpad scite vim-common epdfview xzgv xpaint ace-of-penguins telnet debian-faq doc-debian doc-linux-text laptop-detect mac-fdisk ntfs-3g pciutilsJust run the following command, you can put more than one package on the line:
apt-get purge pkgName1 pkgName2 ...Then remove packages that are no longer needed by any application:
apt-get autoremoveIf for any reason you want to add back something you removed, just use:
apt-get install pkgName1
apt-get install localepurge localepurge
su iwconfig
nano -c /root/whiite-ez-wifi-configAnd change line 33 from
IFACE=wlan0to
IFACE=wlan1
nano -c /etc/resolv.conf
nameserver 8.8.8.8 nameserver 8.8.4.4
Re: Easy Wii Linux: Instant PC November 29, 2012 04:52AM | Registered: 16 years ago Posts: 98 |
Re: Easy Wii Linux: Instant PC February 26, 2013 11:27PM | Registered: 11 years ago Posts: 2 |
Re: Easy Wii Linux: Instant PC February 28, 2013 05:44PM | Registered: 11 years ago Posts: 12 |
Re: Easy Wii Linux: Instant PC March 02, 2013 09:35PM | Registered: 11 years ago Posts: 2 |
Re: Easy Wii Linux: Tutorials and help. March 20, 2013 04:10AM | Registered: 12 years ago Posts: 5 |
Quote
gamax92
I hope that this is of help to some people, and that this gets added to the main post or stickied.
Resize the disk image:
Note: Do not perform this operation on the linuxdsk.img EWL uses while it is running. Do it offline or on another copy.
Step One: expand the image.dd if=/dev/zero bs=1024k count=1024 >> linuxdsk.img
In the above example, 1024k (bs) times 1024 (count) makes 1048576k (1GB) which gets added to linuxdsk.img resulting in a 2GB file. If you want to add more, repeat the command until desired size.
Remember, you MUST use >> on the above command.
Step Two: check the image.
resize2fs won't resize the filesystem until it is clean, so we have to force a check on it.e2fsck -f linuxdsk.img
Step Three: resize the image.
After resizing the image, resize2fs shouldn't complain about the image being unclean, and resize to the new size.resize2fs linuxdsk.imgIf it does happen to tell you to check the disk again, repeat step two and then attempt to resize it. If it tells you to do it again, you can try to force it to resize:resize2fs -f linuxdsk.img
Congrats! Your disk image should now be larger allowing for more program space. If this is still too small for you, you can attempt to do the program removal techniques by flits on the first page.
Re: Easy Wii Linux: Tutorials and help. March 20, 2013 09:42AM | Moderator Registered: 15 years ago Posts: 5,075 |
Re: Easy Wii Linux: Tutorials and help. March 20, 2013 08:50PM | Registered: 12 years ago Posts: 5 |
Re: Easy Wii Linux: Instant PC April 04, 2013 02:08AM | Registered: 11 years ago Posts: 2 |
Re: Easy Wii Linux: Instant PC April 14, 2013 03:37AM | Registered: 11 years ago Posts: 1 |
Re: Easy Wii Linux: Instant PC July 01, 2013 10:12PM | Registered: 16 years ago Posts: 29 |
Re: Easy Wii Linux: Instant PC July 20, 2013 11:42PM | Registered: 11 years ago Posts: 8 |
Re: Easy Wii Linux: Instant PC July 22, 2013 09:35PM | Registered: 16 years ago Posts: 29 |
Quote
nick141
I have downloaded the Linux folder twice now and the .elf file doesn't find necessary files in the .img file, and when I inspect the .img file on my computer, I get a message saying the file is corrupted. Any ideas on how to fix this?
Will the DVD function work on the newer Wii's?
Re: Easy Wii Linux: Instant PC July 22, 2013 09:46PM | Registered: 11 years ago Posts: 8 |
Re: Easy Wii Linux: Instant PC July 23, 2013 05:57PM | Registered: 16 years ago Posts: 29 |
Quote
nick141
I need a Windows guide for that.