Results 1 to 8 of 8
I want to know the booting procedure of Suse Linux....
- 08-28-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 5
Linux Boot
I want to know the booting procedure of Suse Linux.
- 08-28-2006 #2
hi Namrata
i think i dont understand you...
do you have alredy installed linux or you are gonna install it?
- 08-28-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 5
boot
hi,
thanks for showing interest.I know how to install Suse.but i want to know actually what happens while booting.can u plz tell me.
- 08-28-2006 #4
ok
insert suse installation disc
boot into it
start with installation
when installing suse linux do folowing.
install bootloader
install bootloader on your MBR(master boot record of /dev/hda
after install computer will reboot.
you will see a bootloader screen
select a OS you want to boot
if you have dual boot with windows you will have to choose betwen
boot into windows
boot into suse
than the selected os will boot
note: if you have sata disk is sda instead hda
i hope that helps
- 08-28-2006 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 5
Boot
Hi,
I know the procedure 2 follow.But i want to know what actually happens while booting means it reads all h/w installed etc.
- 08-28-2006 #6
Hi !
***** BIOS: The Basic Input/Output System is the lowest level interfae between the computer and peripherals. The BIOS performs integrity checks on memory and seeks instructions on the Master Boor Record (MBR) on the floppy drive or hard drive.
***** The MBR points to the boot loader (GRUB or LILO: Linux boot loader).
***** Boot loader (GRUB or LILO) will then ask for the OS label which will identify which kernel to run and where it is located (hard drive and partition specified).
***** The first thing the kernel does is to execute init program. Init is the root/parent of all processes executing on Linux.
***** The first processes that init starts is a script /etc/rc.d/rc.sysinit
***** Based on the appropriate run-level, scripts are executed to start various processes to run the system and make it functional.
<=== { casper } ===>It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-28-2006 #7Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,065
Hi.
See also references in http://en.wikipedia.org/wiki/Boot_se...urther_reading ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 08-28-2006 #8In SuSE, it's just a little bit different (Take note of '/etc/init.d' and '/etc/rc.d -> /etc/init.d')...***** The first processes that init starts is a script /etc/rc.d/rc.sysinit
***** Based on the appropriate run-level, scripts are executed to start various processes to run the system and make it functional.
Please see:
/etc/inittab
/etc/rc.d.README
/etc/init.d
/etc/init.d/README
/etc/init.d/rc
/etc/init.d/rc?.d


Reply With Quote
