On 12/01/2013 06:27 PM, frozen tuesday wrote:
> >> Is it sufficient to sudo before every command in the rest of the book,
> >> or do I need to find a way to log in as the user "root"?
> > >
> > > Thanks.
>
> > You stay root anyway as long as you're in the chroot.
>
> I see the chroot is coming
You want to run these commands as root (by using sudo).
Douglas Reno
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
>> Is it sufficient to sudo before every command in the rest of the book,
>> or do I need to find a way to log in as the user "root"?
> >
> > Thanks.
> You stay root anyway as long as you're in the chroot.
I see the chroot is coming up in 6.4 but before that here are some commands
that need to be
On Fri, Nov 29, 2013 at 10:56 AM, frozen tuesday
wrote:
> Hello all --
>
> Thanks to the help I have received here or elsewhere, I have made it as
> far as section III in the online instructions: "Building the LFS System".
>
> I am using Linux Mint 15 as my host comp
Hello,
On Ubuntu and Mint, I found out that if you run:
sudo passwd root
And set the password, you can run "su - root" and login as root. I do this
as one of the first things when setting up a Ubuntu or Mint system because
I cannot stand sudo.
Hope this helps!
Douglas Reno
--
http://linuxfrom
On 11/29/2013 01:56 PM, frozen tuesday wrote:
> Hello all --
>
> Thanks to the help I have received here or elsewhere, I have made it as
> far as section III in the online instructions: "Building the LFS System".
>
> I am using Linux Mint 15 as my host computer whi
Hello all --
Thanks to the help I have received here or elsewhere, I have made it as far
as section III in the online instructions: "Building the LFS System".
I am using Linux Mint 15 as my host computer which only allows me to "sudo"
before commands. I cannot log in as r
En 14/05/2012 10:10:38, Andrew Benton escribió:
> Yes, in grub.cfg you have root=/dev/sda4 (and the kernel boots, so it's
> happy with /dev/sda) then the bootscripts choke because you
> have /dev/hda in /etc/fstab.
> sed -i 's#/dev/hda#/dev/sda#' /etc/fstab
> Andy
Thanks very much to Andrew and
On Mon, 14 May 2012 14:31:11 +0100
Lázaro Morales wrote:
> En 14/05/2012 08:54:50, Эмиль Кранц escribió:
>
> > Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
> > IDE and SCSI? Typo?
> > Cheerio.
>
> The virtual machine have 1 virtual disk IDE. The '/dev' folder is:
>
>
Your fstab partitions are " /dev/hda4" and " /dev/hda3",
while in your grub - "set root=(hd0,4)" and "root=/dev/sda4"
I mean it should be either SDA or HDA,
SDA for SCSI drives while HDA for IDE drives
Correct drive names uniformly in /etc/fstab and /boot/grub/grub.cfg
depending on your hard drive
En 14/05/2012 09:20:37, Lázaro Morales escribió:
> sysfs /sysfs sysfs nosuid,noexec,nodev 0 0
Sorry, this is the old 'fstab' file, I corrected this error, the mount
point for 'sysfs' is '/sys'.
Regards,
Lázaro
--
http://linuxfromscratch.org/mailman/listinfo/lfs-suppo
En 14/05/2012 08:54:50, Эмиль Кранц escribió:
> Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
> IDE and SCSI? Typo?
> Cheerio.
The virtual machine have 1 virtual disk IDE. The '/dev' folder is:
root:/sources# ls -l /dev | grep sda
lrwxrwxrwx 1 root root
Swap for LFS
> sda4 LFS Ext3 for LFS
>
> As a side note, having a separate swap partition for LFS isn't required,
provided there is already a swap partition available on the host system.
(See 2.2. Creating a New Partition for details):
The swap
Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
IDE and SCSI? Typo?
Cheerio.
On 14 May 2012 15:37, Lázaro Morales wrote:
> En 11/05/2012 15:58:14, Bruce Dubbs escribió:
>
> > Lázaro Morales wrote:
> >> Hello,
> >>
> >> After complete the LFS book, when I restart the compu
En 11/05/2012 15:58:14, Bruce Dubbs escribió:
> Lázaro Morales wrote:
>> Hello,
>>
>> After complete the LFS book, when I restart the computer I get a few
>> errors messages and the computer stuck after this:
>>
>> /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file
>> or
>>
On Fri, May 11, 2012 at 03:30:01PM -0400, Lázaro Morales wrote:
> Hello,
>
> After complete the LFS book, when I restart the computer I get a few
> errors messages and the computer stuck after this:
>
> /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or
> directory
>
Lázaro Morales wrote:
> Hello,
>
> After complete the LFS book, when I restart the computer I get a few
> errors messages and the computer stuck after this:
>
> /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or
> directory
> /etc/rc.d/init.d/rc: line 217: /var/log
Hello,
After complete the LFS book, when I restart the computer I get a few
errors messages and the computer stuck after this:
/lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or
directory
/etc/rc.d/init.d/rc: line 217: /var/log/boot.log: Read-only file system
Frederick Muriithi wrote:
> I just finished building my lfs 6.8 system, and registered as a new
> lfs user. Just follow the rules for posting and you'll be surprised
Congratulations!
Mac
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Gove
I just finished building my lfs 6.8 system, and registered as a new
lfs user. Just follow the rules for posting and you'll be surprised
how helpful the people on lfs-support can be. Hang in there; just
don't give up. It's worth the 'pain'
--
Frederick M. Muriithi
--
http://linuxfromscratch.org/m
On Sun, Aug 14, 2011 at 4:31 PM, Bill Cunningham wrote:
> I will continue studying the book, asking questions and watching
> eveyones else's progress. But for now I'm really burned out. I can't even
> get beyond building a C compiler for the system. As someone else mentioned
> rading the book i
I will continue studying the book, asking questions and watching
eveyones else's progress. But for now I'm really burned out. I can't even
get beyond building a C compiler for the system. As someone else mentioned
rading the book in HTML is much easier that reading a pdf.
Bill
--
http://l
On Sun, 2011-08-14 at 13:20 +0200, Philippe Delavalade wrote:
> Le samedi 13 août à 18:44, William Immendorf a écrit :
> > Please make
> > sure you read this:
> >
> > http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt
>
> Hi.
>
> I had a look to this document ; in the
Le samedi 13 août à 18:44, William Immendorf a écrit :
> Please make
> sure you read this:
>
> http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt
Hi.
I had a look to this document ; in the beginning, it is said to read the
html version (better maintained) at :
http:/
On Sat, Aug 13, 2011 at 7:20 AM, Bill Cunningham wrote:
> I pretty much have given up on building lfs. But I will lurk the list
> and chat with others
> Bill
Look, LFS is hard the first few times. But if you keep trying, asking
the list while being clear, you can do better at the book. Please mak
I too would suggest you take a break but not give up. After several attemps
I was able to build lfs on a usb hard drive and I am also getting ready to
build lfs on my Dell XPS laptop which has two drives and dual boot with
gentoo. I would also suggest reading the book and also the suggested reading
Bill Cunningham wrote:
> I pretty much have given up on building lfs. But I will lurk the list
> and chat with others
> Bill
>
Sorry to hear you are giving up. Just so you are aware, I had many
problems the first time (more like 5) I tried to build LFS. Just take
a break and try again in a mon
I pretty much have given up on building lfs. But I will lurk the list
and chat with others
Bill<>--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Le jeudi 31 mars à 10:24, Danny Engelbarts a écrit :
>
> > I first posted to this list as I was wondering about building a lfs box
> > without using a host linux box to compile the files needed to build a lfs
>
> And how exactly do you propose to compile something without an OS? There is
> no
>
> The .mono project was created by the owner of the Gnome project and some of
> their apps must use the .mono runtime in order to use the app, like the
> Banshee application requires the .mono to run and the .mono was at one time
> a project in work with Microsoft's .net so that some apps that is f
On Thu, Mar 31, 2011 at 9:02 AM, Andrew Benton wrote:
>> I first posted to this list as I was wondering about building a lfs box
>> without using a host linux box to compile the files needed to build a lfs
>> box and I do not want to use files with .rpm or .deb files.
>> I just want to get the fi
On Thu, 31 Mar 2011 01:06:23 -0400
Harold Hartley wrote:
> I first posted to this list as I was wondering about building a lfs box
> without using a host linux box to compile the files needed to build a lfs
> box and I do not want to use files with .rpm or .deb files.
> I just want to get the fil
> I first posted to this list as I was wondering about building a lfs box
> without using a host linux box to compile the files needed to build a lfs
And how exactly do you propose to compile something without an OS? There is no
need to install linux on your box, you could start with a live CD bu
Harold Hartley wrote:
> I first posted to this list as I was wondering about building a lfs box
> without using a host linux box to compile the files needed to build a lfs
> box and I do not want to use files with .rpm or .deb files.
> I just want to get the files needed to for the lfs box and be a
>> > the bloat and other crap they stick in the distro's that are out
> there.
> >> >
> >> > There are so much stuff I don't need on my linux box, such as
> .mono/.net
> >> > files and other files unneeded.
> >> >
> &
les unneeded.
>> >
>> > I think when I get my new box built, all this type of work should come
>> back
>> > to me soon enough as it's been almost 10 years since I have done this
>> type
>> > of stuff but it was with unix though.
>> >
>> &g
but it was with unix though.
> >
> > Harold
> >
> >
> > On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton >wrote:
> >
> >> On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley
> >> wrote:
> >> > I would like to build a LFS system, but I
I think when I get my new box built, all this type of work should come
back
> to me soon enough as it's been almost 10 years since I have done this type
> of stuff but it was with unix though.
>
> Harold
>
>
> On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton wrote:
>
>
soon enough as it's been almost 10 years since I have done this type
of stuff but it was with unix though.
Harold
On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton wrote:
> On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley
> wrote:
> > I would like to build a LFS system, but
On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley wrote:
> I would like to build a LFS system, but I don't want to use a .rpm or .deb
> compiled files.
> I just want to build a simple linux box and I looked over the lfs book and
> it talks about .deb or .rpm files or using a linux
I would like to build a LFS system, but I don't want to use a .rpm or .deb
compiled files.
I just want to build a simple linux box and I looked over the lfs book and
it talks about .deb or .rpm files or using a linux system to compile the
files to the operating system they currently run
From: lfs-support-boun...@linuxfromscratch.org
[mailto:lfs-support-boun...@linuxfromscratch.org] On Behalf Of Hugh
Sent: Monday, August 31, 2009 8:47 AM
To: LFS Support List
Subject: Re: Problem In Making The LFS System Bootable
On Mon, Aug 31, 2009 at 5:59 PM, Amir Khezrian wrote:
> Hi every
On Mon, Aug 31, 2009 at 5:59 PM, Amir Khezrian wrote:
> Hi everyone
>
> I have a problem in section 8.4(making the LFS System Bootable, LFS 6.4)
> I have two hard disks. the fisrt one is for host system as master and the
> second one is for LFS as slave.
> things that i did
Hi everyone
I have a problem in section 8.4(making the LFS System Bootable, LFS 6.4)
I have two hard disks. the fisrt one is for host system as master and the
second one is for LFS as slave.
things that i did in section 8.4 was :
- - - - - - - -- - -- -- - -- - -
root :/# grub
grub
Dan Nicholson wrote:
> On Fri, Oct 31, 2008 at 11:32 AM, Wolfgang Messingschlager
> <[EMAIL PROTECTED]> wrote:
>> Dan Nicholson wrote:
>>> On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager
>>> <[EMAIL PROTECTED]> wrote:
meanwhile I did
- make mrproper
- make menuconfig
On Fri, Oct 31, 2008 at 11:32 AM, Wolfgang Messingschlager
<[EMAIL PROTECTED]> wrote:
> Dan Nicholson wrote:
>> On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager
>> <[EMAIL PROTECTED]> wrote:
>>> meanwhile I did
>>>
>>> - make mrproper
>>> - make menuconfig(CONFIG_EXT3_FS=y)
>>> - make
Dan Nicholson wrote:
> On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager
> <[EMAIL PROTECTED]> wrote:
>> meanwhile I did
>>
>> - make mrproper
>> - make menuconfig(CONFIG_EXT3_FS=y)
>> - make
>> - make modules_install
>> - cp -v arch/i386/boot/bzImage /boot/vmlinuz-2.6.26.1
>> - cp -v
On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager
<[EMAIL PROTECTED]> wrote:
>
> meanwhile I did
>
> - make mrproper
> - make menuconfig(CONFIG_EXT3_FS=y)
> - make
> - make modules_install
> - cp -v arch/i386/boot/bzImage /boot/vmlinuz-2.6.26.1
> - cp -v .config /boot/config-2.6.26.1
>
Wolfgang Messingschlager wrote:
> Ken Moffat wrote:
>> On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote:
>>> Wolfgang Messingschlager wrote:
>>>
>>> Hi all,
>>>
>>>
>>> I have meanwhile tried to build a kernel with EXT2 and EXT3 within the
>>> kernel.
>>>
>>> # egrep '(EXT2
Ken Moffat wrote:
> On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote:
>> Wolfgang Messingschlager wrote:
>>
>> Hi all,
>>
>>
>> I have meanwhile tried to build a kernel with EXT2 and EXT3 within the
>> kernel.
>>
>> # egrep '(EXT2|EXT3)' .config
>> CONFIG_EXT2_FS=y
>> CONFI
On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote:
> Wolfgang Messingschlager wrote:
>
> Hi all,
>
>
> I have meanwhile tried to build a kernel with EXT2 and EXT3 within the
> kernel.
>
> # egrep '(EXT2|EXT3)' .config
> CONFIG_EXT2_FS=y
> CONFIG_EXT2_FS_XATTR=y
> CONFIG_
Wolfgang Messingschlager wrote:
> Hi all,
>
>
> before I overwrite my MBR I want to test the new generated kernel on the
> my Debian host system (which uses grub as well).
> The Debian host system has the following EXT3 partitions:
>
> - /dev/hdb20: /
> - /dev/hdb23: /boot
> - /dev/hdb14: /mnt/l
Hi all,
before I overwrite my MBR I want to test the new generated kernel on the
my Debian host system (which uses grub as well).
The Debian host system has the following EXT3 partitions:
- /dev/hdb20: /
- /dev/hdb23: /boot
- /dev/hdb14: /mnt/lfs
...
The new LFS partition is on /dev/hdb14 and /
On Sunday 12 October 2008 19:27:32 Trent Shea wrote:
> bash-3.2# dd if=/dev/sda of=/root/mbr1 bs=512 count=1
> bash-3.2# dd if=/dev/sda of=/root/mbr2 bs=512 count=1
> bash-3.2# diff -s mbr mbr2
> Files mbr and mbr2 are identical
> bash-3.2#
>
> Anyhow, I'm pretty convinced and I like how the page l
Trent Shea wrote:
> On Sunday 12 October 2008 14:11:49 Trent Shea wrote:
>> I wouldn't want to start altering instructions to reflect possible
>> scenarios though.
>
> Well, still... It feels odd that we would be worried about the system
> crashing at this point (ie. the last thing we are doing:)
On Sunday 12 October 2008 14:11:49 Trent Shea wrote:
> I wouldn't want to start altering instructions to reflect possible
> scenarios though.
Well, still... It feels odd that we would be worried about the system
crashing at this point (ie. the last thing we are doing:).
And configuring before in
On Sunday 12 October 2008 14:11:49 Trent Shea wrote:
> It may be more robust if the previous bootloader was grub, and the
> partition layout and setup were similar, but I've never actually
> tried to see if this would work.
Oh, I just re-read you said _after_ the mbr was altered... ignore my
pos
On Sunday 12 October 2008 13:54:54 Wolfgang Messingschlager wrote:
> What is your opinion?
It may be more robust if the previous bootloader was grub, and the
partition layout and setup were similar, but I've never actually tried
to see if this would work.
I wouldn't want to start altering instr
[cc'ing to LFS-Dev]
Wolfgang Messingschlager wrote:
> I suggest before issuing within grub
> setup (hd0)
> the file /boot/grub/menu.lst should be created. This is much safer,
> because it can happen that the system crashes between overwriting the
> MBT and creating /boot/grub/menu.lst.
>
>
Hi all,
I suggest before issuing within grub
setup (hd0)
the file /boot/grub/menu.lst should be created. This is much safer,
because it can happen that the system crashes between overwriting the
MBT and creating /boot/grub/menu.lst.
What is your opinion?
Wolfgang
--
http://linuxfromscra
2008/4/10 Chris Staub <[EMAIL PROTECTED]>:
> Jean-Sebastien wrote:
> > Hi all !
> >
> > I wanna know how I can install (and all of it dependencies) the QEmu and
> > QEmu Launcher.
> >
> > If someone has already installed it, please contact me at :
> >
> > [EMAIL PROTECTED]
> >
> > Regards
Jean-Sebastien wrote:
> Hi all !
>
> I wanna know how I can install (and all of it dependencies) the QEmu and
> QEmu Launcher.
>
> If someone has already installed it, please contact me at :
>
> [EMAIL PROTECTED]
>
> Regards,
>
Good luck to anyone who tries helping this guy. Trust me, you'll
Hi all !
I wanna know how I can install (and all of it dependencies) the QEmu and
QEmu Launcher.
If someone has already installed it, please contact me at :
[EMAIL PROTECTED]
Regards,
--
Jean-Sébastien Provost
---
Conception de site web
Hébergement
Service de courriel
---
1) how can i compress my lfs system as root.ext2???
2) how to view or creat splash.lss???
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
thank you, i will try to do it today
2007/4/5, Wilco Beekhuizen <[EMAIL PROTECTED]>:
> 2007/4/5, Sherzod Rakh <[EMAIL PROTECTED]>:
> > how can i make bootable my lfs system???
> > i want burn my lfs system to disk and make this system bootable from
> > cd (make l
--- Sherzod Rakh <[EMAIL PROTECTED]> wrote:
> how can i make bootable my lfs system???
> i want burn my lfs system to disk and make this
> system bootable from
> cd (make live cd)
> does anybody know how to do it???
> Thanks beforehand
> --
>
This might b
2007/4/5, Sherzod Rakh <[EMAIL PROTECTED]>:
> how can i make bootable my lfs system???
> i want burn my lfs system to disk and make this system bootable from
> cd (make live cd)
> does anybody know how to do it???
> Thanks beforehand
> --
> http://linuxfromscratch.org/m
how can i make bootable my lfs system???
i want burn my lfs system to disk and make this system bootable from
cd (make live cd)
does anybody know how to do it???
Thanks beforehand
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
On 3/23/07, Alan Lord <[EMAIL PROTECTED]> wrote:
> ANIRUDH VIJ wrote:
> > i followed thre instruction in the lfs book 6.2 and my basic lfs system now
> > works well.I want to back it up so that after i mess around and spoil the
> > installation,i can still recover t
ANIRUDH VIJ wrote:
> hi,
> i followed thre instruction in the lfs book 6.2 and my basic lfs system now
> works well.I want to back it up so that after i mess around and spoil the
> installation,i can still recover the system
> i have enough space on other hard disk partitions to com
hi,
i followed thre instruction in the lfs book 6.2 and my basic lfs system now
works well.I want to back it up so that after i mess around and spoil the
installation,i can still recover the system
i have enough space on other hard disk partitions to completely back up the
lfs partition .
is a
Hi to everyone
I have set up a lfs this week and want to go on with parts of the blfs
book. But I did not found any possibility to read blfs on my pure lfs
system. Is there any possibility or perhaps a text only version of blfs?
I have searched the blfs site but I did only found a html and a
On 10/10/06, Nikolai <[EMAIL PROTECTED]> wrote:
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>:
> I have not installed the DHCP client. Is not it possible to connect to
> a network from the LFS system alone without installing packages from
> BLFS?
It is possible to connect to
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>:
I have not installed the DHCP client. Is not it possible to connect to
a network from the LFS system alone without installing packages from
BLFS?
It is possible to connect to a static network, but to connect to a
network with a DHCP server
P.
You can find the DHCPCD or DHClient on the BLFS book.
I have not installed the DHCP client. Is not it possible to connect to
a network from the LFS system alone without installing packages from
BLFS?
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>:
> I have sucessfully completed build
book.
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>:
I have sucessfully completed building a LFS 6.2 system using the
Livecd (as a guest OS inside a Qemu virtual machine instance). The
problem now is that I can't connect to my LAN or even to my host
system from my new LFS system (running unde
I have sucessfully completed building a LFS 6.2 system using the
Livecd (as a guest OS inside a Qemu virtual machine instance). The
problem now is that I can't connect to my LAN or even to my host
system from my new LFS system (running under Qemu). I tried pinging my
host system's ip a
On 8/22/06, Brandon Peirce <[EMAIL PROTECTED]> wrote:
Make oldconfig will regenerate the .config file, but it keeps all the same
settings you had in the old one unless they are incompatible with the actual
version of the kernel sources you are using. It will prompt you only if
there are new opt
Wang, Baojun wrote:
Does LFS 6.2 require kernel 2.6.16? if not, you can copy a config
file(usally /boot/config-2.6.x-xxx) to override the .config file under
linux source tree then rebuild the kernel.
here is the .config file for linux 2.6.15 modify very small from
ubuntu 6.06 LTS:
://dslab.lzu.edu.cn/docs/2006summerschool/team1/teama/Documentation/wangbaojun/config-2.6.15
- Original Message -
From: "Brandon Peirce" <[EMAIL PROTECTED]>
To:
Sent: Sunday, August 20, 2006 6:51 PM
Subject: RE: LFS Version 6.2 - 8.4. Making the LFS System Bootable
> Mag. Leon
y "LFS GRUB":
# This entry added by Leonhard Landrock for a non-linux OS
# on /dev/sdb3
title Linux from Scratch
root (hd1,2)
savedefault
makeactive
chainloader +1
My LFS system:
==
(part of) linux kernel configuration:
--
On Sun, Aug 20, 2006 at 06:00:32PM +0200, Mag. Leonhard Landrock wrote:
>
> I'll took a try to get the most important out of my (Debian) kernel log.
> Maybe
> there is someone who finds anything.
>
[...]
> Aug 20 17:26:51 veneto kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA
> DRIVER, R
Am Sonntag, 20. August 2006 16:40 schrieb S. Anthony Sequeira:
> On Sun, 2006-08-20 at 16:36 +0200, Mag. Leonhard Landrock wrote:
> > Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira:
> > > USB drives are supported by the SCSI drivers. Make sure you have the
> > > relevant SCSI options
On Sun, 2006-08-20 at 16:36 +0200, Mag. Leonhard Landrock wrote:
> Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira:
> > USB drives are supported by the SCSI drivers. Make sure you have the
> > relevant SCSI options compiled into the kernel.
>
> These options are?
This is what I have
S. Anthony Sequeira wrote:
On Sun, 2006-08-20 at 14:40 +0200, Mag. Leonhard Landrock wrote:
> As I said: My boot device for LFS is an external USB hard disk. In
> fact, it is
> a Western Digital WD2500BB in an external USB case.
>
> > If it's a SATA disk, you will find the SATA drivers under SCS
Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira:
> USB drives are supported by the SCSI drivers. Make sure you have the
> relevant SCSI options compiled into the kernel.
These options are?
> S. Anthony Sequeira
Leonhard.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
Am Sonntag, 20. August 2006 14:46 schrieb Ken Moffat:
> On Sun, Aug 20, 2006 at 02:40:08PM +0200, Mag. Leonhard Landrock wrote:
> > As I said: My boot device for LFS is an external USB hard disk. In fact,
> > it is a Western Digital WD2500BB in an external USB case.
>
> I've not been following thi
On Sun, 2006-08-20 at 14:40 +0200, Mag. Leonhard Landrock wrote:
> As I said: My boot device for LFS is an external USB hard disk. In
> fact, it is
> a Western Digital WD2500BB in an external USB case.
>
> > If it's a SATA disk, you will find the SATA drivers under SCSI low
> level
> > drivers in
Am Sonntag, 20. August 2006 14:27 schrieb kriss:
> kriss a écrit :
> > leonhard
> > your root point to the partition #3 of the second disk
> > what is the number of the lfs partition ?
> > /dev/sdb3 ???
>
> i miss myself
> forget my stupid question please
No problem. :-)
> another : why chainload
On Sun, Aug 20, 2006 at 02:40:08PM +0200, Mag. Leonhard Landrock wrote:
>
> As I said: My boot device for LFS is an external USB hard disk. In fact, it
> is
> a Western Digital WD2500BB in an external USB case.
>
I've not been following this whole thread, so apologies if you've
already answere
kriss a écrit :
leonhard
your root point to the partition #3 of the second disk
what is the number of the lfs partition ?
/dev/sdb3 ???
i miss myself
forget my stupid question please
another : why chainloader +1 ?
chainloader is for boot via an other bootloader no ?
--
http://linuxfromscratch.
0,0)
> >Please append a correct "root" boot option
> >Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block
> >(0,0)
> >
> >
> >My LFS system:
> >==
> >
> >(part of) linux kernel configuration:
> >-
Am Sonntag, 20. August 2006 13:58 schrieb kriss:
> leonhard
> your root point to the partition #3 of the second disk
> what is the number of the lfs partition ?
> /dev/sdb3 ???
Exactly. My LFS partition is "/dev/sdb3".
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.li
leonhard
your root point to the partition #3 of the second disk
what is the number of the lfs partition ?
/dev/sdb3 ???
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
t root fs on unknown-block
(0,0)
My LFS system:
==
(part of) linux kernel configuration:
--
Device Drivers ---> USB support --->
[*] USB Mass Storage support
[*] USB Mass Storage verbose debug
I'm not sure the releva
Linux from Scratch
root(hd1,2)
savedefault
makeactive
chainloader +1
My LFS system:
==
(part of) linux kernel configuration:
--
Device Drivers ---> USB support --->
[*] USB Mass Storage support
[*] USB Mass Stor
Chris Staub wrote:
James Henry wrote:
I am running LFS SVN-20060506
my sytem configuration listed bellow, when booting /dev/hda2 kernel
panicks stating that cannot mount rootfs, set root= value, which i
have. am i correct about system still having a problem booting after
a certain block on
James Henry wrote:
I am running LFS SVN-20060506
my sytem configuration listed bellow, when booting /dev/hda2 kernel
panicks stating that cannot mount rootfs, set root= value, which i
have. am i correct about system still having a problem booting after a
certain block on the hd.
should i re
I am running LFS SVN-20060506
my sytem configuration listed bellow, when booting /dev/hda2 kernel
panicks stating that cannot mount rootfs, set root= value, which i
have. am i correct about system still having a problem booting after a
certain block on the hd.
Disk /dev/hda: 80.0 GB, 8002636
Ian Armstrong wrote:
I had a look at the 'install-lfs-from-livecd.txt', and it looks quite useful. I haven't tried it yet, but I am in the middle of building version 6.1, and I will try it tomorrow.
I would suggest that it be kept.
Ian.
Check out my first reply to this topic - it can be
1 - 100 of 121 matches
Mail list logo