Re: FreeBSD on USB drive for a MacBook Pro

2009-06-01 Thread Don Read
On Sat, 30 May 2009 21:36:49 -0400 John Nielsen said:

 I'm looking for advice and/or pointers. I have an Intel-based MacBook Pro 
 and I would like to use a USB thumb drive to be able to boot FreeBSD on 
 it. 

This should get you started:
http://groups.google.com/group/lucky.freebsd.questions/msg/5c759b1c87376b22?pli=1

Regards,
-- 
Don Readdon_r...@att.net
 It's always darkest before the dawn. So if you are going to
 steal the neighbor's newspaper, that's the time to do it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD on USB drive for a MacBook Pro

2009-05-31 Thread Chris Rees
2009/5/31 John Nielsen li...@jnielsen.net:
 I'm looking for advice and/or pointers. I have an Intel-based MacBook Pro
 and I would like to use a USB thumb drive to be able to boot FreeBSD on
 it. Some questions:

 1) Is this even possible? I've read that you _can_ boot Mac OS X from a
 USB hard drive on a new MacBook but I'm not sure if the same goes for
 non-Mac OSen or thumb drives.

Yes. It is possible; as long as you can fit it on. The EFI is quite capable of
handling USB sticks.

 2) What steps should I take to partition the thing? What boot code should
 I use and where should it live? I'm planning to do a manual installation
 in any event.

Use Disk Utility, and use GPT layout, as long as you don't care about booting
then stick on PCs.

 3) If I manage to get 1 and 2 sorted out, will I be able to boot the same
 thumb drive on a regular PC? Will any additional steps be necessary?

See above.

 4) Just to be contrary, I'd also like to use GELI (if possible) for
 everything but /boot. Does needing an extra /boot partition change
 anything?

Doubt it, that shouldn't be a problem. See
http://www.slax.org/forum.php?action=viewparentID=14468

 I'll be doing some experimenting, but if some things are already known
 (not) to work I'd like to start with as much info as possible.

 Thanks,

 JN

Good luck.

Chris



-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in a mailing list?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD on USB drive for a MacBook Pro

2009-05-31 Thread Wojciech Puchar


4) Just to be contrary, I'd also like to use GELI (if possible) for
everything but /boot. Does needing an extra /boot partition change
anything?


Actually you can't create /boot partition, but something else like /b
and link /boot to /b/boot

bootloader subsystem requires that things are in /boot subdirectory on 
bootpartition.


make /boot partition a, encrypted partition as d and add in 
loader.conf

vfs.root.mountfrom=ufs:da0d.eli

if you do this and not forget to add -b in geli init everything will just 
work.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD on USB drive for a MacBook Pro

2009-05-30 Thread John Nielsen
I'm looking for advice and/or pointers. I have an Intel-based MacBook Pro 
and I would like to use a USB thumb drive to be able to boot FreeBSD on 
it. Some questions:

1) Is this even possible? I've read that you _can_ boot Mac OS X from a 
USB hard drive on a new MacBook but I'm not sure if the same goes for 
non-Mac OSen or thumb drives.

2) What steps should I take to partition the thing? What boot code should 
I use and where should it live? I'm planning to do a manual installation 
in any event.

3) If I manage to get 1 and 2 sorted out, will I be able to boot the same 
thumb drive on a regular PC? Will any additional steps be necessary?

4) Just to be contrary, I'd also like to use GELI (if possible) for 
everything but /boot. Does needing an extra /boot partition change 
anything?

I'll be doing some experimenting, but if some things are already known 
(not) to work I'd like to start with as much info as possible.

Thanks,

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org