Since Win7 RC is going to start nagging and shutting down soon, I just wiped it off this Friday evening. Don't want to bother paying thousands of rupees for a mediocre OS (that too for multiple copies for multiple machines) and don't want to risk trojans by using pirated copies.
Now my PC is quad booting 3 Kubuntu installations (one primary/stable 9.10 and two test/alpha 10.04) and for linux coding/developing/messing around: one Arch (soon). Got rid of Fedora too. Updated my siggy to reflect this.
Check out my simple grub2 boot menu theme:
The pic is ironically from the Win7 user "photo library" folder It also has a pic of a (karmic) koala in there!
Oh by the way, I should brag that I am now getting UNDER TEN SECONDS boot from grub menu to KDM theme for both 9.10 and 10.04 - sometimes even touching close to just FIVE SECONDS - I think my SSD's "GC" has kicked in and I'm getting fully advertised 230 MBps read speeds it looks like hyeah:
My partition scheme (I really should try LVM some day) on my 128GB SSD:
Note sda1 and sda2 are primary partitions of course. sda5/6/7/8 are logical partitions inside an extended so I can delete/repartition them a little easier should I need to do that. LVM is a good option to try in the future. All are ext4 with the "noatime" option added to reduce SSD flash writes and wear-n-tear.
I initially booted off latest gparted 0.5.1 usb stick to create all the partitions which "rounds to cylinders" which is good for SSDs and during installation I just needed to select and format.
One word of caution to other multi booters, latest linux looks at disks based on their "UUID" which changes if you reformat. So if your booting/mounting is failing check the "/etc/fstab" to see if the UUIDs match based on output of "ls -al /dev/disk/by-uuid"
Plan to do the same for my tablet shortly Lets see if I have the will power to avoid Windows from now on...
Now my PC is quad booting 3 Kubuntu installations (one primary/stable 9.10 and two test/alpha 10.04) and for linux coding/developing/messing around: one Arch (soon). Got rid of Fedora too. Updated my siggy to reflect this.
Check out my simple grub2 boot menu theme:
The pic is ironically from the Win7 user "photo library" folder It also has a pic of a (karmic) koala in there!
Oh by the way, I should brag that I am now getting UNDER TEN SECONDS boot from grub menu to KDM theme for both 9.10 and 10.04 - sometimes even touching close to just FIVE SECONDS - I think my SSD's "GC" has kicked in and I'm getting fully advertised 230 MBps read speeds it looks like hyeah:
My partition scheme (I really should try LVM some day) on my 128GB SSD:
Code:
/dev/sda1 - 4 GB - linux swap
/dev/sda2 - 20 GB - kubuntu 9.10
/dev/sda5 - 20 GB - kubuntu 10.04
/dev/sda6 - 20 GB - arch
/dev/sda7 - 10 GB - kubuntu 10.04
/dev/sda8 - 47 GB - data storage
Note sda1 and sda2 are primary partitions of course. sda5/6/7/8 are logical partitions inside an extended so I can delete/repartition them a little easier should I need to do that. LVM is a good option to try in the future. All are ext4 with the "noatime" option added to reduce SSD flash writes and wear-n-tear.
I initially booted off latest gparted 0.5.1 usb stick to create all the partitions which "rounds to cylinders" which is good for SSDs and during installation I just needed to select and format.
One word of caution to other multi booters, latest linux looks at disks based on their "UUID" which changes if you reformat. So if your booting/mounting is failing check the "/etc/fstab" to see if the UUIDs match based on output of "ls -al /dev/disk/by-uuid"
Plan to do the same for my tablet shortly Lets see if I have the will power to avoid Windows from now on...