Difference between revisions of "Laptop AMILO Pi 2550"
m (→Setup) |
|||
Line 58: | Line 58: | ||
* [http://support.fujitsu-siemens.com/com/support/linkapplication.html?LNG=EN&ProductID=3890 BIOS] |
* [http://support.fujitsu-siemens.com/com/support/linkapplication.html?LNG=EN&ProductID=3890 BIOS] |
||
==Setup== |
==Setup== |
||
+ | The goal is to keep Vista and install Ubuntu Intrepid 8.10 as dual-boot |
||
− | |||
+ | ===Backup=== |
||
− | |||
+ | The laptop comes with a Vista not yet really installed, there are 3 partitions that don't fill the entire HD. |
||
⚫ | |||
− | partimage backup sda1 |
+ | <br>I booted on a FCCU v12 liveCD and used partimage to backup the extended MBR (2048x512), sda1, sda2 and sda4 to an external USB drive. |
+ | ===Vista "install"=== |
||
− | |||
+ | As the first boot of Vista will change the partitioning of the HD we've to run it now before installing Ubuntu |
||
− | boot on Vista... takes ages... |
||
+ | <br>=> boot on Vista, take one, two, three coffees |
||
− | Reboot on backup utilities (F8 -> Recover) and burn 3 DVD+R |
+ | <br>Reboot on Fudjitsu-Siemens backup utilities (F8 -> Recover) and burn 3 DVD+R disks, beware that apparently you can only burn them once. |
− | |||
+ | ===Ubunbu install=== |
||
− | + | I mainly followed [http://doc.ubuntu-fr.org/tutoriel/comment_amorcer_ubuntu_avec_bootmgr this tutorial (fr)] |
|
− | |||
+ | <br>After Vista install, sda1 contains recovery tools as before, sda2 is about 100Gb and contains Vista, sda4 is free and about 200Gb, that's the one we will use for Ubuntu so no need to repartition anything, |
||
− | reboot on FCCU v12 |
||
⚫ | |||
− | + | <br>Change type of sda4 -> linux (83) |
|
⚫ | |||
− | (128 because grub cannot start from 256 partition) |
+ | <br>Format it (128 because grub cannot start from 256 partition) |
⚫ | |||
− | |||
− | + | <br>Reboot on ubuntu CD |
|
+ | <br>Switch to a console to save the new mbr to e.g. a USB stick (I could have done it under FCCU): |
||
− | ... |
||
− | ctrl-alt-f2 -> sudo dd |
+ | <br>ctrl-alt-f2 -> sudo dd if=/dev/sda of=/mnt/usbkey bs=512 count=2048 |
− | gpart |
+ | <br>In gpart, choose manual -> sda4 in ext3, NO FORMAT, mount as / |
− | + | <br>Continue until "ready to install" |
|
− | -> advanced -> install bootloader on sda4 |
+ | <br>-> advanced -> install bootloader on sda4 |
+ | ===MBR setup=== |
||
− | |||
− | + | Grub is on sda4 so we left the Vista MBR on sda, now we'll configure it with [http://neosmart.net/dl.php?id=1 EasyBCD] |
|
+ | <br>Download EasyBCD and copy it to a USB stick |
||
− | |||
− | + | <br>Reboot on Vista |
|
− | + | <br>Install EasyBCD -> add entry linux grub Partition2 -> add -> save (leave "grub isn't installed" disabled) |
|
− | + | <br>In "change settings", choose to boot ubuntu by default |
|
+ | ===Ubuntu tweaking=== |
||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
freeze at boot & often in console: hpet=disable |
freeze at boot & often in console: hpet=disable |
||
http://my.opera.com/PiklesOnFire/blog/index.dml/tag/hpet=disable |
http://my.opera.com/PiklesOnFire/blog/index.dml/tag/hpet=disable |
||
Line 113: | Line 108: | ||
modprobe snd-hda-intel model=6stack-dig |
modprobe snd-hda-intel model=6stack-dig |
||
http://www.linuxquestions.org/questions/linux-hardware-18/microphone-does-not-work-with-realtek-alc883-hda-555391/page3.html#post2880468 |
http://www.linuxquestions.org/questions/linux-hardware-18/microphone-does-not-work-with-realtek-alc883-hda-555391/page3.html#post2880468 |
||
+ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | |||
TODO: |
TODO: |
Revision as of 20:15, 14 February 2009
Hardware & support under Ubuntu 8.10
Chipset: Intel® 965PM+ICH8-M | OK |
Intel® Core™ 2 Duo processor T8100 (2.1 GHz, 800 MHz, 3 MB L2 cache) | OK |
2x1 GB DDR2 (667 MHz) module (Intel® Turbo memory?) | OK |
HDD (SATA / 5400 rpm): 320 GB SATA hard disk | OK |
ATI Mobility Radeon™ HD 2400 with 256 MB (DDR2) dedicated video RAM | OK, with 3D |
| |
ACPI S1, S3, S4, S5 | Suspend-to-RAM: OK Suspend-to-disk: not tested |
3x USB 2.0 ports | OK |
CIR | not tested |
webcam Chicony - CNF6133 1.3 Mpixel, auto focus, automatic brightness adjustment | OK |
Intel HDA Realtek ALC883 | OK
|
DVD drive burner with Dual Double Layer support | Write not tested |
| |
Intel® PRO/Wireless 3945 ABG | OK |
| |
Realtek RTL8101E PCI Express 10/100 Mbps LAN | not tested |
Castlenet (Motorola) ML3054 Built-in 56 K, V.92 fax modem | not tested |
4-in-1 card reader SD/MS/MMC/MMCPRO | not tested |
Li-Ion battery, 6 cells: 10.8 V / 4400 mAh | |
Windows Vista® Home Premium |
Links
Setup
The goal is to keep Vista and install Ubuntu Intrepid 8.10 as dual-boot
Backup
The laptop comes with a Vista not yet really installed, there are 3 partitions that don't fill the entire HD.
I booted on a FCCU v12 liveCD and used partimage to backup the extended MBR (2048x512), sda1, sda2 and sda4 to an external USB drive.
Vista "install"
As the first boot of Vista will change the partitioning of the HD we've to run it now before installing Ubuntu
=> boot on Vista, take one, two, three coffees
Reboot on Fudjitsu-Siemens backup utilities (F8 -> Recover) and burn 3 DVD+R disks, beware that apparently you can only burn them once.
Ubunbu install
I mainly followed this tutorial (fr)
After Vista install, sda1 contains recovery tools as before, sda2 is about 100Gb and contains Vista, sda4 is free and about 200Gb, that's the one we will use for Ubuntu so no need to repartition anything,
Reboot on FCCU v12
Change type of sda4 -> linux (83)
Format it (128 because grub cannot start from 256 partition)
mkfs.ext3 -I 128 /dev/sda4
Reboot on ubuntu CD
Switch to a console to save the new mbr to e.g. a USB stick (I could have done it under FCCU):
ctrl-alt-f2 -> sudo dd if=/dev/sda of=/mnt/usbkey bs=512 count=2048
In gpart, choose manual -> sda4 in ext3, NO FORMAT, mount as /
Continue until "ready to install"
-> advanced -> install bootloader on sda4
MBR setup
Grub is on sda4 so we left the Vista MBR on sda, now we'll configure it with EasyBCD
Download EasyBCD and copy it to a USB stick
Reboot on Vista
Install EasyBCD -> add entry linux grub Partition2 -> add -> save (leave "grub isn't installed" disabled)
In "change settings", choose to boot ubuntu by default
Ubuntu tweaking
freeze at boot & often in console: hpet=disable http://my.opera.com/PiklesOnFire/blog/index.dml/tag/hpet=disable
webcam: OOB (enable with FN-F7)
Acrobat: http://www.lostinbrittany.org/blog/2008/11/06/ubuntu-tu-as-mis-ou-acrobat-reader/ key gpg: gpg --no-default-keyring --keyring /etc/apt/trusted.gpg --keyserver pgp.mit.edu --recv-keys 0C5A2783
Flash: same repo apt-get install flashplugin-nonfree
w32codecs apt-get install mplayer w32codecs
java: apt-get install sun-java6-jre -plugin -fonts
microphone: now ok OOB?? modprobe snd-hda-intel model=6stack-dig http://www.linuxquestions.org/questions/linux-hardware-18/microphone-does-not-work-with-realtek-alc883-hda-555391/page3.html#post2880468
googleearth flickers: apt-get install fusion-icon Apps/System Tools/Compiz Fusion Icon -> allows to switch between compiz & metacity
TODO:
nand
offlineimap-courier
iwl3945 glitches, getting new -1 and -2 ucodes from intellinuxwireless.org
oracle?
~/old
backuppc account & root/.ssh