Displaying 20 results from an estimated 48 matches for "bootcd".
Did you mean:
bootc
2016 Mar 26
2
Follow up to adding EFI boot?
...0 ATAPI:1,0,0 blank"
echo "first BLANKS a CD-RW and burns to ATAPI Writer on"
echo "Secondary master."
echo
echo "example: $0 create"
echo "create ISO image only"
exit 1
fi
echo "Creating ramdisk"
dd if=/dev/zero of=bootcd/isolinux/ramdisk bs=1k count=$ramdisk_size
echo "Creating loop device"
losetup /dev/loop0 bootcd/isolinux/ramdisk
echo "Creating ext2 filesystem"
mke2fs -m 0 -b 1024 -N 8000 /dev/loop0
#mke2fs -m 0 -b 4096 -N 4000 /dev/loop0
echo "Mounting loop device in /mnt"
mount...
2006 Jan 28
1
boot bootcd (isolinux) copied on the hard disk
Hi,
I try to boot some bootcd copy on the hard drive.
I read (an try) that it's impossible to boot a cdrom .ISO image . ok
So now I "unzip" the .iso into a folder (not a partition ! Because I
have lot of .iso),
and convert the entry from the isolinux.cfg to a valid grub entry (put
in my menu.lst).
The iso come...
2010 Mar 24
1
mkisofs help?
...ing: http://www.linuxinsight.com/how-to-flash-motherboard-bios-from-linux-no-dos-windows-no-floppy-drive.html
to make a bootable CD to flash my bios
I get to mkisofs step, but what I get is not what I think I want.
I dont understand if I unmount /tmp/floppy how the Mkisofs command of: mkisofs -o bootcd.iso -b FDOEM.144 FDOEM.144 how I get everything in /tmp/floppy
Here is what I did:
wget http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz
gunzip FDOEM.144.gz
mkdir /tmp/floppy
mount -t vfat -o loop FDOEM.144 /tmp/floppy
Copied the flash files to /tmp/floppy
umount /tmp/floppy
mkisofs -o bo...
2012 Jan 06
4
ZFS Upgrade
Dear list,
I''m about to upgrade a zpool from 10 to 29 version, I suppose that
this upgrade will improve several performance issues that are present
on 10, however
inside that pool we have several zfs filesystems all of them are
version 1 my first question is is there a problem with performance or
any other problem if you operate a zpool 29 with zfs filesystems
version 1 ?
Is it better
2018 Jul 21
4
bad text under KDE and C7
...Run it on your system and it will highlight memory problems. It
can be found at www.memtest.org - the precompiled versions are tiny and
will fit on a floppy (or memory stick or CD).
If that doesn't detect anything try running a hardware diagnostic -
there's a load on the UBCD (www.ultimatebootcd.com) or Hiren's BootCD (
www.hiren.info). You might want to download one of those anyway as
they both contain MemTest86+.
None of this needs you to open the case.
P.
2006 Apr 01
2
Still the same!!! (trying to boot a SATA device)
I tried to include SATA support with the default selected packages
(Intel, Promise and Silicon) and the error message is still the same
when I execute the "make kernels" command:
"mv: cannot stat ''include/asm-xen/asm_ofset.h.tmp'': No such file or
directory".
Any other idea???
Excuse me for being tiresome... I''m newby on this issues!!!
Bye!
2002 Jun 04
1
isolinux 1.74, 1.75pre2 - cannot load NT cdrom bootsectors...
Hi,
I've coded loading NT cdrom bootsector into isolinux 1.68 myself
(http://www.nu2.nu/bootcd/#multimemdisk) and I now see you have included it
in isolinux 1.73 and higher. Great!!!
I tried it using isolinux 1.74 and 1.75pre2, but I cannot get it to work.
It says:
--
Loading
Invalid or corrupt kernel image.
--
I use the file extension ".bin" as I see in the isolinux.asm source, t...
2004 Feb 16
1
Memdisk booting XP DOS
Memdisk 2.08 does not appear to be able to boot an XP DOS image (it starts
to boot and then hangs). XP DOS appears to be borrowed from WinME
(v4.90.3000). I was trying to make a multiple boot CD with Bart's method:
http://www.nu2.nu/bootcd/#multimemdisk
but substituting Brads TCP boot disk instead of Barts:
http://members.iinet.net.au/~bdriver/bootdisk/index.htm
Brad uses XPs DOS as it is smaller than 98s (which Memdisk has no trouble
with). For the time being I will convert Brads disk to 98SE DOS but I will
have to loose some...
2007 Nov 08
1
Booting of bcdw from isolinux does not work anymore with 3.52 but works with 3.51
Hi
I am having problems loading bcdw (http://bootcd.narod.ru) from the
isolinux bootloader.
I use this to load the acronis programs.
It worked fine up till version 3.51 but does not work anymore with 3.52.
Here is the code to load the second bootmanager
label l
kernel /bcdw/bcdwboot.bin
Any insights to what might be wrong here?...
2014 Jul 08
3
Possible memdisk issue
From: Ady, Tue, 8 Jul 2014
> [...] every document related to newmkfloppyimg.sh
> specifically recommends adding:
> floppy c=$CYLINDERS s=$SECTORS h=$HEADS
> to the MEMDISK arguments.
Good advice. As it turns out, according to the memdisk output, it is
already correctly determining CHS. Explicitly specifying the values
doesn't seem to have an effect.
> You might also want
2002 Jul 07
2
isolinux bug?
...as the name of my kernel image. This is where I found the bug(?).
Instead of using lfskernel for the name as Thomas outlined in his
instructions, I chose to use "vmlinuz-lfs". I put the kernel in the isolinux
directory with this name and modified the isolinux.cfg as follows:
default bootcd
label bootcd
kernel vmlinuz-lfs
append initrd=initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=16384
Without fail, every time I booted from a CD created in this manner I ended up
with the following error:
Could not find kernel image: vmlinuz-lfs
boot:
After trying a number of things, I...
2002 Jul 27
2
Isolinux doesn't boot
...llowing:
ISOLINUX 1.75 2002-06-14 ...
isolinux: Startinug up, DL = 82
isolinux: Loaded spec packed OK, drive = 82
and that's it. No boot there.
If I chain-load (or however that's called) my Isolinux - CDs with "Smart
Boot" then it works. But I think that using a floppy to load a bootcd which is
(in my case) there to replace my boot floppy collection isn't really nice.
Is there a workaround? (I tried also the i-loader from bootscriptor and
loading the isolinux.bin with bart's diskemu, none of them worked)
MFG Peschm?
--
GMX - Die Kommunikationsplattform im Internet.
ht...
2003 Jan 12
1
Memdisk & tomsrtbt
...a
"fractional end sector" while loading the image. It
continues with the process until I get a "Booting..."
prompt and then freezes.
Here's the whole story:
A while back I acquired version tomsrtbt 2.0.103, to
make a multi-image boot cd as described at:
http://www.nu2.nu/bootcd/#multimemdisk
I was able to create the CD and it works for my
dos-6.22, win95, win98 images, but not toms.
I have done as instructed:
1) download tomsrtbt 2.88 bz
2) unzip it and place it in \isolinux folder
3) create isolinux.cfg as:
# ISOLINUX.CFG
display boot_msg.txt
# Keep your options...
2014 Apr 05
5
HDD Problem....
...ould look for troubleshooting
this issue? I really am not interested in what's on it. I just want to
re-format it and (possibly) use it for storage. I have tried using various
toosl to try and wipe this drive but nothing seems to work...(SystemRescue
CD....D.B.A.N.......PartImage....Hiram's BootCD....) Any help or advice
would be greatly appreciated.
Thanks In Advance
EGO II
2018 Jun 18
2
Memdisk and big floppy images
In other words: I'm suggesting to use WinImage as it also allows easy
injection of new files *and* updating of already existing files.
May I ask which vendor is distributing a DOS FW update that is 20MB? I'd
like to see the files. Sometimes you just need the .bin/.rom and the actual
FW update EXE and it would fit a 5MB FDD image.
On Mon, Jun 18, 2018 at 2:03 PM, R S <rene.shuster at
2018 Jun 18
0
Memdisk and big floppy images
...> May I ask which vendor is distributing a DOS FW update that is 20MB? I'd
> like to see the files. Sometimes you just need the .bin/.rom and the actual
> FW update EXE and it would fit a 5MB FDD image.
The old (super?-)floppy file images from below website might do the trick:
http://bootcd.narod.ru/images_e.htm
(and I'd indeed recommend WinImage in its Pro-version for modifications
like injecting files, as well as reading the Memdisk page in complete
detail to get parameters right for use in Syslinux/Isolinux).
Not sure if bootable images from exotic things like Zipdrives or...
2018 Jul 17
2
bad text under KDE and C7
> > What it actually does is to download Fedora Media Writer which when run
> > downloads the correct image and writes it to a memory stick.
>
> Won't boot for me.
> I keep getting kernel panics and am real tired of the power button.
> I have to boot C6 with acpi=off, but that did not help.
>
> Something about sync, attempt to kill process 1, kernel panic.
>
2018 Jul 21
0
bad text under KDE and C7
...nd it will highlight memory problems. It
> can be found at www.memtest.org - the precompiled versions are tiny and
> will fit on a floppy (or memory stick or CD).
>
> If that doesn't detect anything try running a hardware diagnostic -
> there's a load on the UBCD (www.ultimatebootcd.com) or Hiren's BootCD (
> www.hiren.info). You might want to download one of those anyway as
> they both contain MemTest86+.
>
> None of this needs you to open the case.
That is good.
My suspicion is that this is a repeat of what sent me to Centos from Fedora.
(Yes I know the re...
2002 Nov 27
0
RE: Memdisk - unload
OOPS. Hit the wrong key. Hope you didn't get the
previous message!
I've been using Barts Boot CD method at:
http://www.nu2.nu/bootcd/#multimemdisk
It works great...trouble is, it creates a ramdisk of
it's own. I end up with the following drive
assignments when I boot DOS/Winxx:
a: - memdisk image of boot floppy
c: - hda1
d: - hda2 (etc)
q: - ramdisk created by barts "modboot"
r: - local CD support
I need m...
2002 Dec 05
0
isolinux.cfg on my bootable CD (Win)
Hello all, I am still struggle in my isolinux.cfg
I got from http://www.bootscriptor.org/ that memdisk not support Win ME
boot disk
however, I am using Bart's Multiple boot images (isolinux/memdisk)
method
(http://www.nu2.nu/bootcd/) and I try to incorporate the method
mention in Bootscriptor in Bart's method. I change my isolinux.cfg as
label 5
kernel isolinux.bin winme.img
label 6
kernel winme.img
and my build.mak as
boot:=-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
#...