Re: acer one





--- On Mon, 7/27/09, roland <roland@xxxxxx> wrote:

http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Ability_to_boot_from_USB_media

But I always got the notice to make the stick bootable (the
last one was 8GB)

Does this mean
- the sticks are no good?
- I'm doing something wrong?
- what kind of stick is ok?


Hi;
Become root, then do an "fdisk -l"
Insert the stick, wait a couple of seconds and repeat "fdisk -l"

You should see your USB stick:

[mick@localhost ~]$ su -
Password:
[root@localhost ~]# fdisk -l

Disk /dev/sdc: 2003 MB, 2003828736 bytes
43 heads, 42 sectors/track, 2167 cylinders
Units = cylinders of 1806 * 512 = 924672 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdc1 1 2168 1956800 b W95 FAT32



Now that you know which disk it is do: "fdisk /dev/sdc" NOT sdc1, then "p" to see what is there:
[root@localhost ~]# fdisk /dev/sdc

The number of cylinders for this disk is set to 2167.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/sdc: 2003 MB, 2003828736 bytes
43 heads, 42 sectors/track, 2167 cylinders
Units = cylinders of 1806 * 512 = 924672 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdc1 1 2168 1956800 b W95 FAT32

Command (m for help):




Now make it bootable with the "a" flag, and "p" to make sure it worked:
Command (m for help): a
Partition number (1-4): 1

Command (m for help): p

Disk /dev/sdc: 2003 MB, 2003828736 bytes
43 heads, 42 sectors/track, 2167 cylinders
Units = cylinders of 1806 * 512 = 924672 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 2168 1956800 b W95 FAT32

Command (m for help):
Do you see the star/asterisk under boot?



Now write it out to save it with "w" which will also exit fdisk:
Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
[root@localhost ~]#




Now unplug it, wait a bit and plug it in.
Do another "fdisk -l"

Disk /dev/sdc: 2003 MB, 2003828736 bytes
43 heads, 42 sectors/track, 2167 cylinders
Units = cylinders of 1806 * 512 = 924672 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 2168 1956800 b W95 FAT32
[root@localhost ~]#

There you go.

Mick M.







--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines



Relevant Pages

  • Re: Physical Disk Size
    ... You need root permissions for fdisk command ... The fdisk -l does not come back with anything, ... The dmesg does not give me the disk size in the output either. ... This transmission is confidential and must not be used or disclosed by ...
    (RedHat)
  • Re: dual booting (installed ubuntu then windows 2003 serv)
    ... The number of cylinders for this disk is set to 14593. ... (e.g., DOS FDISK, OS/2 FDISK) ... hda2 that there's reference to /dev/hda1 in grub menu.lst, ...
    (comp.os.linux.misc)
  • problems partitioning a 2.2TB Xraid on RHEL 4.
    ... will allow me to create a primary partition the uses all the cylinders. ... When the size goes above 2TB, fdisk will only allow me about 10% of the ... Command: p ...
    (comp.os.linux.misc)
  • problems partitioning a 2.2TB Xraid on RHEL 4.
    ... will allow me to create a primary partition the uses all the cylinders. ... When the size goes above 2TB, fdisk will only allow me about 10% of the ... Command: p ...
    (comp.os.linux.hardware)
  • Re: Physical Disk Size
    ... The fdisk -l does not come back with anything, ... The *fdisk -l* does not run at all and just says command ... The dmesg does not give me the disk size in the output either. ... This transmission is confidential and must not be used or disclosed by ...
    (RedHat)