Re: [ubuntu-in] Error in command grub-install

2010-06-02 Thread Jkhatri

On Wednesday 02 June 2010 09:33 PM, Ravi Joshi wrote:
Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried 
to run grub-install command  but it gives me some error... following 
is my terminal...



GRUB>

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE 
BOOTED BEFORE GRUB (i forgot what exactly the eroor was.)  and now i 
can't login even my windowsXp.


so please help me..

-Ravi Joshi




Hi Ravi

will you try following ... and post the result here ??



  1. If you have Grub 2 set to boot without displaying the menu at all, 
hold the SHIFT key down until the menu displays. (In Grub it was the ESC 
key.)
  2. Press any key once the menu is displayed to 'freeze' it. Then 
arrow to the kernel you want to boot.

  3. Press "e"
  4. Scroll to the end of the "linux /boot/vmlinuz" line. If 
displayed, remove "quiet" and/or "splash". Add the word "single" to the 
end of the line.

  5. Press CTRL-X to boot to the Recovery menu.




--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Is it OK to jump updates?

2010-06-02 Thread Jkhatri

On Thursday 03 June 2010 10:15 AM, Narendra Diwate wrote:

Hi

Is it OK to skip/jump updates?

What I mean is if i have a package version 1 and a few days later 
version 2 is available, can i skip it and update directly when version 
3 or 4 is available? For packages that have many dependencies will 
this have a possibility of breakage or dependency issues?


This is only for updates thru Update Manager and does not imply 
complete distro updates.



Regards

Narendra Diwate




almost yes ... ( dependencies will be added automatically  by 
apt/synaptic or  yum ( RHEL/Fedora )






--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Is it OK to jump updates?

2010-06-02 Thread Easwar Hariharan
On Thu, Jun 3, 2010 at 10:15 AM, Narendra Diwate
wrote:

> Hi
>
> Is it OK to skip/jump updates?
>
> What I mean is if i have a package version 1 and a few days later version 2
> is available, can i skip it and update directly when version 3 or 4 is
> available? For packages that have many dependencies will this have a
> possibility of breakage or dependency issues?
>
> This is only for updates thru Update Manager and does not imply complete
> distro updates.
>
> Yep. Dependencies will be taken care of by Update
Manager/apt-get/aptitude/Synaptic whatever.


-- 
Regards,
Easwar
Registered Linux user #442065
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Is it OK to jump updates?

2010-06-02 Thread Narendra Diwate
Hi

Is it OK to skip/jump updates?

What I mean is if i have a package version 1 and a few days later version 2
is available, can i skip it and update directly when version 3 or 4 is
available? For packages that have many dependencies will this have a
possibility of breakage or dependency issues?

This is only for updates thru Update Manager and does not imply complete
distro updates.


Regards

Narendra Diwate
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Problems related to Grub

2010-06-02 Thread Ravi Joshi
hi. i have use grub-install command in terminal to restore my grub.Now whenever 
i restart my laptop first gurb loods and after that a black screen comes with 
grub terminal like GRUB> and here is no option to boot either Ubuntu or 
WindowsXP I have tried so many times but after restarting  my laptop same 
screen comes and if i run boot is says that kernel must be loaded before booting

Actually i doesn't want that kind of interface...I want simply a screen comes a 
have choice to boot from either Ubuntu or WindowsXP. Before reinstalling 
WindowsXP same type of screen came but now it is not.

-Ravi Joshi 



  -- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-02 Thread Jkhatri



r...@ubuntu:~# grub-install --root-directory=/media/root /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
[: 494: =: unexpected operator
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /media/root/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)/dev/sda
r...@ubuntu:~#

i tried this rub-install --root-directory=/media/root /dev/sda command 
so many times but still it gives me same error again and again.. and 
now i restart my laptop it open a black screen with grub terminal like 
this


GRUB>

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE 
BOOTED BEFORE GRUB (i forgot what exactly the eroor was.)  and now i 
can't login even my windowsXp.


so please help me..

-Ravi Joshi



Ravi

will you try following command

sudo grub-install --root-directory=/media/root /dev/sda

I'm not sure but invalid or unsupported executable format  is 
usually a result of a mapping error on grub , but you seem to have it 
mapped correctly. I can only guess that the device.map might be wrong, 
try checking /boot/grub/device.map and see if /dev/sda is actually (hd0) 
like grub thinks it is






--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error in command grub-install

2010-06-02 Thread Ravi Joshi
Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried to run 
grub-install command  but it gives me some error... following is my terminal...

ubu...@ubuntu:~$ sudo -i
r...@ubuntu:~# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xae9bae9b

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1    2611    20972826    7  HPFS/NTFS
/dev/sda2    2612   19457   135315495    f  W95 Ext'd (LBA)
/dev/sda5    2612   10313    61866283+   7  HPFS/NTFS
/dev/sda6   10314   14229    31455238+   7  HPFS/NTFS
/dev/sda7   14230   16840    20972826    7  HPFS/NTFS
/dev/sda8   16841   17089 261   82  Linux swap / Solaris
/dev/sda9   17090   19457    19020928+  83  Linux
r...@ubuntu:~# mkdir /media/root
r...@ubuntu:~# mount /dev/sda9 /media/root
r...@ubuntu:~# ls /media/root
bin    dev   initrd.img  media  proc  selinux  tmp  vmlinuz
boot   etc   lib mnt    root  srv  usr
cdrom  home  lost+found  opt    sbin  sys  var
r...@ubuntu:~# grub-install --root-directory=/media/root /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
[: 494: =: unexpected operator
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /media/root/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)    /dev/sda
r...@ubuntu:~# 

i tried this rub-install --root-directory=/media/root /dev/sda command so many 
times but still it gives me same error again and again.. and now i restart my 
laptop it open a black screen with grub terminal like this

GRUB>  

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE BOOTED 
BEFORE GRUB (i forgot what exactly the eroor was.)  and now i can't login even 
my windowsXp.

so please help me..

-Ravi Joshi


  -- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] facing pb on ubuntu 10.4

2010-06-02 Thread sivakumar bharadhwaj
Dear Sir,

I too had faced the same problem - the very first day I installed 10.04.

But, I went to the -> system -> Power Management Preferences :

- On AC Power  -> set display brightness : to the required level ( i did
0%)

and

- On Battery Power -> checked OK to the Reduce backlight Preferences

and
-> On AC Power -> Pressed 'Make Default'

>From then on the display brightness - remains the same - for the past 20 -
25 days, AS SET BY ME.

Hope this gives you - solution for atleast the Brightness Problem - which
generally irritates.

Forgive me, if this is not a solution,

s.sivakumar
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Unable to install GRUB using ubuntu 9.04 live CD

2010-06-02 Thread Manohar Bhattarai
On Wed, Jun 2, 2010 at 10:04 AM, Jkhatri  wrote:

>
>  If those lines above appear, go to the step 6
> 
> 6) proceed by installing GRUB2
> ---
> r...@ubuntu:~# *sudo grub-install --root-directory=/media/root /dev/sda*
>
>
>  why sudo when already logged in as root?
>
>
>
>
>
>
>
>
>
> huu   ... you are right .. sorry for the silly mistake
>
>
> --
>
> Jatin Khatri
>
> Web www.khatrijatin.co.nr
>
> www.fedoraproject.org/wiki/Jatin
>
> Phone (+91) 98250 20393
>
> Save Paper, Save Environment.**
> *(Plant at least one tree in your life and nurture it !!!)*
>
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
>
That was a nice flow of explanation though. Thanks.

-- 
Regards,
Manohar Bhattarai (मनोहर भट्टराई)
Blogs:
http://manoharbhattarai.wordpress.com/
http://manoharbhattarai.posterous.com/
http://manoharbhattarai.blogspot.com/
Microblogs:
Twitter :- http://twitter.com/manoharmailme
Identi.ca :- http://identi.ca/manoharbhattarai
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] facing pb on ubuntu 10.4

2010-06-02 Thread Nitesh Mistry
On Wed, Jun 02, 2010 at 10:33:41AM +0530, 0oo_Neo_oo0 I m W0T I m wrote:
> 
> 
> 
> Dear all
> 
> 
> M using ubuntu 10.4 desktop edition on my laptop. Some functions key are not 
> working on 10.4 like LCD brightness up n down its working fine on 9.04 but 
> not in 10.4 


Its a bug in Lucid [1]. You can confirm it by visiting the link below
and mark the bug as affecting you (Click on the link that says "Does
this bug affect you?" and then "Yes it affects me"). However, first read
through the description of the bug and check if it is the same problem as
you are facing. As of now, I don't think anyone has come up with a
solution or work-around. But if many people report the same problem, it
might be taken up on urgent basis.

[1] https://bugs.launchpad.net/ubuntu/+bug/570042


-- 
Regards,
Nitesh Mistry
www.mistrynitesh.com


-BEGIN GEEK CODE BLOCK-
Version: 3.12
GB/J/IT/O>TW d+(-) s+:+>: a- C+ UL>+++ P L++>+++ !E W++ N* o? K? w--- O? M-- V? 
PS+() PE(++)(-) Y+ PGP+ t 5? X R tv+ b+ DI D G e+++> h-- !r y?
--END GEEK CODE BLOCK--

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in