Neither the LiveCD nor full DVD will let me install onto a 2GB USB stick, even though a minimal installation would certainly be less than 2GB. So I installed onto a harddrive and I'm trying to copy it to a USB stick and I'm having some issues. Good on Grub, and initial boot. I did remember to modify fstab.
Things start to slow up quite a bit during systemd starting services, first line of trouble is:
[7.123287] type=1400 audit(1318376822.624.:4): avc: denied {search} for pid=839 comm="irqbalance" name="/" dev=sdb2 ino=2 scontext=system_r:irqbalance_t:s0 tcontex
the rest of the line goes off the screen and that full line repeats 10 times. And then some more stuff starts up, and then:
Starting D-Bus System Message Bus...
[12.224262] systemd[1]: ip6tables.service: main process exited, code=exited, status=1
[12.235411] systemd[1]: Unit ip6tables.service entered failed state.
and more failed states and exits. So I'm thinking either dbus is confused, or selinux is confused, I'm not sure what else needs to be reset or modified when moving a linux install from one disk to another.
---------- Post added at 06:13 PM ---------- Previous post was at 06:02 PM ----------
Helpful to point out that the machine totally hangs, I can't get to another shell or remote ssh or login. Last line is:
[124.580820] systemd-readahead-collect[443]: Failed to open pack file: Permission denied
Anything I do I need to do booted single user.
---------- Post added at 06:26 PM ---------- Previous post was at 06:13 PM ----------
And I did use dracut to rebuild the initramfs.
---------- Post added at 06:49 PM ---------- Previous post was at 06:26 PM ----------
The only log to populate with anything was boot.log - can post if it's useful.