Boot Linux with Linux?
NickName:user3085931 Ask DateTime:2014-01-13T20:52:38

Boot Linux with Linux?

I've found here [last page] an interesting way to boot Linux by Linux. Unfortunately it is only mentioned and i can't find any useful links on the net. So has anyone heard about a method to avoid the bootloaders and instead use linux ?

Greets

Copyright Notice:Content Author:「user3085931」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/21091810/boot-linux-with-linux

More about “Boot Linux with Linux?” related questions

Boot Linux with Linux?

I've found here [last page] an interesting way to boot Linux by Linux. Unfortunately it is only mentioned and i can't find any useful links on the net. So has anyone heard about a method to avoid the

Show Detail

Linux boot process

I'm playing a little bit with the kernel linux and I got some errors during the boot process : Kernel panic - not syncing: Attempted to kill init! I want to understand how the boot process of the...

Show Detail

Minimum processor capability to boot Linux

I am in the process of designing a custom processor. It is a pipelined five stage processor. Ultimately, we want to boot Linux on it. What are the minimum capabilities that a custom processor must ...

Show Detail

Is there any description of linux boot procedure at source level?

I'd like to study C and assembly codes related to bootstrapping. I have tried to google with many keyword, but most webpages contain overview of bootstrapping. Of course, because I'm poor at englis...

Show Detail

Embedded Linux Boot Optimization

I am doing project on Pandaboard using Embedded Linux (UBUNTU 12.10 Server Prebuild image) to optimize boot time. I need techniques or tools through which I can find boot time and techniques to opt...

Show Detail

USB key security - linux boot

Does anybody have an idea, how can I make a secure USB key, which I would insert into server, and boot it --> if the USB key is correct, then the linux would complete the boot - I can make a script...

Show Detail

Is my bootloader doing enough to boot Linux Image

I am new to bootloader and Linux kernel. I have been working on a project where we have to replace booting QNX kernel with Linux kernel .Our current bootloader code has a support for booting QNX k...

Show Detail

add a code for linux kernel that runs on boot

I want to add some code to my Linux 3.10 kernel that will run and use the alloc_bootmem(unsigned long size) function to allocate memory. I understood that alloc_bootmem(unsigned long size) runs on...

Show Detail

After boot does Linux reclaims Tianocore boot loader memory

I am using Tianocore for booting Linux, I understand that Linux can avail Tianocore Runtime services (reboot, update_capsule etc.), it means that some part of Tianocore code remains untouched by l...

Show Detail

How does U-Boot communicate with Linux kernel?

I'm reading the book and it tells that: After U-Boot loads Linux kernel, the kernel will claim all the resources of U-Boot What does this mean? Does it mean that all data structures that alloca...

Show Detail