* [Linux-ia64] Kickstart help?
@ 2002-04-17 22:21 Aaron Burt
2002-04-17 22:54 ` Matt_Domsch
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Burt @ 2002-04-17 22:21 UTC (permalink / raw)
To: linux-ia64
We've had Kickstart working nicely on our ia32 systems, and elilo 3.2
loads ia64 Red Hat 7.1 and 7.2 Kickstart. But KS (via http or ftp) is
failing just after it retrieves netstg1.img with:
Error mounting /dev/loop0 on
/mnt/runtime (Invalid argument).
This shouldn't happen, and I'm
rebooting your system now.
Setting ramdisk_sizeÅ92 doesn't help. Using NFS causes it to die
immediately after it does its DHCP, and just before it would normally show
the "retrieving netstg1.img" message.
Oddly enough, using NFS for a manual Kickstart seems to work.
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [Linux-ia64] Kickstart help?
2002-04-17 22:21 [Linux-ia64] Kickstart help? Aaron Burt
@ 2002-04-17 22:54 ` Matt_Domsch
0 siblings, 0 replies; 2+ messages in thread
From: Matt_Domsch @ 2002-04-17 22:54 UTC (permalink / raw)
To: linux-ia64
> 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-17 22:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17 22:21 [Linux-ia64] Kickstart help? Aaron Burt
2002-04-17 22:54 ` Matt_Domsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox