#1: boot from USB memory
-------------------------+--------------------------------------------------
 Reporter:  jjp3         |       Owner:  parasytic
     Type:  enhancement  |      Status:  assigned 
 Priority:  major        |   Milestone:  4.9      
Component:  bootdisk     |     Version:           
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by parasytic):

 parted (at least, version 2.2; linuxboot uses version 1.6.22) can be used
 to get the disk heads/sectors with the 'units' command:

 $ sudo parted -s /dev/sda unit chs print | grep 'geometry' | cut -d ' ' -f
 4
 19452,255,63.

 That can be further parsed to end up with heads=255, sectors=63.  I'll
 experiment with parted 1.6 at some time.  It would be nice to get parted
 up-to-date (currently version 2.3) but tickets #5 and #6 need to be
 addressed, at the least.

-- 
Ticket URL: <http://sourceforge.net/apps/trac/unattended/ticket/1#comment:5>
Unattended <https://apps.sourceforge.net/trac/unattended/>
This is a system for fully automating the installation of Windows 2000 
Professional and Server, Windows XP, and Windows Server 2003.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to