Re: Boot kernal Panic :(

2010-07-06 Thread Saxon Landers
Methinks you need to change /etc/fstab. I CANNOT believe i forgot that :/ Thanks for pointing it out. i swear i must have edited the contents of fstab 3million times, and not noticed that it was set to the wron partition. anyhow, thanks :D System is up and running, and im off to get

Re: Boot kernal Panic :(

2010-07-05 Thread Saxon Landers
Well, i've got past that problem. how i fixed it: tar'd the entire FS formatted it in windows (dunno why, its just automatic for me) used cfdisk to turn the whole thing into one big bootable partition (dev/sdb1), and formatted it to ext3 mounted it as ext3, rather than 2 untar'd everything back

Re: Boot kernal Panic :(

2010-07-05 Thread Neal Murphy
On Sunday 04 July 2010 22:58:42 Dan McGhee wrote: On 07/04/2010 09:00 PM, Neal Murphy wrote: I still have occasion to point the shotgun in pseudo-random directions and pull the trigger; eventually I hit the broad side of the barn. I have found very few people who still use this tried and

Re: Boot kernal Panic :(

2010-07-05 Thread Hans_3
...but now there's another issue i'm getting another kernal panic, as detailed below: Warning: unable to open initial console. Kernal panic: not syncing: no init found. Try passing the init= option to the kernal. what should i pass? please inform :D I had that too sometime ago. As

Re: Boot kernal Panic :(

2010-07-05 Thread Saxon Landers
Ok, fixed it. Setting the rootdelay to 10 gave me enough time to notice the USB was being mounted as sdb1, not sda1. a quick vim edit of the grub.cfg file fixed that :D kernel seems to be doing fine now, but now INIT is thrown a tantrum (ergh, it's endless with me :/) Here is what is

Re: Boot kernal Panic :(

2010-07-05 Thread Neal Murphy
On Monday 05 July 2010 21:43:48 Saxon Landers wrote: Ok, fixed it. Setting the rootdelay to 10 gave me enough time to notice the USB was being mounted as sdb1, not sda1. a quick vim edit of the grub.cfg file ^^^ Checking file systems...[ OK]

Boot kernal Panic :(

2010-07-04 Thread Saxon Landers
Well, i have finished compiling everything in ch6 no problemo, but ive now run into trouble in ch8. a bit of background: i am compiling on a clean Ubuntu 10.04 LTS x64, running under VirtualBox on Windows 7 x64 i am compiling onto a USB flashdrive, 4gb in size. it is mounted on the ubuntu as

Re: Boot kernal Panic :(

2010-07-04 Thread Andrew Benton
On 04/07/10 08:38, Saxon Landers wrote: i am compiling onto a USB flashdrive, 4gb in size. it is mounted on the ubuntu as /dev/sdb on /mnt/lfs. As advised on the IRC channel, i have NOT partitioned the drive so, instead of (say) /dev/sda1, i am compiling on /dev/sdb (no partition number) Does

Boot kernal panic :(

2010-07-04 Thread Saxon Landers
Does it work if you use a partition? Is there some reason why you can't use a partition? Andy I was advised against doing so on the IRC channel, so as to save space, etc. There is no reason as to why i cannot use a partition, however i am not exactly comfortable at setting up partition

Re: Boot kernal Panic :(

2010-07-04 Thread Dan McGhee
On 07/04/2010 02:38 AM, Saxon Landers wrote: i am compiling onto a USB flashdrive, 4gb in size. it is mounted on the ubuntu as /dev/sdb on /mnt/lfs. As advised on the IRC channel, i have NOT partitioned the drive so, instead of (say) /dev/sda1, i am compiling on /dev/sdb (no partition number)

Re: Boot kernal panic :(

2010-07-04 Thread Andrew Benton
On 04/07/10 12:50, Saxon Landers wrote: I was advised against doing so on the IRC channel, so as to save space, etc. If someone on IRC advised you to stick your finger in a fire, would you do it? There is no reason as to why i cannot use a partition, however i am not exactly comfortable at

Re: Boot kernal Panic :(

2010-07-04 Thread Neal Murphy
On Sunday 04 July 2010 03:38:39 Saxon Landers wrote: ... i am compiling onto a USB flashdrive, 4gb in size. it is mounted on the ubuntu as /dev/sdb on /mnt/lfs. ... Booting the USB works no problem, the GRUB menu comes up with the two options (LFS and LFS recovery), and when one is run, it

Boot kernal Panic :(

2010-07-04 Thread Saxon Landers
I'm making a *swag* on this. I'll bet your 'sdb' is called 'sdb1' or has a uuid given to it by the Ubuntu kernel. Open a terminal in Ubuntu and run `dmesg` (You can pipe to `grep` and search for sdb if you don't want to read the whole thing.) Find where the Ubuntu kernel recognizes and mounts

Re: Boot kernal Panic :(

2010-07-04 Thread Dan McGhee
On 07/04/2010 06:56 PM, Saxon Landers wrote: no, it isnt, i checked. everything is mounted as sdb, without a partition number (i have checked dmesg and df, both give the same answer) What's the same answer? Can you post the results of df? List of all partitions: 0800 321571224 sda driver: sd

Re: Boot kernal Panic :(

2010-07-04 Thread Dan McGhee
On 07/04/2010 09:00 PM, Neal Murphy wrote: I still have occasion to point the shotgun in pseudo-random directions and pull the trigger; eventually I hit the broad side of the barn. I have found very few people who still use this tried and true, highly technical and engineering correct

Re: Boot kernal Panic :(

2010-07-04 Thread Bruce Dubbs
Saxon Landers wrote: I'm making a *swag* on this. I'll bet your 'sdb' is called 'sdb1' or has a uuid given to it by the Ubuntu kernel. I'm not very sure I can help, but the uuid is created by mkfs, when the partition is formatted under whatever distro you are using. List of all