You actually do not do the installation by booting a USB key. Put wubi.exe almost anywhere and run it. You will need to okay its actions. If both wubi.exe and an .iso are at the top level of the device you want to install on, wubi will use that .iso if it feels like it.
There are lots of revisions of wubi.exe, and each one will use only a restricted set of .iso images. If it does not approve the .iso, wubi attempts to download one it likes. In at least one revision, wubi would seem to get in an infinite loop downloading a .iso which it didn't like. It seems that wubi.exe works properly even if renamed to something else, so it may be a good idea to name any wubi.exe you get ahold of to something like wubi10.10.exe or wubi-r191.exe.
A problem is that wubi appears to delete the .iso as part of the installation. wubi is also fairly ruthless about removing old installations it recognizes.
On the other hand, I have figured out how to get multiple "wubi" installations present and useable on the same machine. I'll describe this here after I've refined it. That will be an advantage when it comes time to upgrade.
They suggest...
% sudo su # swapoff -a # cd /host/ubuntu/disks/ # mv swap.disk swap.disk.bak # dd if=/dev/zero of=swap.disk bs=1024 count=2097152 # mkswap swap.disk # swapon -a # free -m #
But I like to do something like...
# mkdir -p /host/ubuntu-common/disks/ # cd /host/ubuntu-common/disks/ # dd if=/dev/zero of=swap.disk bs=1024 count=4194304 # mkswap swap.diskAnd then modify /etc/fstab to use that swapspace.
% diff /etc/fstab.bak /etc/fstab 10c10,11 < /host/ubuntu/disks/swap.disk none swap loop,sw 0 0 --- > #/host/ubuntu/disks/swap.disk none swap loop,sw 0 0 > /host/ubuntu-common/disks/swap.disk none swap loop,sw 0 0 %
That one large swapfile can be used by multiple installations (since they don't run concurrently).
Later I also create
/host/ubuntu-common/disks/home.disk
for use by mulitple installations.
Or for convenience when upgrading.
The Windows 7 bootloader is actually easy enough to work with that I forgot to make notes the first time.
There is a GUI
The command-line tool is bcdedit.
You need to remember to select the option to run Command as administrator.
Key operations are:
C:> bcdedit /export savefilenameto export settings (in an unreadable Registry format). You can restore by:
C:> bcdedit /import savefilename
C:> bcdeditdumps current settings in readable form.
C:> bcdedit /default {... cut/paste identifier of ubuntu section ...}causes the default O/S to be ubuntu.
Also useful and easy is something like
C:> bcdedit /timeout 4To set the timeout to 4 seconds.
You need to find
[System]
....[Adminstration]
........[Synaptic Package Manager]
Then... [Settings] ....[Repositories]
Select [Other] from the menu, which will allow choosing, including a button to test and select the best server.
mirror.csclub.uwaterloo.ca tends to be a good choice in and around uwaterloo.ca.
Select the radiating waves wireless icon...
You should see a selection of wireless networks available.
Note the padlock on eduroam. Choosing eduroam should present you with the following dialog box. (If not, exit fast).
If things work, you get...
If you deliberately disconnect, or if the network disconnects you, you will probably see...
Here's a bogus eduroam network I actually encountered while generating the screenshots.
It's remotely possible this is a deliberate attempt to snarf authentication information, but, more likely people accidentally create a Network when they intended to create a Network Definition.
-- AdrianPepper - 14 Feb 2012
I edited the above images with the following to produce LinuxWirelessUWTutorial .
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
ChooseEduroam.jpg | r1 | manage | 39.2 K | 2011-03-30 - 18:17 | AdrianPepper | |
![]() |
Desktop.jpg | r1 | manage | 23.3 K | 2011-03-30 - 19:26 | AdrianPepper | |
![]() |
EduroamBogus.jpg | r1 | manage | 60.0 K | 2011-03-30 - 18:58 | AdrianPepper | |
![]() |
EduroamBogus2.jpg | r1 | manage | 46.6 K | 2011-03-31 - 08:38 | AdrianPepper | |
![]() |
EduroamDialog.jpg | r1 | manage | 70.3 K | 2011-03-30 - 18:57 | AdrianPepper | |
![]() |
EduroamDialog2.jpg | r1 | manage | 61.2 K | 2011-03-31 - 08:35 | AdrianPepper | |
![]() |
EduroamDisconnect.jpg | r1 | manage | 51.8 K | 2011-03-30 - 18:59 | AdrianPepper | |
![]() |
EduroamDisconnect2.jpg | r1 | manage | 33.9 K | 2011-03-31 - 08:37 | AdrianPepper | |
![]() |
EduroamSettings.jpg | r1 | manage | 37.1 K | 2011-03-30 - 17:42 | AdrianPepper | |
![]() |
EduroamSuccess.jpg | r1 | manage | 39.0 K | 2011-03-30 - 18:58 | AdrianPepper | |
![]() |
EduroamSuccess2.jpg | r1 | manage | 33.1 K | 2011-03-31 - 08:36 | AdrianPepper | |
![]() |
PointWireless.jpg | r1 | manage | 28.6 K | 2011-03-30 - 18:17 | AdrianPepper | |
![]() |
WirelessIcon.jpg | r1 | manage | 1.8 K | 2011-03-31 - 08:40 | AdrianPepper |