Many Linux users would like to try MeeGo, here is a convenient method to install a MeeGo to hard disk.
Warning!! Be careful not overwrite useful data on your existing system!
Warning!! Following just provides a clue to install OS quickly, you should be responsible for your actions!
Contents |
[root@woliu-desktop img]# ls meego-netbook-ia32-trunk-daily-1.1.80.14.20110107.1.img
[root@woliu-desktop img]# fdisk -l Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd274d274 Device Boot Start End Blocks Id System /dev/sda1 * 1 6375 51207156 7 HPFS/NTFS /dev/sda2 6376 30402 192990158 f W95 Ext'd (LBA) /dev/sda5 6376 10199 30716248+ b W95 FAT32 /dev/sda6 10200 13847 29296640 83 Linux /dev/sda7 13847 13971 999424 82 Linux swap / Solaris /dev/sda8 13972 21620 61440000 83 Linux /dev/sda9 21621 23252 13107200 83 Linux /dev/sda10 23252 24884 13107200 83 Linux /dev/sda11 24884 30402 44317696 83 Linux
mkdir /mnt/{1,2,3}
mount -o loop /work/img/meego-netbook-ia32-trunk-daily-1.1.80.14.20110107.1.img /mnt/1/
mount -o loop /mnt/1/LiveOS/squashfs.img /mnt/2/
mount -o loop /mnt/2/LiveOS/ext3fs.img /mnt/3/
Now we get the source
[root@woliu-desktop img]# ls /mnt/3/ bin boot dev etc home lib lost+found media mnt opt proc root sbin srv sys tmp usr var
mkdir /mnt/4 mount /dev/sda9 /tmp/4
rsync --avz --delete /tmp/3/* /tmp/4/