Find the answer to your Linux question:
Results 1 to 8 of 8
I want to know the booting procedure of Suse Linux....
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    5

    Linux Boot



    I want to know the booting procedure of Suse Linux.

  2. #2
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    hi Namrata
    i think i dont understand you...
    do you have alredy installed linux or you are gonna install it?

  3. #3
    Just 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.

  4. #4
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    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

  5. #5
    Just 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.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    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

  7. #7
    drl
    drl is offline
    Linux Engineer drl's Avatar
    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, drl
    Welcome - 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 )

  8. #8
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    ***** 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.
    In SuSE, it's just a little bit different (Take note of '/etc/init.d' and '/etc/rc.d -> /etc/init.d')...

    Please see:

    /etc/inittab
    /etc/rc.d.README
    /etc/init.d
    /etc/init.d/README
    /etc/init.d/rc
    /etc/init.d/rc?.d

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •