bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: completely stand-alone grub (legacy or new) boot floppy - how?


From: adrian15
Subject: Re: completely stand-alone grub (legacy or new) boot floppy - how?
Date: Thu, 18 May 2006 12:18:51 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Stephen Liu wrote:
Hi adrian15,

Tks for your advice.


Here go instructions.

1) bunzip2 sgd_0.9354_mothers_day_preview.img.bz2
2) Put a non-valuable floppy on your floppy drive.
3) dd if=./sgd_0.9354_mothers_day_preview.img.bz2 of=/dev/fd0


A boot floppy created as advised.

It booted the PC, a FC5_64 box.  During booting following warnings
displayed;
- Error 14 : file not found
  Boo 'boot /sgd if no knoppix file available'

- Error 23 Error while parsing number
  Booting '2'
It is a normal behaviour of SGD. You don't have to cry :) for it.
It makes some semi-intelligent detections.


At the starting screen, highlighted "Boot From CDRom Drive" and pressed
[Enter]

The LiveCD on the CDRom can't not be booted.
Once you've pressed enter you should see Smart Boot Manager...
and...

1) The CDROM does not even appear on the Smart Boot Manager menu ?

2) It appears but it does not boot?



I have no idea how to boot the HD, a SATA II disc.
With the grub.conf / menu.lst that it is written below you should be
able to boot your Fedora. Just copy it to the boot floppy...
as:
/boot/sdg/S10en/my.lst
and add these lines:
title MY LST
configfile $(grub_device)/boot/sdg/S10en/my.lst
to the file: /boot/sdg/S10en/menu.lst

(Everything inside the floppy)

When selecting the MY LST option from English Super Grub Disk you will
be able to have an identical menu to your hard disk one.

# cat /boot/grub/grub.conf
....
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.16-1.2111_FC5)
        root (hd0,0)
        kernel /vmlinuz-2.6.16-1.2111_FC5 ro root=LABEL=/ rhgb noapic
quiet
        initrd /initrd-2.6.16-1.2111_FC5.img
* End *

adrian15





reply via email to

[Prev in Thread] Current Thread [Next in Thread]