Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2014 Jan 13
2
installing syslinux on a fresh system (SATA)
Thanks
but I 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
2014 Jan 13
3
installing syslinux on a fresh system (SATA)
Hi
I understand you (mostly).
0) How do i "install the MBR code as well and to activate your partition."
1) "mount /dev/sda1 /mnt" -->> successfully completed.
2) "mkdir /mnt/extlinux" -->> successfully completed.
3) "extlinux --install /mnt/extlinux" -->> does not work.
Funny, but it it seems that there is no such thing as
2014 Jan 16
3
installing syslinux on a fresh system (SATA)
Hi!
I have the same situation, but some more information :
1) I have tried to change the last line to "APPEND root=/dev/sda1", it did
not seem to make any difference
2) If I type ENTER at the prompt, syslinux loads the kernel (but with the
same results mentioned above).
So, clearly I have a problem with my extlinux.conf.
Thanks
Mau
On Thu, Jan 16, 2014 at 10:33 AM, Mau Z
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
1
(no subject)
Thanks
Can you help on "the big question" ? which is under the name "installing
syslinux on a fresh system (SATA)"
Mau
On Mon, Jan 13, 2014 at 12:17 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Jan 12, 2014 at 3:33 PM, Mau Z <zmau1962 at gmail.com> wrote:
> > Hi!
> >
> > I was looking to download EXTLINUX in the following page
2014 Jan 15
2
installing syslinux on a fresh system (SATA)
> On Wed, Jan 15, 2014 at 1:54 AM, H. Peter Anvin <hpa at zytor.com> wrote:
>
> > On 01/14/2014 10:34 AM, Mattias Schlenker wrote:
> > > Am 14.01.2014 17:48, schrieb Mau Z:
> > >>
> > >> prompt 1
> > >> DEFAULT linux
> > >> LABEL linux
> > >> SAY Now booting my first extlinux
> > >> KERNEL /bzImage
2014 Jan 14
2
installing syslinux on a fresh system (SATA)
Thanks all,
I did find extlinux in "my syslinux tarball" (I think that I understand
my confusion now - I will explain at the end).
So, now almost everything is fine......
Clearly my extlinux.conf is working (I can see my output on the console
(SAY XXX))
I have a bzImage + rootfs.tar
I tried :
0) mount /dev/sda1 /mnt/MyMountForSda1 -->> success
1) cd /mnt/MyMountForSda1
2014 Mar 19
5
Checking CRC (of bzImage) before loading
Hi,
I am wondering how to implement the following customer's requirement :
The system is a stand alone embedded system with no operator (with Linux).
There is one SSD for the system's usage (and that is where the system loads
from).
The requirement is to have a duplication of the Linux Image, and that
syslinux should calculate CRC of "the first image" (say bzImage_1).
If the
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> On 12/24/2014 12:16 AM, Robert Yang wrote:
>> Hello syslinux,
>>
>> Merry Christmas! These patches will make extlinux work with umounted
>> ext2/3/4 filesystem, for example:
>>
>> $ extlinux -i /dev/sdXN
>> or
>> $ extlinux -i file_block
>>
>> Also it can work with something like:
2014 Jan 13
0
(no subject)
On Sun, Jan 12, 2014 at 3:33 PM, Mau Z <zmau1962 at gmail.com> wrote:
> Hi!
>
> I was looking to download EXTLINUX in the following page :
> http://www.syslinux.org/wiki/index.php/Download
> But I do not see that it can be done.
>
> It is said that "The SYSLINUX download includes PXELINUX, ISOLINUX and
> MEMDISK as well."
> But, there is no word about
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
Hello syslinux,
I'm a newbie to extlinux, and I'm a developer from yocto project
(an embedded linux project).
The device or filesystem must be mounted before we can install the
bootsector to the device if I understand correctly, for example:
$ mount /dev/sdcX /tmp/mnt
$ extlinux -i /tmp/mnt
Usually, the mount command requires the root privilage, we may not
have the root privilage when
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
>
> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> > On 12/24/2014 12:16 AM, Robert Yang wrote:
> >> Hello syslinux,
> >>
> >> Merry Christmas! These patches will make extlinux work with umounted
> >> ext2/3/4 filesystem, for example:
> >>
> >> $ extlinux -i /dev/sdXN
> >> or
> >> $ extlinux -i file_block
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
On 11/20/2014 10:21 PM, Robert Yang wrote:
>
> which can copy files into test.img without mount it, for example:
> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>
> I'd like to make extlinux can work without mount the filesystem (use
> libext2fs), is it possible for extlinux, please ? And is such a patch
> acceptable, please ? (Add a "-d/--device
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 01:43 PM, Ady wrote:
>
>>
>>
>> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
>>> On 12/24/2014 12:16 AM, Robert Yang wrote:
>>>> Hello syslinux,
>>>>
>>>> Merry Christmas! These patches will make extlinux work with umounted
>>>> ext2/3/4 filesystem, for example:
>>>>
>>>> $ extlinux
2020 Apr 16
2
Installing extlinux into a disk image without being root?
Hello,
Is it possible to install extlinux into a disk image, without being
root ?
It seems like extlinux --install absolutely requires the specific block
device in which extlinux should be installed to be mounted. This
prevents from doing an extlinux installation as non-root, which is
annoying for build systems such as Buildroot [1] that build a complete
Linux system from source, without being
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
2014 Jan 14
2
installing syslinux on a fresh system (SATA)
On 01/14/2014 10:34 AM, Mattias Schlenker wrote:
> Am 14.01.2014 17:48, schrieb Mau Z:
>>
>> prompt 1
>> DEFAULT linux
>> LABEL linux
>> SAY Now booting my first extlinux
>> KERNEL /bzImage
>> APPEND ro root=/dev/sda1
>>
>> but I got the same results........
>>
>
> 1. Use "LINUX" instead of "KERNEL" to
2014 Nov 21
2
[RFC] make extlinux work without mount the filesystem
On 11/21/2014 02:33 PM, H. Peter Anvin wrote:
> On 11/20/2014 10:21 PM, Robert Yang wrote:
>>
>> which can copy files into test.img without mount it, for example:
>> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>>
>> I'd like to make extlinux can work without mount the filesystem (use
>> libext2fs), is it possible for extlinux, please ? And is such
2014 Mar 24
2
installing extlinux on a fresh system. Why does it fail ?
Thanks
I let GParted create the file system. It was done on a rescue disk of
Ubuntu 12.04 (GParted 0.11.0)
I think that the problem is in my command line.
Mau
On Mon, Mar 24, 2014 at 4:04 PM, Mattias Schlenker
<ms at mattiasschlenker.de>wrote:
> Am 24.03.2014 14:13, schrieb Mau Z:
>
> Hi All,
>>
>> I am trying to install extlinux on a fresh system.
>>
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/24/2014 12:16 AM, Robert Yang wrote:
> Hello syslinux,
>
> Merry Christmas! These patches will make extlinux work with umounted
> ext2/3/4 filesystem, for example:
>
> $ extlinux -i /dev/sdXN
> or
> $ extlinux -i file_block
>
> Also it can work with something like:
> $ extlinux /dev/sdXN --reset-adv
> or
> $ extlinux file_block --reset-adv
>