Results 1 to 10 of 15
Hi all,
I want to install the linux without any bootloader directly booted from kernel.
I'm looking for step by step manual to do this.. I know that I should ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-05-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 7
How can I install the linux without any bootloader?
Hi all,
I want to install the linux without any bootloader directly booted from kernel.
I'm looking for step by step manual to do this.. I know that I should make some changes in the MBR to points to my kernel image, but I don't know how..
is there any manual for this??
sorry for my poor english
Thanks.
- 04-05-2012 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 468
welcome to the forum
SFIK without a bootloader, the system won't boot.
but if you set the delay to 0, the system boots immediately without
showing you any bootloader screens
ps. thought yr english was pretty good--better than many who claim it as first languagethe sun is new every day (heraclitus)
- 04-06-2012 #3
Welcome to LinuxForums!

I agree with tpl. Without a bootloader, a system won't go anywhere.
Unless you are looking to dual-boot Linux with Windows, use the Windows loader but not the Linux bootloader.
In any case, a bootloader of some sort must be present to actually load the kernel.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-06-2012 #4Just Joined!
- Join Date
- Dec 2007
- Posts
- 34
Booting without a bootloader such as Grub.
I don't think that you have ever seen Windows needing a bootloader when it is the only OS on the hard drive. That's because it's information is the MBR of the hard drive. And that's what the system looks for when booting Windows.
So now, if you install Linux into it's own hard drive, and make it bootable using a partition manager, I don[t believe that you would ever need a boot manager. At least that's the way that I've done before. However. I still would recommend that you do use a bootloader like Grub. This way, if you should happen to add another Linux distro to your hard drive, you would be all set to manage that one also. Also, Grub will give you the option to activate Windows, even if it is on a separate hard drive.
Good Luck!
- 04-06-2012 #5
Onederer -> Windows does have its own bootloader, it's just that it is invisible to the user most of the time, rather like GRUB on a single-OS system is invisible. The Windows bootloader is different from Grub. You can easily see it in action if you install two different versions of Windows.
- 04-06-2012 #6
The MBR (Master Boot Record) is where Windows automatically installs its bootloader (NTLDR).
It's not seen because it's a proprietary build, and we don't need to know about it.
The same deal occurs on OSX.
Now, you can install a bootloader, like GRUB, to a USB stick. Have the OS itself on the hard drive. Then, you can insert the USB stick upon startup.
Set the BIOS to boot from USB first and you're good.
But you're still going to be using some form of loader.Last edited by jayd512; 04-06-2012 at 01:48 AM. Reason: typo
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-06-2012 #7Just Joined!
- Join Date
- Dec 2007
- Posts
- 34
- 04-06-2012 #8
(ONE)
I run Linux and M$-XP from a Hard Drive.
The MBR is M$, so it seeks "ntldr" for bootloader.
When I boot my M$-XP computer from power-up,
I present myself with a menu.
The "Rename Method" of dual booting M$-XP and Linux.
(1) I renamed the old M$ "ntldr" to become "wxldr.sys".
(2) I renamed the Linux "grldr" to become a new "ntldr" .
(3) the M$ bootup MBR control will pass to the grub4dos "grldr" and "menu.lst" code.
I copied a specially prepared "menu.lst" in place on the SDA1,
so my bootloader will produce a menu.
This is the core of the menu.lst code.
############################Code:default 1 timeout 33 title ---{ HD Lupu W2 (=find(Mark), load kernel,initrd } find --set-root --ignore-floppies --ignore-cd /MARK-WX kernel /puppy/vmlinuz pmedia=atahd psubdir=/puppy initrd /puppy/initrd.gz title ---{ M$ XP =(find<wxldr.sys>, chainloader<wxldr.sys> } find --set-root --ignore-floppies --ignore-cd /wxldr.sys chainloader /wxldr.sys
(TWO)
Commonly I boot from a PenDrive, grub4dos and menu.lst.
I can multiboot to several Linux OS on the PenDrive,
I can multiboot to several OS on the HardDrive.
(1) When activating the M$-XP on the HD,
I chainload directly to the M$ bootloader.
(2) When activating the Linux on the HD,
I "kernel" and "initrd" to the Linux core files.
On the PenDrive, the menu.lst code
to boot across to the HardDrive M$-XP is:
############################Code:title \n ==={ M$-XP via HD wxldr}=== \n { pendrive grub4dos: HD map, find, chain wxldr }= lock map (hd1) (hd0) map (hd0) (hd1) map --hook errorcheck off find --set-root --ignore-floppies --ignore-cd /wxldr chainloader /wxldr errorcheck on
glene77is,
Puppy Linux is more then than a barrel of M$ Monkeys
- 04-06-2012 #9
Step by step using lilo boot loader in a linux root partition. Not in MBR. Then modifying windows ntdlr boot.ini file to boot linux.
It's old I know. Back when Redhat was at version 4.2.
How to dual-boot Windows NT/2000/XP and Linux using NTLDRLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 04-06-2012 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Hi,
Older Linux systems had LILO boot manager rather than grub.
from what i remember LILO was more "invisible" than grub, it had less messages popping on screen when booting up.
also using grub is highly recommended, especially when you upgrade Linux kernel.
grub allows you to use several different kernel configuration and pass arguments and parameters to each kernel - this increases stability of the system.


1Likes
Reply With Quote

