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
>
> What this mean? I have four partitions:
>
> Partition Mount Point Description
> sda1 / Initial OS, CentOS.
> sda2 swap Swap for the initial OS.
> sda3 swap Swap for LFS
> sda4
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
11 matches
Mail list logo