Making a Samsung liveable Netbook

Install wubi Ubuntu

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.

After Installation

Default swapspace tends to be too small

Help at wiki.ubuntu.com

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.disk
And 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.

Make Bootloader default to Ubuntu

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 savefilename
to export settings (in an unreadable Registry format). You can restore by:
     C:> bcdedit /import savefilename

     C:> bcdedit
dumps 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 4
To set the timeout to 4 seconds.

Change Ubuntu Window Manager to Desktop version

Set a more local mirror, probably mirror.csclub.uwaterloo.ca

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.

Install extra applications

"Server" applications

openssh-server

Stuff

imagemagick (display) (or graphicsmagick, sigh)

csh ? tcsh ?

lynx

traceroute or traceroute-nanog

mailutils

mbr

rcs

rdist

sshfs

vice

vlc

cheese (webcam support)

12.04 Things on 12.04 LiveCD, but not in resulting installation

gparted

12.04 Extras

gnome-session-fallback **

Cloning booting and running a wubicopy

Saga Continues; Becomes time to Upgrade to 12.04

To Connect to eduroam under ubuntu

Select the radiating waves wireless icon...

PointWireless.jpg

You should see a selection of wireless networks available.

ChooseEduroam.jpg

Note the padlock on eduroam. Choosing eduroam should present you with the following dialog box. (If not, exit fast).

EduroamDialog.jpg

EduroamSettings.jpg

Notes:

  • Some choices come up like that; some (PEAP) must be chosen
  • Username most include @institution
  • GlobalSign_Root_CA.pem can be found by browsing to /etc/ssl/certs.

If things work, you get...

EduroamSuccess.jpg

If you deliberately disconnect, or if the network disconnects you, you will probably see...

EduroamDisconnect.jpg

Bogus eduroam networks

Here's a bogus eduroam network I actually encountered while generating the screenshots.

EduroamBogus.jpg

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

Images Used to Create a Cleaner Tutorial

I edited the above images with the following to produce LinuxWirelessUWTutorial .

Desktop.jpg

Desktop.jpg

EduroamDialog2.jpg

EduroamDialog2.jpg

EduroamSuccess2.jpg

EduroamSuccess2.jpg

EduroamDisconnect2.jpg

EduroamDisconnect2.jpg

EduroamBogus2.jpg

EduroamBogus2.jpg

WirelessIcon.jpg

WirelessIcon.jpg
Topic attachments
I Attachment History Action Size Date Who Comment
JPEGjpg ChooseEduroam.jpg r1 manage 39.2 K 2011-03-30 - 18:17 AdrianPepper  
JPEGjpg Desktop.jpg r1 manage 23.3 K 2011-03-30 - 19:26 AdrianPepper  
JPEGjpg EduroamBogus.jpg r1 manage 60.0 K 2011-03-30 - 18:58 AdrianPepper  
JPEGjpg EduroamBogus2.jpg r1 manage 46.6 K 2011-03-31 - 08:38 AdrianPepper  
JPEGjpg EduroamDialog.jpg r1 manage 70.3 K 2011-03-30 - 18:57 AdrianPepper  
JPEGjpg EduroamDialog2.jpg r1 manage 61.2 K 2011-03-31 - 08:35 AdrianPepper  
JPEGjpg EduroamDisconnect.jpg r1 manage 51.8 K 2011-03-30 - 18:59 AdrianPepper  
JPEGjpg EduroamDisconnect2.jpg r1 manage 33.9 K 2011-03-31 - 08:37 AdrianPepper  
JPEGjpg EduroamSettings.jpg r1 manage 37.1 K 2011-03-30 - 17:42 AdrianPepper  
JPEGjpg EduroamSuccess.jpg r1 manage 39.0 K 2011-03-30 - 18:58 AdrianPepper  
JPEGjpg EduroamSuccess2.jpg r1 manage 33.1 K 2011-03-31 - 08:36 AdrianPepper  
JPEGjpg PointWireless.jpg r1 manage 28.6 K 2011-03-30 - 18:17 AdrianPepper  
JPEGjpg WirelessIcon.jpg r1 manage 1.8 K 2011-03-31 - 08:40 AdrianPepper  
Edit | Attach | Watch | Print version | History: r16 < r15 < r14 < r13 < r12 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r16 - 2013-05-30 - AdrianPepper
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback