Saturday, January 23, 2010

Windows Vista + RHEL 5 --> Fired up Bootmgr missing Error !

Recently i installed RHEL 5 on my dell studio 15 lappy . . Everythin installed properly & I already had Windows Vista Home Premium installed on my lappy. Problesm was in GRUB!

GRUB shown 2 options 1 for Linux another for Windows vista..but whn i started win vista Error FIRED UP! -- > Bootmgr missing ...press alt+ctrl+delete to restart . . .& one more line sayin : rootnoverify(hd0,1)

This seems to be simple error for Windows Freaks...! hehe

1) I tried to repair it using Vista Bootable DVD & result -- > NO CHANGE
2) I tried STARTUP REPAIR option in Vista Bootable ---> STILL NO CHANGE

actually the problem was in grub.conf file..in RHEL!

Jst changed tat rootnoverify(hd0,1) to (hd0,2) ..coz tat second one was havin my Win Vista...

  • soo if u need to change it then jst press 'e' at bootup
  • select OTHER
  • Press 'e' to edit it and then change it to 2
  • press 'b' to boot and i think u should get ur windows BACK!
If 2 dnt work..thn try to figure out ur Windows partition 2,3, . . . . if u already dnt knw..

Thank You ,
Have a pleasent Stay . . .

Thursday, January 14, 2010

Reset ROOT password in RHEL using Single User Mode

Soo Not loging in to ur ROOT ? ? in RHEL ? ?
Its simple . . . to get out of it . . Dont Panik...
1) Restart ur linux
2) While Booting press 'E'
3) It will give u three Options
4) Select option containg Kernal ... i.e. select second option
5) Type (SPACE) single n press enter
6) Grub is configured now with single user mode..
7) Press 'B' to boot from current selection
8) System wil boot n wil give u prompt #
9) Type command : passwd
10) Type new password for root n confirm it..
Thats it...u successfully changed Linux password...

Note : Grub can be password protected to restrict it from editing . . .
Thank You . . .
Have a pleasent Stay . . .

Blue Screen Error while installing Win XP On DELL STUDIO 15

Recently my frinds Lapy shown a blue screen while installing windows xp on DELL STUDIO 15.
Blue Screen Error : 0x0000007D(0xf78d2524,0xc0000034,0x00000000
Problem was Lapy by default run in High performance mode...here is how to solve ths prob..
1) Go to BIOS setup by pressing F2
2) Go to Advanced
3) Change ur SATA setting to ATI from AHCI.
4) Thats It NOw ur lappy will run under compitible mode...n can install windows xP without blue screen error . . .

Its not an Facinating work but i like to post such things which we can later solve quickly . . .
REMEMBER :
BRAIN IS VALUABLE THING , DONT WASTE IT IN THINKING n BUILDING SAME THINGS AGAIN AND AGAIN...
Thank you...
Have a pleasent Stay .. .

Tuesday, January 12, 2010

Configure Reliance ZTE CDMA 1x Netconnect on RHEL 5

From many days i was trying to use my Reliance ZTE CDMA 1x Modem on Linux finally get succeded in firing google.com on Red Hat Enterprise Linux 5...

  • Many peoples already configured these before me am nt first one to do so..
  • So why to read this ? coz here i will publish my own experiance of configuring it which may help you some way...
Now lets start with it :
  1. Fireup your terminal on Red Hat
  2. go to /proc/bus/usb/
  3. Here you wil see a file named "devices" which contains information about usb devices attached...
  4. fireup command : cat devices
  5. Now you wil see contents of this file in which u need to search for ur device name
  6. o/p
    :P: Vendor=19d2 ProdID=fffd Rev= 0.00
    S: Manufacturer=ZTE, Incorporated
    S: Product=ZTE CDMA Tech
    S: SerialNumber=Serial Number
  7. Now we r interested in first line here..which we wil use for modprobe
  8. fireup command : modprobe usbserial vendor=0x19d2 product=0xfffd
  9. now u need make wvdial.conf
  10. fireup command : vi wvdial.conf
  11. type :
  12. [Modem0]
    Modem = /dev/ttyUSB0
    Baud = 115200
    SetVolume = 0
    Dial Command = ATDT
    Init1 = ATZ
    Init3 = ATM0
    FlowControl = CRTSCTS
    [Dialer zte]
    Username = 9324185495
    Password = 9324185495
    Phone = #777
    Stupid Mode = 1
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Inherits = Modem0
  13. fireup command : wvdial zte
  14. Thats it you wil get connected and wil display Ip address and DNS server ip
  15. Thats it Enjoy Surfing On LinuX!
Alterate way : (Using GUI)
  1. fireup command : system-config-network
  2. Click on New
  3. Select Modem connection
  4. Go on clickin next
  5. It wil ask for Phone number and Login id , password
  6. Phone number : #777
  7. Login ID : Device phone number
  8. password : Devide phone number
  9. click on next....
  10. Enjoy Surfin on LinuX!