Results 1 to 8 of 8

Thread: Booting installer from iso (with GRUB)

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Beans
    22

    Re: Booting installer from iso (with GRUB)

    If have these entries (some work , others don't). (hd0,1) is a ntfs partition where I keep the isos.

    Code:
    menuentry "Ubuntu Lucid netbook 32bit" {
     root (hd0,1)
     loopback loop0 /ubuntu-10.04-netbook-i386.iso
     set root=(loop0)
     linux /casper/vmlinuz root=/dev/sda1 loop=/ubuntu-10.04-netbook-i386.iso file=/cdrom/preseed/ubuntu-netbook.seed boot=casper iso-scan/filename=/ubuntu-10.04-netbook-i386.iso quiet splash --
     initrd (loop0)/casper/initrd.lz
    }
    
    menuentry "Ubuntu Lucid beta2 32bit" {
     root (hd0,1)
     loopback loop /testdrive/iso/lucid-desktop-i386.iso
     linux (loop)/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/testdrive/iso/lucid-desktop-i386.iso quiet splash --
     initrd (loop)/casper/initrd.lz
    }
    
    menuentry "Linux Mint 8 (Helena)" {
     root (hd0,1)
     loopback loop /LinuxMint-8.iso
     linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/LinuxMint-8.iso quiet splash --
     initrd (loop)/casper/initrd.lz
    }
    
    menuentry "Fedora 13 beta" {
     root (hd0,1)
     loopback loop /F13-Beta-i686-Live.iso
     linux (loop)/isolinux/vmlinuz0 boot=isolinux root=live:LABEL=F13-Beta-i686-Live rootfstype=auto ro liveimg root=/dev/sda1 --
     initrd (loop)/isolinux/initrd0.img
    }
    
    menuentry "Fedora 13 beta_" {
     root (hd0,1)
     loopback loop /F13-Beta-i686-Live.iso
     linux (loop)/isolinux/vmlinuz0 boot=isolinux root=live:/F13-Beta-i686-Live.iso rootfstype=auto ro liveimg rdinitdebug rdshell rhgb rd_NO_LUKS rd_NO_MD noiswmd --
     initrd (loop)/isolinux/initrd0.img
    }
    If someone can get Fedora running please share...

  2. #2
    Join Date
    Apr 2005
    Beans
    22

    Re: Booting installer from iso (with GRUB)

    ... also, did you consider using
    usb-creator with a disk image (instead of a real usb device)?
    Then use the method above to boot it.

  3. #3
    Join Date
    Mar 2008
    Location
    Osijek, Croatia
    Beans
    24

    Re: Booting installer from iso (with GRUB)

    This is the bug you are looking for: https://bugzilla.redhat.com/show_bug.cgi?id=557426

    Fedora has some issues with multi-boot usb scenarions, but we will soon have an answer.

    You can mount fedora iso and copy fedora files to a special folder and then use standard boot methods.

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
  •