Displaying 7 results from an estimated 7 matches for "seanc".
Did you mean:
sean
2014 Jan 13
2
installing syslinux on a fresh system (SATA)
...am still in the same spot :
1) I have created a partition (ext2 with GParted).
2) Now what ? I was thinking that I should install syslinux (the
bootloader).
All the examples say something like "syslinux --directory
/boot/syslinux/ --install /dev/sdb1"
but this does not make any seance, because the is no /boot on the
system.
I have tried it anyways, but the answer was :
"Invalid media signature (not a FAT filesystem?)"
Thank again
Mau
On Mon, Jan 13, 2014 at 10:44 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> Mau Z <zmau1962 at gmail.com>...
2012 Jul 24
0
HPET broken on Dell 1950's?
...ardware: HPET
kern.timecounter.choice: TSC(-1000) ACPI-fast(900) HPET(950) i8254(0) dummy(-1000000)
dev.hpet.0.%desc: High Precision Event Timer
dev.hpet.0.%driver: hpet
dev.hpet.0.%location: handle=\_SB_.HPET
dev.hpet.0.%pnpinfo: _HID=PNP0103 _UID=0
dev.hpet.0.%parent: acpi0
--
Sean Chittenden
seanc@FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120724/99a54a1f/sig...
2014 Jan 13
0
installing syslinux on a fresh system (SATA)
...t :
> 1) I have created a partition (ext2 with GParted).
> 2) Now what ? I was thinking that I should install syslinux (the
> bootloader).
> All the examples say something like "syslinux --directory /boot/syslinux/ --install /dev/sdb1"
> but this does not make any seance, because the is no /boot on the system.
> I have tried it anyways, but the answer was :
> "Invalid media signature (not a FAT filesystem?)"
You have to mount the freshly created partition, create the installation
directory on it (unless you want to install into its root),...
2014 Jan 12
4
installing syslinux on a fresh system (SATA)
Hi!
It's funny, but I was unable to find an answer to my question.
I am building an embedded system (x86).
I want to install syslinux on a fresh system.
So, I am booting from a USB LINUX CD (Ubuntu 12.04 in this case).
1) I must have an ext2 partition (This is my application).
2) I understand that I must have a FAT partition (to install
syslinux). Correct ?
So, basically I understand that
2014 Jan 13
3
installing syslinux on a fresh system (SATA)
...d a partition (ext2 with GParted).
> > 2) Now what ? I was thinking that I should install syslinux (the
> > bootloader).
> > All the examples say something like "syslinux --directory
> /boot/syslinux/ --install /dev/sdb1"
> > but this does not make any seance, because the is no /boot on the
> system.
> > I have tried it anyways, but the answer was :
> > "Invalid media signature (not a FAT filesystem?)"
>
> You have to mount the freshly created partition, create the installation
> directory on it (unless you wan...
2012 Jul 19
20
Rails' inflections are messy
Yesterday, I opened a GitHub Issue<https://github.com/rails/rails/pull/7071> about
moving Rails inflections to an initializer. The idea wasn''t received well,
understandably, as generating a large initializer with new Rails apps is
pretty unappealing. However, the core members seemed open to the discussion
of alternatives continuing here.
For those of you not in the know,
2003 Apr 23
1
ATA tag queuing broken...
Alright, well it's apparently no surprise to folks that ATA tag queuing
is broken at the moment. Are there any objections to me adding a few
cautious words to ata(4) and tuning(7) that advise _against_ the use
of ata tag queuing given that they're likely the fastest way to reboot
a -STABLE box?
Here's a PR that I tacked a tad bit of info into: