Results 1 to 4 of 4

Thread: HOWTO: GRUB Floppy

  1. #1
    Join Date
    Oct 2004
    Location
    Phoenix
    Beans
    437

    HOWTO: GRUB Floppy

    How to create a bootable GRUB floppy:

    If needed:
    Start a Root Terminal
    Code:
    sudo gedit /etc/fstab
    /dev/fd0        /media/floppy0  ext2,vfat    rw,user,noauto  0       0
    {exit gedit / save}
    {reboot}

    -----------------------------------------------------------------------------------------------------

    Insert a blank floppy
    Applications -> System Tools -> Floppy Formatter
    Choose "Linux Native (ext2)"

    Start a Root Terminal
    Code:
    mkfs /dev/fd0
    mount /media/floppy0
    mkdir -p /media/floppy0/boot/grub
    cp /boot/grub/stage1 /boot/grub/stage2 /boot/grub/menu.lst /media/floppy0/boot/grub
    umount /media/floppy0
    {reboot & set BIOS to boot from floppy first. It should read / boot from floppy}
    Last edited by wallijonn; February 23rd, 2005 at 09:43 PM.

  2. #2
    Join Date
    Feb 2005
    Location
    Baton Rouge, La
    Beans
    6

    Re: HOWTO: GRUB Floppy

    I'll give it a whirl. Thanks.

  3. #3
    Join Date
    Mar 2006
    Location
    Boston, MA
    Beans
    1,861
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: GRUB Floppy

    I don't know if your still around but thank you!!! Someone just directed me to your link and I finally created a grub floppy.


    Much obliged if your still around.
    Regards, Catlett

  4. #4
    Join Date
    Feb 2005
    Location
    Baton Rouge, La
    Beans
    6

    Cool Re: HOWTO: GRUB Floppy

    Hello,
    I'm still around thanks. I am using Puppy Linux 1.09 CE at the moment as I had too many problems trying to install Ubuntu on my SATA drive. Will try again later though.

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
  •