Results 1 to 3 of 3
Hello,
I am at the root (#) prompt, I have upgraded my server now it requires to reboot. but I dont know which boot loader it has used when las ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-30-2006 #1Just Joined!
- Join Date
- Jun 2006
- Location
- (.)
- Posts
- 69
find the boot loader
Hello,
I am at the root (#) prompt, I have upgraded my server now it requires to reboot. but I dont know which boot loader it has used when las booted.
How could I know that using which boot loader system is booted or presently which boot loader is active in my system?
- 08-31-2006 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
this will list your boot directory. You shoiuld be able to see links to your kernel, initrd, and your grub or lilo conf files.Code:ls /boot
- 08-31-2006 #3Just Joined!
- Join Date
- Jun 2006
- Location
- (.)
- Posts
- 69
I could find the solution, actually I wanted to know the presently which boot loader is in my MBR:
I have tried the below command:
# head -c 512 /dev/sda


Reply With Quote
