Re: how does network install figure out 64-bit from 32-bit?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2007-08-14 at 09:30 -0700, Globe Trotter wrote:
> So, i decided to force the issue by teling the BIOS to boot from the USB HDD and nothing else. But I get the following:
> 
> Cannot boot from any device
> 
> Current boot order and device status 
> 
> 1: USB HDD: Model SanDisk Cruzer Micro -> No valid operating system.
> 
> Attached is what file diskboot.img provides. What is going wrong here?

How did you put the diskboot.img on the FLASH?  Via DOS, Windows or
Linux?

Under DOS or Windows, you need a utility called "rawrite".  Assuming the
FLASH is drive E: and the CD/DVD is drive D:, you'd use:

	rawrite d:\images\diskboot.img e:

If you're using Linux, first see if the FLASH drive got mounted.  If it
did, take note of what device it is and unmount any filesystem on it. 
You will be writing the diskboot image to the raw device, NOT to any
partition on it.  This is the most common problem people have with
this.

Assuming the FLASH is /dev/sdb and the ISO is mounted at /media/cdrom,
then:

	dd if=/media/cdrom/images/diskboot.img of=/dev/sdb bs=512

Note the "of=/dev/sdb".  You MUST write to the raw device (/dev/sdb),
NOT to the first partition (/dev/sdb1).

----------------------------------------------------------------------
- Rick Stevens, Principal Engineer             rstevens@xxxxxxxxxxxx -
- CDN Systems, Internap, Inc.                http://www.internap.com -
-                                                                    -
-  Any sufficiently advanced technology is indistinguishable from a  -
-                              rigged demo.                          -
----------------------------------------------------------------------

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux