Results 1 to 7 of 7

Thread: Backtrack grub and Ubuntu grub

  1. #1
    Join Date
    Apr 2010
    Posts
    80

    Backtrack grub and Ubuntu grub

    I have given an assignment on the topics Backtrack grub and Ubuntu grub. Since, I am not having much knowledge about it, I thought to take some help from you guys. Please provide some basic concepts so that I can understand it. Once I understood, I can do the rest of things by my own. But initially I require some help from you all guys. Please provide some detailed information about the grubs that are used in Backtrack and Ubuntu.

  2. #2
    Join Date
    Mar 2008
    Posts
    349

    Re: Backtrack grub and Ubuntu grub

    The boot loader is a program launched just after loading the BIOS. It enables the user to choose which operating system it wants to run. In the case of Linux, the boot loader also allows the user to choose which kernel to load. There are two main Linux bootloaders are grub and lilo. There are other, but we shall not see in this course. The bootloader can facilitate repair of a Linux system in some cases (loss of the root password, maintenance on the file systems).

  3. #3
    Join Date
    Mar 2008
    Posts
    382

    Re: Backtrack grub and Ubuntu grub

    Lilo is separated into two stages :
    • The stage_1 is a small program (<= 512 bytes)
    • The stage_2, called a boot loader,

    The above can be placed in the MBR (Master Boot Record) or a floppy disk. This course is the second appeal that has more memory. The stage 2 is usually placed on the hard disk.

  4. #4
    Join Date
    Aug 2006
    Posts
    162

    Re: Backtrack grub and Ubuntu grub

    Grub (GNU Grand Unified Bootloader) is a bootloader that is becoming increasingly common. Such as lilo, grub runs through internships. In addition to the two courses mentioned in lilo, grub includes an intermediate stage, the stage 1_5 which loads stage 2 on any file system. To install GRUB you will type the following commands :
    Code:
    root @ localhost grub #
     grub> root (hd0, 1) # partition where files are
    				 # Grub configuration
     grub> setup (hd0) # Location stage_1 here MBR
     grub> quit
    Processor: AMD Athlon(tm) 64 X2 Dual Core @ ~2.2 GHz
    Memory: 1024MB RAM
    Hard Drive: 200 GB
    Video Card: RADEON X300/X550 Series

  5. #5
    Join Date
    Aug 2006
    Posts
    168

    Re: Backtrack grub and Ubuntu grub

    Such as lilo, grub has a configuration file: "/ boot / grub / grub.conf".
    Code:
    timeout = 30 # Waiting time in seconds before the default boot.
     default = 0 # System default by the first of the list.
    Configuration for Linux :
    Code:
    title Linux # name that will appear in the list
     root (hd1, 0) # Partition where the files
    		 # Grub configuration
    "All gave some, some gave all."

  6. #6
    Join Date
    Oct 2008
    Posts
    68

    Re: Backtrack grub and Ubuntu grub

    You should also know that the location of the image followed were leaving the "/".
    Code:
    initrd / initrd.img ramdisk image #
    Configuration for Windows would be as :
    Code:
    title Windows
     rootnoverify (hd0, 0)
     chainloader +1

  7. #7
    Join Date
    Feb 2006
    Posts
    159

    Re: Backtrack grub and Ubuntu grub

    I think grub that keeps you will simply modify the kernel will see in the folder / boot. The following are some steps to fix your grub :
    1. We must start with the live cd of ubuntu (8.10 or 9.04) and we enter ubuntu.
    2. Being in the terminal we have to have root permission (Administrator) to have permissions you can do you put this: sudo passwd and press enter.
    3. After you enter sudo su - and press enter you must appear something like root @ ubuntu with this means that you are already root.
    4. Now type grub and press enter, you must be on grub.
    5. Grub> find / boot/grub/stage1 and press enter there shows you that you installed linux partition is something like (hd0, 1).
    6. grub> root (hd0, 1) and press enter
    7. grub> setup (hd0) and press enter and go.

    This is one of many ways to restore the grub.
    Temporary signature

Similar Threads

  1. grub is missing from Ubuntu 11.04
    By Shinu in forum Operating Systems
    Replies: 7
    Last Post: 10-01-2012, 09:19 AM
  2. Grub is unable to boot CentOS, hangs at the Grub prompt
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:17 PM
  3. Edit grub/defaults/grub file on triple-boot system
    By Hishem-Remashiya in forum Operating Systems
    Replies: 5
    Last Post: 14-11-2010, 06:44 AM
  4. GRUB load shows unknown filesystem, grub rescue error
    By aFRODITA in forum Operating Systems
    Replies: 4
    Last Post: 13-11-2010, 07:34 AM
  5. Backtrack 4 ISO + GRUB 2
    By Amy Adams in forum Operating Systems
    Replies: 6
    Last Post: 11-05-2010, 10:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,523,606.18099 seconds with 17 queries