[OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-17 Thread Gary Mills
Has anybody figured out how to do this? I need to update the BIOS on a system with a Tyan motherboard. Tyan support sent me an EXE file and a BAT file along with the BIOS image as a ROM file. I understand that I need to create a bootable USB stick that contains the minimal DOS files needed to ex

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-17 Thread Rich
It's fairly straightforward. You want what, a bootable (Free)DOS USB key? You should be able to mostly follow http://en.gentoo-wiki.com/wiki/FreeDOS_Flash_Drive, but with different paths to your GRUB data files, presuming they're installed [I haven't checked, I'm not near any of my OI systems]...

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-19 Thread Gary Mills
On Fri, Aug 17, 2012 at 01:55:01PM -0400, Rich wrote: > On Fri, Aug 17, 2012 at 1:37 PM, Gary Mills wrote: > > Has anybody figured out how to do this? I need to update the BIOS on > > a system with a Tyan motherboard. Tyan support sent me an EXE file > > and a BAT file along with the BIOS image

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-19 Thread Albert Lee
On Fri, Aug 17, 2012 at 1:37 PM, Gary Mills wrote: > Has anybody figured out how to do this? I need to update the BIOS on > a system with a Tyan motherboard. Tyan support sent me an EXE file > and a BAT file along with the BIOS image as a ROM file. > If you have GRUB booting on this system alre

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-20 Thread Jim Klimov
2012-08-19 20:05, Albert Lee wrote: cp whatever.img /boot/freedos.img mount -F pcfs -o loop /boot/freedos.img /mnt OT: Do we have the linux-style "mount -o loop" in OI? Cool if so! Worthy RFE if actually not... ;) I got too used to the inconvenient Solaris method of doing this: mount -F pcfs

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-20 Thread Udo Grabowski (IMK)
On 20/08/2012 13:44, Jim Klimov wrote: OT: Do we have the linux-style "mount -o loop" in OI? This is what the current mount man page says: For file system types that support it, a file can be mounted directly as a file system by specifying the full path to the file as the specia

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-20 Thread Gary Mills
On Sun, Aug 19, 2012 at 12:05:08PM -0400, Albert Lee wrote: > On Fri, Aug 17, 2012 at 1:37 PM, Gary Mills wrote: > > Has anybody figured out how to do this? I need to update the BIOS on > > a system with a Tyan motherboard. Tyan support sent me an EXE file > > and a BAT file along with the BIOS

Re: [OpenIndiana-discuss] How to create a bootable USB stick on OI?

2012-08-20 Thread Jim Klimov
2012-08-20 18:37, Gary Mills пишет: What if I really do want to create a bootable USB stick. Is this possible on OI? I believe, in this case the stick's contents should look like a bootable device to the computer's BIOS. Usually this means that some program is available starting at sector zero