LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Burn a grub 2 boot disk (https://www.linuxquestions.org/questions/linux-newbie-8/burn-a-grub-2-boot-disk-4175497036/)

theKbStockpiler 03-04-2014 05:20 PM

Burn a grub 2 boot disk
 
Hi, would someone please direct me to a link or two that covers how to burn a grub 2 boot up disk? I have the grub 2 tar file from their site.

Thanks for your expertise!

EDDY1 03-04-2014 06:49 PM

What os are you using, do you have brasero?
http://www.supergrubdisk.org/super-grub2-disk/
http://www.supergrubdisk.org/

jefro 03-04-2014 07:40 PM

EDDY1 is correct that we may need to know where you got the tar file from to be sure.


http://www.supergrubdisk.org/wiki/SGD_Howto_make

theKbStockpiler 03-04-2014 08:16 PM

I got the tar file here: http://www.gnu.org/software/grub/grub-download.html I wanted to create my own like I did somehow with grub legacy but I'll take whatever I can get. I do have bareso. I have a few system-rescue cds but I get into trouble with mass produced linux fixes.

EDDY1 03-04-2014 11:48 PM

Super-grub2 disk is just a boot disk whiich will allow you to boot os, so that you can do repairs from within the os.

With brasero insert cd, open brasero, select burn & navigate to iso.

jefro 03-05-2014 02:28 PM

My guess is that tar file contains source for building a grub on your system.

Few people would build it but see this for a way to make your tar file and install it.
http://www.linuxfromscratch.org/lfs/...er06/grub.html

theKbStockpiler 03-06-2014 02:26 PM

Thanks for the replies!
 
I currently don't have a installed system that has grub 2 installed.
Can I remove grub .97 and manually install grub 2 so I can burn a rescue disk? Mageia's MCC does not allow it but I assume I can do it CLI. I don't think that grub .97 has mkrescue. Do I need any grub files on the O.S to boot or is it all externally done if I manually boot with grub?
Code:

[root@localhost kbs]# grub --help
Usage: grub [OPTION]...

Enter the GRand Unified Bootloader command shell.

    --batch                  turn on batch mode for non-interactive use
    --boot-drive=DRIVE      specify stage2 boot_drive [default=0x0]
    --config-file=FILE      specify stage2 config_file [default=/boot/grub/menu.lst]
    --device-map=FILE        use the device map file FILE
    --help                  display this message and exit
    --hold                  wait until a debugger will attach
    --install-partition=PAR  specify stage2 install_partition [default=0x20000]
    --no-config-file        do not use the config file
    --no-curses              do not use curses
    --no-floppy              do not probe any floppy drive
    --no-pager              do not use internal pager
    --preset-menu            use the preset menu
    --probe-second-floppy    probe the second floppy drive
    --read-only              do not write anything to devices
    --verbose                print verbose messages
    --version                print version information and exit

Report bugs to <bug-grub@gnu.org>.

Code:

GNU GRUB  version 0.97  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
  lists possible command completions.  Anywhere else TAB lists the possible
  completions of a device/filename. ]

grub> grub-mkrescue

Error 27: Unrecognized command

Or
Code:

[root@localhost kbs]# mkrescue
bash: mkrescue: command not found

And lastly http://rpm.pbone.net/index.php3/stat...3.el6.i686.rpm


All times are GMT -5. The time now is 04:29 AM.