Find the answer to your Linux question:
Results 1 to 8 of 8
Every Saturday I update my Suse 10 os and lately loading grub changed to loading stage 1.5 when I turn my computer on. Has anyone any idea what stage 1.5 ...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    What is loading stage 1.5 ?

    Every Saturday I update my Suse 10 os and lately loading grub changed to loading stage 1.5 when I turn my computer on.

    Has anyone any idea what stage 1.5 is? Has some bad software been installed on my computer?

  2. #2
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    You may have corrupted your grub installation. If you know how to use a rescue cd you could try re installing grub with the command
    Code:
    grub-install /dev/hda
    Or whatever your boot drive is. You may need to move the /boot/grub directory to like /boot/grub.old and just copy over grub.conf.

  3. #3
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Loading stage 1.5 is perfectly fine. It seems that one of your updates has updated Grub as well.

    Now that I've started writing this I've completely forgotten what stage 1.5 refers to, but I remember reading in a Grub tutorial that this is a perfectly normal part of the startup procedure.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Yep, no need to worry... GRUB will report errors if something isn't working right.

    You can learn more about GRUB by reading through the GRUB Manual:

    http://www.gnu.org/software/grub/manual/grub.html
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    Ouch! I got a slight headache just reading the table of contents to the grub manual. My being so technology challenged is a real drawback.

    Thanks everyone for your replies!!!

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by cousinlucky
    Ouch! I got a slight headache just reading the table of contents to the grub manual. My being so technology challenged is a real drawback.
    Yes, there's definitely too much to comprehend all at once in the GRUB manual. Take your time with it, think about what GRUB is doing, and study just one section or small part at a time.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  7. #7
    Linux Newbie hughitt1's Avatar
    Join Date
    Oct 2005
    Location
    Baltimore, MD USA
    Posts
    167
    yea. don't worry- that is a normal part of grub's process...

    from wikipedia:

    When a computer is turned on, the computer's BIOS finds a bootable device (hard disk) and transfers control to the master boot record (MBR), the first 512 bytes of the hard disk.

    The MBR contains GRUB stage 1. Given the small size of the MBR, Stage 1 does little more than load the next stage of GRUB (which may reside physically elsewhere on the disk). Stage 1 can either load Stage 2 directly, or it can load stage 1.5: GRUB Stage 1.5 is located in the first 30 kilobytes of hard disk immediately following the MBR. Stage 1.5 loads Stage 2.

    When GRUB Stage 2 receives control, it presents an interface to the user in order to select which operating system to boot. This normally takes the form of a graphical menu, although if this is not available or the user wishes further control, GRUB has its own command prompt, where the user can manually specify the boot parameters. GRUB can also be set to automatically load a particular kernel after a timeout period.

    Once boot options have been selected, GRUB loads the selected kernel into memory and passes control on to the kernel. At this stage GRUB can pass control of the boot process to another loader using chain loading if required by the operating system.
    Take care!

  8. #8
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    I thought you were saying that it hung at stage 1.5... sorry.

Posting Permissions

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