From nobody@FreeBSD.org  Sun Aug 24 14:41:37 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8BBC31065676
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 14:41:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 67C6A8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 14:41:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7OEfaSo096968
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 14:41:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7OEfahO096967;
	Sun, 24 Aug 2008 14:41:36 GMT
	(envelope-from nobody)
Message-Id: <200808241441.m7OEfahO096967@www.freebsd.org>
Date: Sun, 24 Aug 2008 14:41:36 GMT
From: Eugen Konkov <kes-kes@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Can not boot FreeBSDv7.0.iso from USB formated as FAT?
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126788
>Category:       kern
>Synopsis:       [boot] Can not boot FreeBSDv7.0.iso from USB formated as FAT?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 14:50:01 UTC 2008
>Closed-Date:    Wed Dec 21 17:07:59 UTC 2011
>Last-Modified:  Wed Dec 21 17:07:59 UTC 2011
>Originator:     Eugen Konkov
>Release:        7.0release
>Organization:
>Environment:
do not know yet 
>Description:
I am trying to use SYSLINUX to load *.iso
Actually I format and install to USB key syslinux
I copy memdisk to root of USB key
I unpack content to root of USB key
When I boot from USB I get SYSLINUX loaded
then I do:
memdisk initrd/boot/boot
I get invalid label
so I
da(0,a)
and I get registry dump in loop

How to boot iso installed to USB disk formatted as FAT! not BSD native
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: gavin 
State-Changed-When: Mon Aug 25 14:18:53 UTC 2008 
State-Changed-Why:  
To submitter: Can you try with one of the ISO images from 
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200808/ 
and see if that works? 


Responsible-Changed-From-To: freebsd-usb->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Mon Aug 25 14:18:53 UTC 2008 
Responsible-Changed-Why:  
TracK 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126788 

From: KES <kes-kes@yandex.ru>
To: bug-followup@FreeBSD.org, kes-kes@yandex.ru
Cc:  
Subject: Re: kern/126788: [boot] Can not boot FreeBSDv7.0.iso from USB formated as FAT?
Date: Mon, 25 Aug 2008 21:33:30 +0300

 bug-followup.
 
 I have tryed this:
 ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200807/8.0-CURRENT-200807-i386-disc1.iso
 
 

From: Gavin Atkinson <gavin@FreeBSD.org>
To: KES <kes-kes@yandex.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: kern/126788: [boot] Can not boot FreeBSDv7.0.iso from USB
	formated as FAT?
Date: Tue, 26 Aug 2008 10:30:36 +0100

 On Mon, 2008-08-25 at 18:40 +0000, KES wrote:
 >  I have tryed this:
 >  ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200807/8.0-CURRENT-200807-i386-disc1.iso
 
 ... and did it work?
 
 Gavin

From: KES <kes-kes@yandex.ru>
To: Gavin Atkinson <gavin@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re[2]: kern/126788: [boot] Can not boot FreeBSDv7.0.iso from USB formated as FAT?
Date: Thu, 28 Aug 2008 00:03:33 +0300

 GA> On Mon, 2008-08-25 at 18:40 +0000, KES wrote:
 >>  I have tryed this:
 >>  ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200807/8.0-CURRENT-200807-i386-disc1.iso
 
 GA> ... and did it work?
 
 I am install grub4dos on FAT32 flash drive
 cp FreeBSDv8.0.iso to <FLASHROOT>/sys/
 Booting from flash
 Grub is loaded
 map /sys/FreeBSDv8.0.iso (0xFF)
 map --hook
 root (0xFF)
 kernel /boot/loader
 boot
 
 Loader is started but it think that it was loaded from disk0p1, but
 actually it is disk0s1. So
 
 set currdev=disk0s1
 boot
 
 Kernel is starting to load:
 /boot/kernel/kernel text=0x754200 data=0xefef4+0x75b78 syms=[0x4+0x8a2f0+0x4+0xaf2c5]
 /boot/kenel/acpi.ko text=0x44ec4 data=0x24e0+0x1b8c syms=[0x4+0x7dc0+0x4+0xab62]
 hangs up here ... (((
 
 
 -- 
  KES                          mailto:kes-kes@yandex.ru
 

From: KES <kes-kes@yandex.ru>
To: bug-followup@FreeBSD.org, kes-kes@yandex.ru
Cc:  
Subject: Re: kern/126788: [boot] Can not boot FreeBSDv7.0.iso from USB formated as FAT?
Date: Fri, 3 Oct 2008 21:21:27 +0300

 Hello, Bug-followup.
 
 Now I try 8.0-CURRENT-200809-i386-disc1.iso
 
 I have hd0 and hd1.
 I have hd0 windows installed
 I have hd1 empty
 
 I copy 8.0-CURRENT-200809-i386-disc1.iso to root of C:\
 
 NOTICE: 8.0-CURRENT-200809-i386-disc1.iso must be defragmented
 I use this tool http://wincontig.mdtzone.it/en/index.htm
 
 
 I add C:\grldr="Grub" into C:\boot.ini on hd0
 When machine is booted I select "Grub" instead of windows
 then in grub I do next:
 
 map /8.0-CURRENT-200809-i386-disc1.iso (0xff)
 map --hook
 root (0xff)
 chainloader
 boot
 
 FreeBSD is loaded successfully, but when I commit configuration I get
 error. It can not find media to install from
 I try to use existing file system md0, cd0, hd0, but no results (
 
 
 What media I must point to install FreeBSD from iso on USB when I
 using grub4dos
 
 Thx
 
 -- 
  ,
  KES                          mailto:kes-kes@yandex.ru
 
State-Changed-From-To: feedback->open 
State-Changed-By: gavin 
State-Changed-When: Fri Apr 17 14:35:13 UTC 2009 
State-Changed-Why:  
Feedback was received 


Responsible-Changed-From-To: gavin->freebsd-bugs 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Fri Apr 17 14:35:13 UTC 2009 
Responsible-Changed-Why:  
Throw back into the pool.  This one probably needs somebody to look at 
it who understands how GRUB works.  That person, sadly, isn't me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126788 

From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru>
To: bug-followup@FreeBSD.org, kes-kes@yandex.ru
Cc:  
Subject: Re: kern/126788: [boot] Can not boot FreeBSDv7.0.iso from USB formated as FAT?
Date: Tue, 20 Dec 2011 20:34:52 +0200

 on latests versions of freebsd works fine.
 
State-Changed-From-To: open->closed 
State-Changed-By: jh 
State-Changed-When: Wed Dec 21 17:07:58 UTC 2011 
State-Changed-Why:  
Not a problem with latest FreeBSD versions according to submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126788 
>Unformatted:
