WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mount via loadlin  (Read 6594 times)

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
mount via loadlin
« on: June 08, 2009, 09:08:38 AM »
Hello,

I have an old laptop here and I want to install a light and fast linux. I've tried tinycorelinux in vmware and I really liked it, so now I want to install it on my laptop.

Because my laptop doesn't have a cd drive or floppy and cannot mount from usb I've to try it with loadlin.

But when I enter:
Code: [Select]
loadlin.exe bzimage initrd=tinycore.gzit just gives me a blank screen..

How can I start tinycore linux?

edit: I've also tried linld, but also this gives me a black screen...
« Last Edit: June 08, 2009, 11:46:07 AM by gerits »

Offline gwalther

  • Full Member
  • ***
  • Posts: 139
Re: mount via loadlin
« Reply #1 on: June 08, 2009, 01:19:41 PM »
I have used linld with tc 1.4 on my old win98 laptop successfully.
I boot directly into dos to use linld....don't think it will work if you drop down from windows to command prompt or use option to  restart with command prompt

Offline alex

  • Newbie
  • *
  • Posts: 40
Re: mount via loadlin
« Reply #2 on: June 08, 2009, 01:57:01 PM »
see
http://forum.tinycorelinux.net/index.php?topic=354.0

example

Quote
linld image=c:\bzimage initrd=c:\tinycore.gz "cl=quiet vga=788 waitusb=5"

regards,
alex

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #3 on: June 08, 2009, 02:25:51 PM »
Even this doesn't work.. I've tried 1.4 and 2.0
still getting the black screen...

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: mount via loadlin
« Reply #4 on: June 08, 2009, 02:44:57 PM »
Some older notebooks require the framebuffer extension.
See: http://www.tinycorelinux.com/faq.html#framebuffer
10+ Years Contributing to Linux Open Source Projects.

Offline gwalther

  • Full Member
  • ***
  • Posts: 139
Re: mount via loadlin
« Reply #5 on: June 08, 2009, 03:09:35 PM »
You need to use as clean as possible dos boot

Saw this comment on another site re: loadlin

"You cannot use HIMEM.SYS (linux won't mount root on /dev/ram)"

http://damnsmalllinux.org/wiki/index.php/Loadlin_Install


Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #6 on: June 08, 2009, 03:25:37 PM »
What do you mean with himem.sys?

Offline gwalther

  • Full Member
  • ***
  • Posts: 139
Re: mount via loadlin
« Reply #7 on: June 08, 2009, 03:56:55 PM »
It's been a long time since dos days, but as I remember it, it  is a memory manager that is sometimes
either in config.sys or autoexec.bat.

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #8 on: June 08, 2009, 04:27:31 PM »
I've found the himem.sys in the config.sys file and commented it, but it still gives a black screen no matter what I do...

When I use the linld I get some errors saying hard disk read error, could this be a cause?

I really want this to work, this is the fastest and still nice looking and great working linux distribution I've seen so far...

Offline gwalther

  • Full Member
  • ***
  • Posts: 139
Re: mount via loadlin
« Reply #9 on: June 08, 2009, 05:13:45 PM »
Her's how I got mine working;
1.  made a  dir named tiny
2. put linld097.com....bzImage...and tinycore.gz....in it
3.shutdown...reboot to safemode command prompt (press F8 during boot proces)
4.cd tiny...then...
linld097 image=bzImage initrd=tinycore.gz cl=xsetup

...that's it...took awhile...lots of output..then it asked for video mode...mouse type...and it opened a desktop.

note...I could not get version 2 to work only 1.4...I got kernel panic with v2

good luck
« Last Edit: June 10, 2009, 10:41:21 AM by gwalther »

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #10 on: June 09, 2009, 05:13:00 AM »
tried this one to, but also didn't work...

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: mount via loadlin
« Reply #11 on: June 09, 2009, 09:11:27 PM »
TC v2 works fine with linld.com v0.97
I am currently setting up and old sony laptop for a friend using linld.

I would suggest to try not starting X.
Depending on where you have the two files copied...
linld image=c:\bzimage initrd=c:\tinycore.gz "cl=quiet text"

See if you can boot to a text prompt.

BTW  loadlin.exe is not linld.com
10+ Years Contributing to Linux Open Source Projects.

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #12 on: June 10, 2009, 02:05:10 AM »
Because none of this was working I'm going to try something new... I'm going to install TC in vmware and then copy it to my hard disk... If I'm correct this should work...

Offline gerits

  • Newbie
  • *
  • Posts: 19
    • http://gerits-r.be
Re: mount via loadlin
« Reply #13 on: June 13, 2009, 04:30:49 AM »
With help from this topic I cot it up and running:
http://forum.tinycorelinux.net/index.php?topic=1923.0