Go Back   Science Forums > Physical Sciences Forums > Computer Science and Technology
Reply
 
LinkBack Thread Tools
Old 08-11-2009   #31 (permalink)
freeztar's Avatar
M.C. Grillmeister

Moderator
Editor
Basic Subscription
Sponsor

Location:
ATL, GA, USA
Latest blog entry:
 
freeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond repute
 



Not Ranked  0 score     
Re: LFS on vfat usb

Quote:
Originally Posted by Southtown View Post
Funny you should ask that. I figured LFS would teach me how to deal with slack. I installed it but I have trouble with just choosing packages out of a list, as opposed to installing stuff later as I need it.
You have both those options, but I here you...


----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan

"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie
Reply With Quote
Old 08-12-2009   #32 (permalink)
Southtown's Avatar
Bury, then water


 



Not Ranked  0 score     
Re: LFS on vfat usb

Now that you mention it, I do feel pretty stupid saying that. But on the other hand, I'm not (or wasn't) familiar enough with Linux packages to know what I need. Next you're going to tell me that Slack checks for dependencies.

On the LFS front, it does not boot. I suspect my kernel somehow, obviously. But I did include ext* support (no compression yet) and I did include the proper stage1_5 file in grub.
Code:
root (hd1,0)
Filesystem type unknown, partition type 0x7
kernel /boot/lfskernel-2.6.30.4 root=/dev/sdb1 usbdelay=10

Error 17: Cannot mount selected partition


----------------
Reply With Quote
Old 08-13-2009   #33 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: LFS on vfat usb

Seems you are trying to load a windows partition there...

uh ok, firstly your primary drive is hd0, secondary is hd1 so dont confuse

secondly the reason it gives you that is perhaps because when you installed windows, it was in the primary drive (hd0) but now you added another primary drive, so when the windows boot loader looks at partition hd0, 1 or something it probably hits your swap.

one possible solution, in menu.lst file for grub:
Quote:
Originally Posted by ubu forum
title=<insert windows name here e.g. Windows XP>
root (hd1,0) <The partition that your windows install is on>
map (hd1) (hd0) <this remaps the drives so that the windows bootloader does not get confused>
map (hd0) (hd1) <same as above>
makeactive
chainloader +1


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 08-13-2009   #34 (permalink)
Southtown's Avatar
Bury, then water


 



Not Ranked  0 score     
Re: LFS on vfat usb

No, it's ext3 on my usb stick, sdb1. I got stage1, stage2, and e2fs_stage1_5 in grub.
Code:
title LFS 6.5-rc2
root (hd1,0)
kernel /boot/lfskernel-2.6.30.4 root=/dev/sdb1 usbdelay=10
So it's probably the kernel. I'll just comb back through the config when I have more time.


----------------
Reply With Quote
Old 08-13-2009   #35 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: LFS on vfat usb

that is a boot loader error not the kernel... wait are you doing that on vfat?


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 08-13-2009   #36 (permalink)
Southtown's Avatar
Bury, then water


 



Not Ranked  0 score     
Re: LFS on vfat usb

Noooooooo... I'm done with vfat, no symlinks. It's ext3, all one partition at the moment. When I get it working I'll start fiddling with squashfs.


----------------
Reply With Quote
Old 08-13-2009   #37 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: LFS on vfat usb

can you boot to live cd and give me a list of all drives and partitions on your machine (if you have usb, mount it and add usb partitions tot the list)


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 08-13-2009   #38 (permalink)
Southtown's Avatar
Bury, then water


 



Not Ranked  0 score     
Re: LFS on vfat usb

Yes, I have one sata harddrive with three partitions; sda1(win), sda2(reiserfs), and sda3(swap). Then I have the usb with only one partition; sdb1(ext3). Booting from the grub on the usb stick gives the error above while booting from the grub on my harddrive gives kernel messages but then panics cuz it can't mount root device.

Here is my lspci,
Code:
00:00.0 Host bridge: Advanced Micro Devices [AMD] Unknown device 9600
00:01.0 PCI bridge: Advanced Micro Devices [AMD] Unknown device 9602
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] Unknown device 9609
00:11.0 SATA controller: ATI Technologies Inc SB700 SATA Controller [IDE mode]
00:12.0 USB Controller: ATI Technologies Inc SB700 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB700 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc Unknown device 9614
01:05.1 Audio device: ATI Technologies Inc Unknown device 960f
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
03:06.0 Network controller: RaLink RT2561/RT61 802.11g PCI
03:07.0 Communication controller: Agere Systems Venus Modem (V90, 56KFlex)
03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)


----------------

Last edited by Southtown; 08-13-2009 at 12:40 PM..
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 27.27%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 45.45%
5 Votes
I'm too macho to think a guy is sexy - 27.27%
3 Votes
Total Votes: 11
You may not vote on this poll.


All times are GMT -8. The time now is 05:44 PM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network