search for: bootcode

Displaying 20 results from an estimated 22 matches for "bootcode".

Did you mean: boolcode
2013 Jul 17
1
bce and "Warning: bootcode thinks driver is absent."
Recently under amd64 and 9.1-STABLE I am seeing issues with the bce driver. Message is "Warning: bootcode thinks driver is absent". After this message, the box appears to be wedged. After rebooting, it got the same message during fsck. So we installed 9.2 pre-release using a snapshot iso from 7/13/13. Shortly after boot we got the same message. We are now in the process of installing 9.1 rele...
2013 May 12
2
Reinstalling boot blocks on a ZFS-only system
So, I've long known and it makes sense that when you're booted from a ZFS volume, you can't mess with the boot-loader. And, I know a few months ago I had a set of commands I would use when booted from a CD that would initialize the network and copy the "release/boot" from somewhere else so that I could install bootblocks and boot-loaders from more recent code. Sadly, I
2013 Jul 22
2
ZFS: can't read MOS of pool
...klawisz Machine is VM running under KVM on Proxmox 2.3-13. VM has 8 GB of RAM, 400 GB of local storage with SCSI Controller type: Default (lsi). I'm not sure what I did to make this VM unbootable. I've installed 9.2-PRERELEASE, did source based upgrade to r253470, mergemaster, reinstalled bootcode and rebooted. To this point VM was bootable. Then I did installworld from /usr/src to ezjail's basejail (ezjail-admin update -i), did mergemaster for jails, install some ports - none of this should mess with booting. I rebooted VM and got unbootable system. When I boot from liveCD I can impor...
2012 Aug 04
2
FreeBSD 9.0 - GPT boot problems?
...EFI firmware), that got me all the EFI error messages, but nothing useful. > > Googling didn't help either. > > References: > > 1) https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface > It's not clear from your message, but did you use the gpart bootcode > command to write the protective MBR and the gptboot code as documented > in the gpart(8) man page? > -- > R. Kevin Oberman, Network Engineer > E-mail: kob6558@gmail.com The gpart bootcode command is quite apart from and unrelated to (as far as I can tell) the EFI partition. I thi...
2013 Dec 09
1
10.0-BETA4 (upgraded from 9.2-RELEASE) zpool upgrade -> boot failure
Hi, Is there anything known about ZFS under 10.0-BETA4 when FreeBSD was upgraded from 9.2-RELEASE? I have two servers, with very different hardware (on is with soft raid and the other have not) and after a zpool upgrade, no way to get the server booting. Do I miss something when upgrading? I cannot get the error message for the moment. I reinstalled the raid server under Linux and the other
2012 Mar 24
3
FreeBSD 9.0 - GPT boot problems?
...t the same message. I upgraded the BIOS from version P01-A3 to version P01-A4 (the newest available), still no dice. If I use the usb stick I installed from, I can select the boot device, and actually boot from it, so there doesn't seem to be anything wrong with the SSD. I tried: kg-vm2# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0 bootcode written to ada0 in case there was something wrong with the bootcode, but I still get the message "ERROR: No boot disk has been detected or the disk has failed." gpart shows this: root@kg-vm2# gpart show ada0 => 34 250069613 ada...
2009 Jan 23
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
...; Having said that, llvm-gcc is not yet able to compile the full Linux >> kernel on its own [for example the boot code, due to asm(".code16gcc")], >> but with LLVM 2.4 it was possible to build "arch=UM", and "arch=X86" (by >> using gcc to build the bootcode). I'd like LLVM 2.5 to be able to build >> the kernel, so I'll file bugs for llvm/kernel depending on where the >> problem is. >> > > Could we get LLVM folks on the Cc: and see how difficult it would be to > fix this on the LLVM side? Asm constraints are u...
2005 Jul 29
1
UNDI - Rom-O-Matic -- A bit off topic..
...s. Now to my questions: - How does the UNDI work? - I belive: the PXE boot code in the BIOS configures the NIC to be in "UNDI mode"? - Does a Rom-O-Matic created Boot Floppy also set the NIC in "UNDI mode" as well? (If not, any other option?) The customer belive the BootCode in the Dell BIOS is causing this problem. I am thinking: - If he boot with a Rom-O-Matic created disk instead of using the BIOS boot code, we can verifi if this is a problem with the Boot Code in the Dell BIOS or not. What do you think? Best regards Harald Jens?s MCP, CCNA Nordic Server S...
2020 Jul 21
3
extlinux - Failed to load ldlinux.c32
Hello there I built development version of syslinux from git 6.04-pre3-3-(sometag) and I am trying to boot a slackware-current system with it. I do not use a separated partition for `/boot`. It's just `/dev/sda1` here for `/` and `/boot` is just a folder. I simply use `mbr.bin` against a DOS partition table and the first partition having the bootable flag. With this layout, the only
2018 Jun 18
4
Memdisk and big floppy images
Dear Syslinux folks, For a firmware update I am following the Gentoo Wiki [1] to create a floppy image of 20 MB, so that the vendor update utility fits. Unfortunately, FreeDOS does not load, and it seems to hang loading the FreeDOS kernel. The original FreeDOS image boots. Do you know if that issue is memdisk related? It?s started from GRUB with the commands below. linux16 /boot/memdisk
2008 Oct 23
1
After an update stable doesn't boot
Hi I just did a system update and after I've rebooted it doesn't boot up any more. All I'm getting is a blank screen with a curser blinking at the top left corner of the screen. This system was running 7.0-STABLE Any ideas as to how I can get it back up? Regards Reinhold
2012 Apr 30
1
FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)
I've been deploying FreeBSD 9 without issue on a number of near-identical servers for a client, but have run into an interesting annoyance when I hit the two DB servers. These DB servers have an LSI 3ware 9750-8i (running a 6 disk RAID 10 in a single 3TB virtual volume) which puts them apart from the other two servers in this cluster (which don't show either issue I am about to
2018 Jun 27
0
Memdisk and big floppy images
On 06/18/2018 08:04 PM, Paul Menzel via Syslinux wrote: > image of 20 MB, so that the vendor update utility fits. I used this process to get FreeDOS on a memstick and upgrade firmwares. The bootcode may be syslinux's, but I used `fdisk -c=dos` and `ms-sys` to get it done (http://doc.nethence.com/freedos), fdisk -c=dos /dev/sdb mkfs.fat -F16 /dev/sdb1 ms-sys -w /dev/sdb ms-sys --fat16free /dev/sdb1 pierre-philipp
2004 Jul 25
3
FXS vs. FXO
Hello, I've recently purchased Adit 600 with 3FXS and 1FXO to be connected to my * server via T100P card. This is the output of "status equipment" command in the Adit600: For some reason the FXO card is seen as FXS, why? Is it ok? On the card it is written "FXO". Regards, Shlomi Bachar -------------- next part -------------- An HTML attachment was
2013 Mar 25
2
gptzfsboot: error 4 lba 30
...ddr 1> on usbus2 ugen3.1: <0x1166> at usbus3 uhub3: <0x1166 EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered bce0: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state = 0x00000006) bce1: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state = 0x00000006) ugen0.2: <HP> at usbus0 ukbd0: <Virtual Keyboard> on usbus0 kbd2 at ukbd0 ums0: <Virtual Mouse> on usbus0 ums0: 3 buttons and [XY] coordinates ID=...
2012 Oct 27
2
Network issue - Windows works but CentOS does not
...r: Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet (rev 12) 07:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet (rev 12) NetworkManager is disabled. There is no bonding configured. The network firmware is the latest available from the HP website (bootcode 4.4.1, CLP 1.3.6). The network is supposed to be simple; if I do a: ifconfig eth0 172.12.34.112 netmask 255.255.255.0 I am supposed to be able to: ping 172.12.34.1 However, I get: PING 172.12.34.1 (172.12.34.1) 56(84) bytes of data. From 172.12.34.112 icmp_seq=2 Destination Host Unreachable...
2017 Nov 03
0
HP laptops with CentOS 7?
...ne, and BIOS tells me: remove unapproved hardware, and reboot the machine. Darn Compaq hardcoded into BIOS PCI IDs of "approved" cards you can put into they trash creature. I was mad as hell, especially as it is the same Compaq that used "clean room" approach to re-create IBM PC bootcode (phoenix BIOS it was called later IIRC), and got 50 or more times more than invested in the revenues the very first year they started selling "IBM PC compatible"... Anyway, I decided to keep the beast, there was no 64 bit alternative laptop then, and get strong allergy to Compaq. Also, I...
2017 Jun 22
3
Where's the formal syntax?
I've been using linux:TC from a USBstik in order to not break the M$ capability, as previously always happened. Since TC runs in RAM, it has many extra problems; like reinstalling all the apps and your private settings at each boot. The sample isolinux.cfg which I've been emailed by the oficianado is very unfamiliar and worrying. Where is the official syntax ? -- Without knowing if/how
2017 Nov 03
2
HP laptops with CentOS 7?
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Valeri > Galtsev > Sent: den 2 november 2017 15:21 > To: CentOS mailing list <centos at centos.org> > Subject: Re: [CentOS] HP laptops with CentOS 7? > > > On Thu, November 2, 2017 8:29 am, Sorin Srbu wrote: > > Hello all, > > > > I'm looking into
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi. I experimented a bit with collecting entropy from the time it takes for device_attach() to run (in CPU cycles). It seems that those times have enough variation that we can use it for entropy harvesting. It happens even before root is mounted, so pretty early. On the machine I'm testing it, which has minimal kernel plus NIC driver I see 75 device_attach() calls. I'm being very careful