I did change /dev/hd* to /dev/sd* and nothing happen here is ls of /dev
root [ ~ ]# ls /dev/* /dev/cdrom /dev/null /dev/tty20 /dev/tty44 /dev/ttyS1 /dev/console /dev/nvram /dev/tty21 /dev/tty45 /dev/ttyS2 /dev/core /dev/port /dev/tty22 /dev/tty46 /dev/ttyS3 /dev/full /dev/psaux /dev/tty23 /dev/tty47 /dev/urandom /dev/fuse /dev/ptmx /dev/tty24 /dev/tty48 /dev/usbdev1.1 /dev/gpmctl /dev/random /dev/tty25 /dev/tty49 /dev/usbdev1.1_ep00 /dev/hda /dev/rtc /dev/tty26 /dev/tty5 /dev/usbdev1.1_ep81 /dev/hda1 /dev/snapshot /dev/tty27 /dev/tty50 /dev/vcs /dev/hda2 /dev/stderr /dev/tty28 /dev/tty51 /dev/vcs1 /dev/hda5 /dev/stdin /dev/tty29 /dev/tty52 /dev/vcs2 /dev/hdc /dev/stdout /dev/tty3 /dev/tty53 /dev/vcs3 /dev/initctl /dev/synth /dev/tty30 /dev/tty54 /dev/vcs4 /dev/kmem /dev/tty /dev/tty31 /dev/tty55 /dev/vcs5 /dev/kmsg /dev/tty0 /dev/tty32 /dev/tty56 /dev/vcs6 /dev/lfs-cd /dev/tty1 /dev/tty33 /dev/tty57 /dev/vcs7 /dev/loop0 /dev/tty10 /dev/tty34 /dev/tty58 /dev/vcsa /dev/loop1 /dev/tty11 /dev/tty35 /dev/tty59 /dev/vcsa1 /dev/loop2 /dev/tty12 /dev/tty36 /dev/tty6 /dev/vcsa2 /dev/loop3 /dev/tty13 /dev/tty37 /dev/tty60 /dev/vcsa3 /dev/loop4 /dev/tty14 /dev/tty38 /dev/tty61 /dev/vcsa4 /dev/loop5 /dev/tty15 /dev/tty39 /dev/tty62 /dev/vcsa5 /dev/loop6 /dev/tty16 /dev/tty4 /dev/tty63 /dev/vcsa6 /dev/loop7 /dev/tty17 /dev/tty40 /dev/tty7 /dev/vcsa7 /dev/mcelog /dev/tty18 /dev/tty41 /dev/tty8 /dev/zero /dev/mem /dev/tty19 /dev/tty42 /dev/tty9 /dev/mouse /dev/tty2 /dev/tty43 /dev/ttyS0 /dev/bus: usb /dev/disk: by-id by-path by-uuid /dev/fd: 0 1 2 3 /dev/input: by-path event0 event1 event2 mice mouse0 /dev/mapper: control lfs-cd /dev/pts: 0 /dev/shm: On Tue, Jul 6, 2010 at 4:49 PM, William Immendorf <[email protected]> wrote: > On Tue, Jul 6, 2010 at 4:32 AM, Face <[email protected]> wrote: >> hello all, >> >> after solving my last problem i went Through the rest of the book >> without any problems. However, when i try to boot to the new system >> nothing happen i only get this >> >> Booting from Hard Disk ... >> >> and it freeze > >From looking at the fstab, it looks like you are using the decerpated > ATA setup. You should not be doing this. Disable the decperated ATA > support and enable SATA and PATA support option, and select whatever > hard drive controller you're using (lspci is your friend here), and > select "Generic ATA Support". Also, modify your fstab from > /dev/hda{1,5} to /dev/sda{1,5}. > > Also, can you please give me an ls of /dev from your host system, and > what host system is it? > > > -- > William Immendorf > The ultimate in free computing. > Messages in plain text, please, no HTML. > GPG key ID: 1697BE98 > If it's not signed, it's not from me. > > -------------- > > "Every nonfree program has a lord, a master -- > and if you use the program, he is your master." Richard Stallman > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > -- Sincerely, -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
