Start a Conversation

Unsolved

H

1 Rookie

 • 

4 Posts

73

May 4th, 2025 07:16

How install os9 on s4048t-on via usb driver

Hi 

My S4048t-on ssd is broken and change it now.

How install  os9 on s4048t-on via usb driver or dd bin to ssd?

BIOS Boot Selector for S4048T
Version 3.27.0.0-3
POST Configuration
CPU Signature 406D8
CPU FamilyID=6, Model=4D, SteppingId=8, Processor=0
Microcode Revision 125
Platform ID: 0x1004182C
PMG_CST_CFG_CTL: 0x40006
BBL_CR_CTL3: 0x7E2801FF
Misc EN: 0x4000840081
Gen PM Con1: 0x203808
Therm Status: 0x8843000F
POST Control=0xEA000303, Status=0xE6009F00
BIOS initializations...
CPGC Memtest ................................

EFI Shell version 2.31 [5.9]
Current running mode 1.1.2
Device mapping table
blk0 :BlockDevice - Alias (null)
PciRoot(0x0)/Pci(0x18,0x0)/Sata(0x0,0x0)
Press ESC in 1 seconds to skip startup.nsh, any other key to continue.
Shell>

Thanks.

3 Apprentice

 • 

852 Posts

May 4th, 2025 11:55

Hi

Hope this helps...

https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=y3jy3

AND/OR

Installing OS9 on Dell S4048T-ON via USB or Disk Image

1. Prepare the OS9 Image

  • Download the correct OS9 firmware for S4048T-ON from Dell’s support site.

2. Boot into ONIE (Open Network Install Environment)

  • Power on the switch and, at the GRUB menu, select ONIE.

3. Install OS9 Using USB Drive

  • Format a USB drive with FAT32.

  • Copy the OS9 .bin installer to the USB.

  • Insert the USB into the switch.

  • In ONIE, use the ONIE install command to point to the USB file, e.g.

    text
onie-nos-install /dev/sdb1/<os9-filename>.bin

(Replace /dev/sdb1 with your USB device path and <os9-filename> with the actual file name.)

4. Alternative: Install via Network

  • You can also use TFTP/FTP to install OS9, e.g.:

text
onie-nos-install tftp://<server-ip>/<os9-filename>.bin

or use FTP as shown in this video guide

  • .

5. Using dd to Write Image Directly (Advanced)

  • If you have a full disk image (.img), you can remove the SSD, connect it to another system, and use dd:

  • text
    dd if=<os9-image>.img of=/dev/sdX bs=4M

    (Replace /dev/sdX with your SSD device.) Reinstall the SSD and boot.

6. First Boot

  • After installation, the switch will reboot into OS9. Complete initial setup via console.

Tip: If ONIE is missing or corrupted, use Dell’s recovery ISO to restore ONIE first

.

1 Rookie

 • 

4 Posts

May 5th, 2025 03:55

Hi

Where can I download Dell's recovery ISO to restore ONIE?

Thanks

1 Rookie

 • 

4 Posts

May 5th, 2025 03:56

@anne_droid

Hi

Where can I download Dell's recovery ISO to restore ONIE?

Thanks

3 Apprentice

 • 

852 Posts

May 5th, 2025 08:59

No Events found!

Top