Tony's Site

Home


Icon indicating valid XHTML 1.0 Transitional

Icon indicating this site is labelled with ICRA

























































































Dell Vostro 1000 Vista & Linux Dual Boot

Introduction

I have just (April 2008) received a new Dell Vostro 1000 laptop. This seems a very good bargain - even including three years' onsite warranty. It comes with Vista but I wish to dual boot with Kubuntu. I've now got it fully working; this article documents how I did it.

The machine is not vastly powerful but enough for my use - web, email and office. It has three advantages:

  • It comes with a full set of recovery media - good if any problems occur.
  • It doesn't have one of those horrid shiny screens.
  • It doesn't have Dell Media Direct - no use to me and seems to have caused problems for other Dual Booters.

My plan was to reduce the size of the Vista partition and use the space for my Linux install.

Repartition

My first idea was to boot from an Ubuntu 7.10 live disk and use gparted to resize the Vista partition. I came across two problems.

  • I could not get X to work. ( I later realised that Ubuntu has a "Safe Mode Graphics" option which worked.)
  • cfdisk failed, reporting a problem with one of the partitions.

As a result I adopted Plan B. I booted Vista and used Vista to resize the partition. This worked OK and afterwards I could reboot Ubuntu and use cfdisk to create the partitions for Kubuntu.

Install

I installed using the Kubuntu 8.04 AMD64 RC. To boot from the CD I had to use "Safe Graphics" mode but after that everything went well. I was left with a system that dual boots Vista and Kubuntu quite happily.

Video

The base install wouldn't let me configure X to use the native screen resolution. I installed the proprietary drivers ( yes, I know!) using the standard Kubuntu configuration tool and everything works fine now.

Wireless

My laptop uses the Dell Wireless 1395 hardware.  I've now got this to work using ndiswrapper and help from this article. I'm not that keen on ndiswrapper having had problems in the past but I'll try it for now and see how things go. Some of the articles I found indicate that there should be native support in the kernel - sometime I'll investigate futher.

To get wireless working with ndiswrapper,  do the following.

First install ndiswrapper-utils using your favourite apt front end.  Create a temporary directory to work in and cd into it.

Download the Windows driver from the Dell website,  unpack it,  configure ndiswrapper and load the ndiswrapper module.

wget http://ftp.us.dell.com/network/R174291.EXE
unzip R174291.EXE
cd DRIVER_US
 
ndiswrapper -i bcmwl5.inf
ndiswrapper -l
 
modprobe ndiswrapper

This should result in the wifi light coming on.  You should then be able to configure wifi using your normal tool.  I used the KDE network manager icon in the system tray.  ndiswrapper will be unloaded when you next reboot.  To make permanent,  add ndiswrapper to /etc/modules.

Other Hardware

Other hardware worked "out of the box" - eg mouse pad, sound, wired network. Suspend & hibernate seem OK. One minor problem - the Fn button to change brightness works in the sense that a pop-up shows up saying brightness has changed; but it hasn't!

Linux on Laptops

Last modified 27/05/08

© Tony