lunedì, gennaio 08, 2007

Guida per mettere Linux sull'alpine

Ora prima di essere linciato da qualcuno per come è scritto in inglese, dovete sapere che mi è stata chiesta la guida così e la traduzione in italiano l'ho persa, inoltre mi sono aiutato con san google XD


No problem then these commandos go well for ubuntu:
First of all he unloads the two rows from here http://www.sharebigfile.com/file/53284/zimage-tar.gz.html and here http://gnulinux.biz/files/Universal/tmp/Angstrom/ (Gpe or Opie);
You insert card SD in the reader and open a window of finishes them, giving the following commandos:
1) sudo fdisk - l
one shielded similar will exit you
anima@anima-desktop:~$ sudo fdisk -l
Password:
Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes

Dispositivo Boot Start End Blocks Id System
/dev/hda1 * 1 7288 58540828+ 83 Linux
/dev/hda2 7289 7476 1510110 5 Esteso
/dev/hda5 7289 7476 1510078+ 82 Linux swap / Solaris

Disk /dev/hdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes

Dispositivo Boot Start End Blocks Id System
/dev/hdb1 * 1 7649 61440561 7 HPFS/NTFS
/dev/hdb2 7650 30515 183671145 7 HPFS/NTFS

Disk /dev/sdc: 500 MB, 500695040 bytes
255 heads, 63 sectors/track, 60 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes

Dispositivo Boot Start End Blocks Id System
/dev/sdc1 1 5 40131 c W95 FAT32 (LBA)
/dev/sdc2 6 60 441787+ 83 Linux
anima@anima-desktop:~$

As you see sdc1 and sdc2 they are the two partitions that are in mine sd, if you of it have a single one then you must create giving the following commandos:

root@anima:~# fdisk /dev/sdc

The number of cylinders for this disk is set to 9587.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): d (shipment)
Selected partition 1
Command (m for help): n (shipment)
Command action
e extended
p primary partition (1-4)
p (shipment)
Partition number (1-4): 1 (shipment)
First cylinder (1-9587, default 1): (shipment)
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-9587, default 9587): +31M (shipment)

Command (m for help): n (shipment)
Command action
e extended
p primary partition (1-4)
p (shipment)

Partition number (1-4): 2 (shipment)
First cylinder (596-9587, default 596): (shipment)
Using default value 596
Last cylinder or +size or +sizeM or +sizeK (596-9587, default 9587): (shipment)
Using default value 9587

Command (m for help): t (shipment)
Partition number (1-4): 1 (shipment)
Hex code (type L to list codes): c (shipment)
Changed system type of partition 1 to c (W95 FAT32 (LBA))

Command (m for help): w (shipment)

Now before format from the commandos:
sudo umount /dev/sdc1
sudo umount /dev/sdc2

Now let’s format the two subdivisions the command:
sudo mkdosfs -F 32 /dev/sda1
sudo mkfs.ext3 /dev/sda2

You remove the card from the reader and replace it, you will open two folders calls, as an example, usbdisk and usbdisk-1, copy the files:

sudo cp zimage.tar.gz /media/usbdisk
sudo cp Angstrom-gpe-image-test-20070102-htcuniversal.rootfs.tar.bz2 /media/usbdisk-1

cd /media/usbdisk
sudo tar xvfz opie_image.tar.gz

cd /media/usbdisk-1
sudo tar xjvf Angstrom-gpe-image-test-20070102-htcuniversal.rootfs.tar.bz2
cd ..
umount /dev/sdc1

umount /dev/sdc2

Insert the Sd into the Alpine and let start the file gnuharet.exe into the Alpine and it would have to leave linux.

Nessun commento: