惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
博客园 - 叶小钗
A
About on SuperTechFans
Last Week in AI
Last Week in AI
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
博客园 - 司徒正美
博客园 - Franky
博客园 - 【当耐特】
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
J
Java Code Geeks

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
[TUTORIAL] - Hp smart array p420i HBA mode complete guide.
invalid@exam · 2024-02-27 · via Proxmox Support Forum

i take 0 responsibility on any unexpected problem with your systems. do this at your own risk, it works for me, i've done 3 times already. Happy hacking :)

----------------------------+

the pdf attached has some screenshots along with the commands in blue

-----------------------------------------------------
Download the latest version of SystemRescue.

Create a USB bootable from the downloaded iso. On Microsoft Windows, one could use Rufus. Or, the cross-platform free USB flash tool for Microsoft Windows, macOS, and Linux, balenaEtcher.

Insert the sd card inside the DL360 server SD Card Slot. Ensure that SD Card is empty.

Before starting SystemRescue from the USB drive, make sure to delete all the RAID configurations on the controller by pressing F8 at boot time. This is mandatory! And, make sure to make a backup of everything for obvious reasons, otherwise, your data will be wiped!

Once everything has been deleted, this page should now displayed
1709001905932.png

Insert the USB that has the systemrescue

Reboot the server and then do F11 for Boot menu and then 3 One time boot to USB DriveKey

In the system rescue menu, select SystemRescue using default options.

after booting SystemRescue you could type startx in order to start a neat and clean Xfce session.

Format the sd card

open the terminal, and run command:

fsdisk -l

wipefs -a /dev/sdj replace the j with the letter the system assigned to the sd card

open the terminal, and run command: sudo pacman -Syu to update packman

command: Pacman -Sy

command: sudo pacman -S --needed base-devel git wget yajl

command: nano /etc/passwd

change nobody:x:65534:65534:KernelOverflowser:/:/usr/bin/nologin to nobody:x:65534:65534:Kernel Overflow User:/:/bin/bash then save

commands below:

cd /var/tmp

su nobody -c 'git clone https://aur.archlinux.org/ssacli.git'

cd ssacli

su nobody -c 'makepkg -si'

cp -vr pkg/ssacli/opt /

cp -vr pkg/ssacli/usr/share /usr/

cp -vr pkg/ssacli/usr/bin/* /usr/bin/

hash -r

Finally, it’s time to enable the HBA mode (pass-through)

ssacli controller slot=0 modify hbamode=on

you can re-enable hardware RAID and disable HBA mode at any time by starting over from step 1 and only set hbamode=off instead of hbamode=on.

Confirm the HBA mode has been enabled:

ssacli controller slot=0 show | grep -i hba

ssacli controller slot=0 show

We’re done! Poweroff the server:

Remove systemrescue USB

Insert the proxmox bootable USB drive in the server USB Ports

Poweron the server

install proxmox in my case I installed it as ZFS Raid1 but uncheck the flag "automatically reboot successful after installation".

When the installation is done, instead of clicking reboot, hold CTRL+ALT+F3

fsdisk -a my sd card was sdj

gdisk /dev/sdj

1709001935174.png

lsblk command show a new partition name sdj1 and sdj2

Now mount rpool to /mnt with zpool import rpool -R /mnt

  • mount -t proc proc /mnt/proc
  • mount -t sysfs sys /mnt/sys
  • mount -o bind /dev /mnt/dev
  • mount -o bind /run /mnt/run

chroot /mnt

if encounter error about “

contains a file systems vfat

” when running boot tool command ,try command: fdisk /dev/sdj then take the GPT option, then type quit to exit. Then below again

proxmox-boot-tool format /dev/sdj2 --force and proxmox-boot-tool init /dev/ sdj2

Now check if the UUID of /dev/sdj2 from blkid /dev/sdj2 is inside /etc/kernel/proxmox-boot-uuids, if not try to run proxmox-boot-tool refresh

zpool export rpool, not needed

  • ctrl+alt+f4
  • now click reboot
  • remove proxmox usb installer

credits to :

https://www.babaei.net/blog/disable...hrough-perform-freebsd-root-zfs-installation/

https://forum.proxmox.com/threads/move-boot-partition-zfs-usb.137870/

https://www.reddit.com/r/homelab/comments/ap9usf/proxmoxzfs_installed_on_hp_dl360p/

https://bbs.archlinux.org/viewtopic.php?id=198066

https://unix.stackexchange.com/ques...b-flash-installed-on-two-nvme-d/662861#662861

https://www.linuxquestions.org/ques...not-exist-~-trying-to-mount-a-nas-4175685417/

https://forum.proxmox.com/threads/booting-proxmox-from-internal-sd-card-only-boot-partition.94957/

  • setting HBA mode.pdf

    477.8 KB · Views: 507