Displaying 20 results from an estimated 10000 matches similar to: "Linux syslinux-3.72 does not update boot block for SD devices"
2017 Mar 19
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 01:01 AM, Thomas Schmitt via Syslinux wrote:
> David Christensen wrote:
>> Is there a way I can build live 32-bit Debian GNU/Linux USB images without
>> isohdpfx.S and syslinux.bin?
>
> You could try
> https://www.debian.org/releases/jessie/i386/ch04s03.html.en#usb-copy-flexible
This is how I prepared an ADATA USB Flash Drive 4 GB:
# cat
2017 Mar 21
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/21/2017 01:41 AM, Thomas Schmitt via Syslinux wrote:
> Hi,
>
> i have uploaded a little gz compressed tarball
>
> http://scdbackup.webframe.org/block_seq.tgz
>
> containing
>
> -rwxr-xr-x thomas/thomas 4552 2017-03-21 09:23 block_seq
> -rw-r--r-- thomas/thomas 315 2017-03-21 09:22 block_seq.c
>
> To be unpacked in a suitable directory by
>
>
2018 Nov 12
3
extlinux troubles....
1. ext4
mke2fs -b 4096 -m 5 -t ext4 -O^uninit_bg -r 1 -v /dev/sdb1
sdparm --command=sync /dev/sdb
2. 150G
3. gdisk /dev/sdb
x
a
2
w
y
sdparm --command=sync /dev/sdb
4. mount /dev/sdb1 /mnt/sdb1
cd /mnt/sdb1
extlinux -i /mnt/sdb1/boot
umount /mnt/sdb1
sync;sync;sync
sdparm --command=sync /dev/sdb
cat gptmbr.bin >/dev/sdb1
sync;sync;sync
sdparm --command=sync /dev/sdb
2007 Jun 14
0
(no subject)
I installed a fresh copy of Debian 4.0 and Xen 3.1.0 SMP PAE from the
binaries. I had a few issues getting fully virtualized guests up and
running, but finally managed to figure everything out. Now I''m having a
problem with paravirtualized guests and hoping that someone can help.
My domU config:
#
# Configuration file for the Xen instance dev.umucaoki.org, created
# by xen-tools
2008 Aug 02
3
crash when mounting
Hi guys,
I was playing on vmware with btrfs on complete disks /dev/sd{b,c,d,e}.
Next I decided to use partitions, so I created /dev/sd{b,c,d,e}1 and
used those, worked fine! Afterward, I mistakenly re-ran an old command
on the full disk ( mount -t btrfs -o subvol=. /dev/sdb /mnt/ ) notice
this is sdb not sdb1, and I got this spectacular kernel freeze. Let me
know if that''s some bug.
2011 Jan 29
2
How to make a bootable USB flash drive manually?
I would like to boot Ubuntu 8.04 i386 from my USB flash drive. I was
guided by this tutorial:
http://syslinux.zytor.com/wiki/index.php/HowTos#How_to_Create_a_Bootable_USB:_For_Linux
I took following steps:
1) made sure that usb_storage.ko kernel module is loaded
root at martin-desktop:~# lsmod | grep -i storage
usb_storage 39585 1
root at martin-desktop:~#
2) inserted USB flash
2007 Oct 06
2
expand physical volume
Hi.
I added a disk to a hardware raid 5 array and now i want to expand the
LVM physical volume. There are now 4 sas 146GB disks in the server.
The virtual disk /dev/sdb from the raid controller has been resized
successfully with the server management software osma.
[root at srv1 ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 438.4 GB, 438489317376 bytes
255 heads, 63 sectors/track, 53309 cylinders
2008 Aug 15
1
Hard disk, format, filesystem
Ok, I give up... I have to ask. This is CentOS 5.
I switched one of my raid1 disks, and I already thought I had succeeded. But
now it seems that something is very wrong with the first partition on the
new disk. Luckily my system is fully bootable with the other disk.
Here's some info. The new disk is sdb.
// I removed all partitions with parted, and created the first one again.
// parted
2018 Dec 05
0
Accidentally nuked my system - any suggestions ?
On 05/12/2018 05:37, Nicolas Kovacs wrote:
> Le 04/12/2018 ? 23:50, Stephen John Smoogen a ?crit?:
>> In the rescue mode, recreate the partition table which was on the sdb
>> by copying over what is on sda
>>
>>
>> sfdisk ?d /dev/sda | sfdisk /dev/sdb
>>
>> This will give the kernel enough to know it has things to do on
>> rebuilding parts.
>
2007 Aug 11
2
[help] Use syslinux but can not boot from USB key
I try two ways to use syslinux for USB key (2GB USB key), and one
approach can boot from machine, another approach can not. Could you
review the following steps and tell me why #2 can not boot? Thanks
very much!
approach #1
steps:
mkfs.vfat -F 16 -n USB /dev/sdb -I (pay attention, it uses "-I" here)
syslinux /dev/sdb (pay attention, it is "sdb", not "sdb1" here)
2008 Jan 14
3
Spot the cyclical relationship
I got the following error, but there''s no "cycle" I commented out
File["/dev/sdb3"] and it works, but of course would choke if I ran it
and the requirement were not met
err: Could not apply complete catalog: Found cycles in the following
relationships: File[/dev/sdb1] => Exec[echo -e "0,290\n,290\n," | sfdisk
/dev/sdb]
Here''s the node:
node
2014 Dec 11
0
CentOS 7 grub.cfg missing on new install
On 12/10/2014 10:13 AM, Jeff Boyce wrote:
> The short story is that got my new install completed with the
> partitioning I wanted and using software raid, but after a reboot I
> ended up with a grub prompt, and do not appear to have a grub.cfg file.
...
> I initially created the sda[1,2] and sdb[1,2] partitions via GParted
> leaving the remaining space unpartitioned.
I'm
2006 Jul 27
0
kernel BUG at fs/bio.c (kernel 2.6.9-34.0.2.EL)
Hi folks,
Backing up a host as noted below im getting over and over again the same issue
on actual kernel, details:
- Backup host has a pci/usb2.0 card, with a 250gb usb 2.0 disk attached,
- Celeron 900 family
- Remote host, local console from boot linux rescue:
# dd if=/dev/hda conv=sync,noerror | ssh -c blowfish root at 192.168.0.6 "dd
of=/media/backup/vol-hda.raw.img"
- Backup
2002 Aug 25
2
2 root disks sdb1,sdc1; if set "root=/dev/sdc1", mtab lies saying sdb1 is root!?
I have 2 SCSI disks each w/a RH 7.3 ext3 root filesystem: /dev/sdb1, and /dev/sdc1.
/dev/sda1 is an old RH4.2 root filesystem. (sdb1 was created as an image of sdc1
using dd.)
I have no problem booting from a SYSLINUX 1.52 floppy with SYSLINUX.CFG
containing "append initrd=initrd.img root=/dev/sdb1".
When I alter SYSLINUX.CFG with:
"append initrd=initrd.img root=/dev/sdc1".
2011 Feb 23
2
LVM problem after adding new (md) PV
Hello,
I have a weird problem after adding new PV do LMV volume group.
It seems the error comes out only during boot time. Please read the story.
I have couple of 1U machines. They all have two, four or more Fujitsu-Siemens
SAS 2,5" disks, which are bounded in Raid1 pairs with Linux mdadm.
First pair of disks has always two arrays (md0, md1). Small md0 is used
for booting and the rest - md1
2023 Mar 01
1
EL9/udev generates wrong device nodes/symlinks with HPE Smart Array controller
Hi,
I see some strange and dangerous things happening on a HPE server with HPE
Smart Array controller where EL9 ends up with wrong device nodes/symlinks
to the attached disks/raid volumes:
(I didn't touch anything here but at 08:09 some symlinks were changed)
/dev/disk/by-id/:
lrwxrwxrwx 1 root root 9 Mar 1 07:57 scsi-0HP_LOGICAL_VOLUME_00000000 ->
../../sdc
lrwxrwxrwx 1 root root 10
2012 Jul 01
2
booting FreeDOS ISO image using syslinux hangs
I would like to boot FreeDOS ISO image from USB memory stick using
syslinux. I have done following:
1) I created a partition to my 2GB memory stick:
root at debian64:~# fdisk -lu /dev/sdb
Disk /dev/sdb: 2013 MB, 2013265920 bytes
62 heads, 62 sectors/track, 1022 cylinders, total 3932160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size
2014 Dec 06
0
CentOS 7 install software Raid on large drives error
On 12/05/2014 01:50 PM, Jeff Boyce wrote:
>
> ----- Original Message ----- From: "Mark Milhollan" <mlm at pixelgate.net>
> To: "Jeff Boyce" <jboyce at meridianenv.com>
> Sent: Thursday, December 04, 2014 7:18 AM
> Subject: Re: [CentOS] CentOS 7 install software Raid on large drives error
>
>
>> On Wed, 3 Dec 2014, Jeff Boyce wrote:
2010 Jun 29
1
centos5.5 text install forcing me to add all disks to LVM volgroup
Graphic installer doesn't like my graphics card, so I am using the text
installer. I have two physical disks in my system.
When I get to the "partitioning type" page, I choose "remove all partitions
on selected drives [etc]" and put an asterisk next to sda, no asterisk next
to sdb. I want to use sdb as a separate partition, no LVM, I figure I can
set it up after
2015 Mar 05
1
Cannot remount drive after lost iSCSI connection
The most recent message is:
[3108269.919256] sd 2:0:1:0: timing out command, waited 1080s
[3108269.919528] sd 2:0:1:0: [sdb] Unhandled error code
[3108269.919535] sd 2:0:1:0: [sdb] Result: hostbyte=DID_OK
driverbyte=DRIVER_OK
[3108269.919540] sd 2:0:1:0: [sdb] CDB: Read(10): 28 00 00 01 21 47 00 00
08 00
[3108269.919586] EXT4-fs error (device sdb1): ext4_find_entry: reading
directory #2 offset 0