public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt_Domsch@Dell.com
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] Kickstart help?
Date: Wed, 17 Apr 2002 22:54:23 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590701905480@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590701905479@msgid-missing>

> Also, any tips for making Kickstart do EFI partitions?  I've tried
> "part --size 100 --ondisk sda /boot/efi --type ef" but KS 
> doesn't appear to format it correctly.

If the partition already exists (was created by other tools):
part /boot/efi --ondisk=sda --onpart=sda1 --size\x100 --fstype=vfat
--noformat


Otherwise to create it:
part /boot/efi --size 100  --ondisk sda --type#9 --onprimary 1

--type takes a base-10 integer (so 0xEF would be --type#9).

The partitioning code underlying Anaconda changed significantly between RHL
7.1 and 7.2 (note addition of --fstype in 7.2).  I don't recall all the
changes so you'll have to play with it some.

Also, note that a disk with no partition table already will be made with
GPT.  If it has a DOS partition table, it will stay DOS, and if it has a
GPT, it stays GPT.


Thanks,
Matt

-- 
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001! (IDC Mar 2002)


      reply	other threads:[~2002-04-17 22:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-17 22:21 [Linux-ia64] Kickstart help? Aaron Burt
2002-04-17 22:54 ` Matt_Domsch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590701905480@msgid-missing \
    --to=matt_domsch@dell.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox