Wednesday, November 21, 2012

BSD in Grub 2 Boot Menu

There are lot of places where you can find the solution for this. But most of them are in forums. You have find the correct one out. So, here is how we have to do that.

First, Grub2's menu shouldn't be edited directly. Reason? That will be rewritten with each Grub update or refresh. So, we have to edit the following file

/etc/grub.d/40_custom

Just add the following

menuentry 'BSD' --class bsd --class os {
    set root='hd1,msdos2'
    drivemap -s (hd0) ${root}
    chainloader +1
}


Now let me explain each ad every line.

menuentry 'BSD' --class bsd --class os {

Tells Grub that there is another menu entry to display in the boot screen. Whatever inside '' is the title that will be displayed. Other stuff are just for Grub to get some info on the  OS.

set root='hd1,msdos2'

hdX,mdosY

here is a catch! X starts with 0 and Y starts with 1. That means, if you have 3 hard disks, first is 0, second is 1 and third is 2. Now, if you have 3 partitions, first is 1, second is 2 and third is 3.

So in this example, the bsd is on second hard disk second partition.

drivemap -s (hd0) ${root}

Now you have to swap your hard disks. You can boot only from first disk. So we can use "drivermap -s". -s will swap whatever assigned to root to hd0 and hd0 to root. This is bit easier compared to earlier versions of Grub.

chainloader +1

This is the only thing that tells the Grub to actually load the bsd.

}

You need explanation for this?

Monday, November 21, 2011

Resurrection of MINIX

Remember MINIX? The one that was developed by Andrew Tanenbaum. The one that triggered Monolithic vs Microkernel debate. The one that had better design and more robust than Linux but lost its ground to the other.

After 2000 itself, the entire project has been made available with BSD license. But now it is moving in a direction that seems to be fitting in current scenario.

The team is now trying to port the programs and drivers from BSD systems and sooner or later, there will be a friendly userland. But the best part is, this will be the microkernel alternative for the available Linux and BSD kernels.

As processing power is an issue of yesterday, let us see how the battle, that was abandoned two decades ago is going to be fought in near future!

Website: minix3.org
Source: git.minix3.org

Sunday, January 18, 2009

Oru Kaadhal Devadhai - Chords

Dm............................F...................C.........Dm
ஒரு காதல் தேவதை பூமியில் வந்தாள்
Dm..............................F....................A#
ஒரு காதல் காவியம் கையோடு தந்தாள்
...................C..........F..................C.....Dm
கள்ளூறும் கலை வேளையில்


Dm..................................F.......................C
பூக்களின் கருவறையில் பிறந்தவள் நீயா?
Dm.................F.......................G#.......................................F
பூவுக்கொரு பூஜை செய்ய பிறந்தவன் நாநில்லையா?
Dm..................................F.......................C
இதயத்தின் தாமரையில் இருப்பவன் நீயா?
Dm.....................F...............G#..................................F
தாமரைக்குள் வீடு கட்டி தந்தவள் நாநில்லையா?
F.................Dm...............F....................D#
ஓடோடி வந்ததால் உள் மூச்சு வாங்குது
F.................Dm...............F....................D#
உன் மூச்சில் அல்லவா என் மூச்சு உள்ளது
A#................F
ஒன்றானது

Tuesday, July 10, 2007

Nothing Else Matters - Chords

Introduction:

This song is one of my all time favorites. With a strong message, it has a splendid music. Try to play arpeggios during verses and play chords during chorus. Another attraction in this song is the smoothness and the toxic nature of drum kit and guitar. I cried again and again on hearing and after hearing for more than thousand times, I just died in its mu`sick’. Metallica has rocked the rock itself!

Song: Nothing Else Matters
Artist:
Metallica
Genere:
Rock

{verse 1}


Em…………..D…..C…
So close no matter how far
Em………………D………..C…….
Couldn't be much more from the heart
Em…………D………C…
Forever trusting who we are
G….B…………Em….
And nothing else matters

{verse 2}

Em………..D……….C…..
Never opened myself this way
Em……………..D……C…
Life is ours, we live it our way
Em……………D…….C….
All these words I don't just say
G…B…………Em….
And nothing else matters

{verse 3}

Em……….D……….C…
Trust I seek and find in you
Em………...D……….C……
Every day for us something new
Em……….D………..C…….
Open mind for a different view
G…B……….Em……..
And nothing else matters

{chorus}

C A D…………………………..C
……..Never cared for what they do
A D…………………………….C
…..Never cared for what they know
A D………Em
……But I know

{repeat 1st verse}

{chorus}

{repeat 2nd and 3rd verse}


C A D………………………..C
…….Never cared for what they say
A D………………………..C
......Never cared for what they play
A D…………………………C
…..Never cared for what they do
A D………………………….C
…..Never cared for what they know
A D………….Em
…..But I know

{repeat 1st verse}

Copyright:
```````````
The lyrics provided are only for private use. Please support the artists by buying their music.