WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Boot from floppy + USB  (Read 4784 times)

Offline quellen

  • Newbie
  • *
  • Posts: 47
Boot from floppy + USB
« on: May 11, 2014, 01:57:52 PM »
Hello folks,
I want to install "Core Plus" on my old notebook (2001), but his CD reader is broken :-(

Can I install "Core Plus" with a bootable floppy disk + Pendrive USB (or floppy + hard disk)?

Something like that:
Code: [Select]
http://www.damnsmalllinux.org/wiki/boot_floppies.html(In the same notebook I have installed DSL)

I tried with PDLFLOPPY, but doesn't work good: Core Plus starts in text mode, without XWindow.

Thanks.
« Last Edit: May 11, 2014, 02:11:12 PM by quellen »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Boot from floppy + USB
« Reply #1 on: May 11, 2014, 02:48:04 PM »
While you have DSL already installed, you could use it to install CorePlus manually.

Do you have an  /tce/optional  directory?

What is the content of your bootloaders config file?
Download a copy and keep it handy: Core book ;)

Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: Boot from floppy + USB
« Reply #2 on: May 11, 2014, 04:12:17 PM »
While you have DSL already installed, you could use it to install CorePlus manually.

Do you have an  /tce/optional  directory?

no
Code: [Select]
$ ls -A
.bash_profile
.rr_moved
bin
boot
cdrom
dev
etc
floppy
home
lib
lost+found
mnt
none
opt
proc
root
sbin
tmp
usr
var
What is the content of your bootloaders config file?

Code: [Select]
$cat /boot/grub/menu.lst
# This sets the default entry to boot.
# Remember that GRUB counts from 0, so 1 is the second entry.

default 0

# This sets the length of time in seconds that grub will wait for the user to select an OS
# before it boots the default on. I reccommend at least 15 seconds.

timeout 15

# Enter the entry for DSL here. Something like this.

title DSL
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal

title DSL fb800x600
kernel /boot/linux24 root=/dev/hda1 quiet vga=788 noacpi noapm nodma noscsi frugal

title DSL fb1024x768
kernel /boot/linux24 root=/dev/hda1 quiet vga=791 noacpi noapm nodma noscsi frugal

title DSL fb1280x1024
kernel /boot/linux24 root=/dev/hda1 quiet vga=794 noacpi noapm nodma noscsi frugal

#title DSL with toram, mydsl, restore, hostname, and passwords
#kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda5 restore=hda5 host=DSL1 secure

#title DSL with XFree86
#kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda5/xfree restore=hda6 host=DSL1 secure

#title DSL with mydsl, restore, persistentancy, hostname, and passwords
#kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda3 restore=hda3 home=hda3 opt=hda3 host=DSL1 secure

#title DSL Runlevel 2
#kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm noscsi nodma frugal 2 base norestore

#title DSL Check filesystem(s)
#kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm noscsi nodma frugal 2 toram legacy base norestore checkfs

#title Windows
#root (hd0,0)
#chainloader +1
#makeactive
#boot


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Boot from floppy + USB
« Reply #3 on: May 11, 2014, 04:14:02 PM »
Please note that if your grub was installed by DSL, it is too old to boot modern linux kernels. You will need to upgrade your grub first.
The only barriers that can stop you are the ones you create yourself.

Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: Boot from floppy + USB
« Reply #4 on: May 11, 2014, 04:37:35 PM »
How Can I upgrade grub from DSL?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Boot from floppy + USB
« Reply #5 on: May 11, 2014, 04:47:14 PM »
Quote
I tried with PDLFLOPPY, but doesn't work good: Core Plus starts in text mode, without XWindow.

Maybe it helps to add the  waitusb=5  bootcode to your boot floppy's bootloader.

If you're lucky, PLOP Boot Manager will be able to boot from USB if your BIOS is not natively able to.
Download a copy and keep it handy: Core book ;)

Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: Boot from floppy + USB
« Reply #6 on: May 11, 2014, 05:19:42 PM »
i've just tried PLOP, but it doesn't work.

Can I install CorePlus in text mode?

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Boot from floppy + USB
« Reply #7 on: May 11, 2014, 05:47:14 PM »
Plop works good but maybe dependent on the old PC

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Boot from floppy + USB
« Reply #8 on: May 11, 2014, 05:52:09 PM »
Too bad. Plop doesn't work on all systems (old laptops).


Quote
Can I install CorePlus in text mode?
Manually, yes. But I think something is wrong with your USB installation.
How did you get Core on USB pendrive in the first place?

Quote
Do you have an  /tce/optional  directory?
... on your USB pendrive?
Quote
What is the content of your bootloaders config file?
... on your boot floppy?


I'd suggest to install manually from DSL. Then edit your boot loader accordingly.
Just mount the CorePlus.iso and create/copy files to your HDD using this layout:
Code: [Select]
.
|
`---+/tce/
    |-- onboot.lst
    |---+/boot/
    |   |-- vmlinuz
    |   `-- core.gz
    `---+/optional/
        `-- *.tcz
Download a copy and keep it handy: Core book ;)

Offline volkerp

  • Jr. Member
  • **
  • Posts: 63
Re: Boot from floppy + USB
« Reply #9 on: May 11, 2014, 06:00:11 PM »
Quote
I tried with PDLFLOPPY, but doesn't work good: Core Plus starts in text mode, without XWindow.

Quote
Can I install CorePlus in text mode?

?

Did you correctly dd a CorePlus ISO image to a USB pendrive?
If yes, did you try to boot from it?
If yes, what happened than?


Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: Boot from floppy + USB
« Reply #10 on: May 12, 2014, 06:12:01 AM »
SOLVED!
i tried with another penderive and now FLOP works good. ;-)

but works only with X/GUI.
with other windows doesn't work, it doesn't load desktop screen:


maybe my computer is not powerful enough?
CPU: Pentium 3 1GHz
RAM: 120MB
HDD: 10GB
« Last Edit: May 12, 2014, 06:13:36 AM by quellen »

Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: Boot from floppy + USB
« Reply #11 on: May 16, 2014, 04:50:15 AM »
How Can I do the full installation? I see only the frugal installation.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Boot from floppy + USB
« Reply #12 on: May 16, 2014, 05:07:55 AM »
The X on the blank screen usually means a window manager is missing, so add one

tce-ab comes in really handy for this.
 boot to a prompt or simply exit X (Ctrl + Alt + F1) and type tce-ab   Then search for flwm_topside for example and follow the prompts to install it onboot
Then sudo reboot

Frugal install is the most  desired and standard install for TC


Sent from my iPhone using Tapatalk
« Last Edit: May 16, 2014, 05:12:44 AM by coreplayer2 »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Boot from floppy + USB
« Reply #13 on: May 16, 2014, 05:37:10 AM »
I couldn't see any reason to reboot, but rather just 'startx' after loading a wm.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Boot from floppy + USB
« Reply #14 on: May 16, 2014, 06:06:01 AM »
Hi tiny poodle,   I didn't explain  how to exit X, so figured it easier to reboot.  Would have been more desirable to use CTR + Alt + Backspace but  I think there is a recent I discussion on that issue