- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- booting bootable iso-images on a usb-disk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2007 08:36 PM
тАО03-26-2007 08:36 PM
booting bootable iso-images on a usb-disk
wouldn't it be neat if one could install a bootloader in the MBR of a usb-disk, that is capable of booting a complete iso-image residing on the same disk ? I think it would.
Then I could have DSL, Knoppix, slax, RHEL install-CD's and you name it all in on 2.5 inch disk, and boot them as needed.
I have installed grub in the MBR of the disk without any problem, but have not been able to boot any iso image from there.
There is supposed to be a chinese DOS-versjon of grub that supports to remap a iso image to a hd and then chainload , but id like to have a linux version in english.
Any hints on how to achive this is very much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2007 09:23 PM
тАО03-26-2007 09:23 PM
Re: booting bootable iso-images on a usb-disk
The currently supported procedures for creating a bootable usb device from RH Linux destorys what is previously onthe device. Therefore to support this on a usb device you will need a usb device for each release.
As far as putting them all on one portable 2.5 inch disk, the current release of RH grub supports this. The last Linux you install will install the grub bootloader that you will use from then on.
Try partitioning the disk with fdisk prior to starting any install.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2007 12:27 PM
тАО03-27-2007 12:27 PM
Re: booting bootable iso-images on a usb-disk
http://syslinux.zytor.com/
This is especially usefull if you want to be able to install multiple OS' from the same media..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2007 10:48 PM
тАО03-27-2007 10:48 PM
Re: booting bootable iso-images on a usb-disk
you wouldn't happen to know if/how to make isolinux do this ?
I know how to use isolinux to make a usb-stick bootable. The question her is to boot an iso-imag residing on a usbstick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 11:37 AM
тАО03-28-2007 11:37 AM
Re: booting bootable iso-images on a usb-disk
I've had no experience trying to do this, but I'd assume loop-mounting and a pivot_root should be able to achieve this.
I've got no usb sticks here to experiment with I'm afraid.