Re: PXE Installation
- From: "illoai@xxxxxxxxx" <illoai@xxxxxxxxx>
- Date: Thu, 19 Jan 2006 23:36:08 -0600
On 1/19/06, Karel Miklav <karel.miklav@xxxxxxxx> wrote:
> Hi,
>
> I'm trying to install FreeBSD 6.0 to a sub-notebook without
> floppy or optical unit. First I tried to install FreeBSD to
> a USB memory stick, boot notebook from there and do sysinstall
> on a local drive. It didn't work. I was able to partition
> the drive but couldn't write any data. Sysinstall installed
> everything back to the memory stick no matter what.
>
> Now I'm doing it with PXE,
If you can boot from the usb drive, why not do a bit of a brutish
install:
dd if=/dev/zero of=/dev/ad0 bs=1024k count=10
bsdlabel -Bw ad0 (or whatever your internal disk is)
bsdlabel -e ad0
(edit partition entries here)
newfs -U -O2 /dev/ad0a (and others)
swapon /dev/ad0b
mount /dev/ad0a /mnt
mount /dev/ad0d /mnt/var
(and so on)
pax -r -w -p e -X /* /mnt (might want to man pax)
ditto for subdirs if they're not all on the same device
edit your fstab to reflect changes
and reboot?
Did I miss a bunch of stuff?
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- References:
- PXE Installation
- From: Karel Miklav
- PXE Installation
- Prev by Date: Re: PXE Installation
- Next by Date: Re: Using [Open]LDAP for authentication
- Previous by thread: Re: PXE Installation
- Next by thread: Re: PXE Installation
- Index(es):
Relevant Pages
|