| 8 Aug 2023 |
misuzu | Yeah, still won't boot without efi partition on sd card | 17:44:31 |
misuzu | * Yeah, still won't boot without efi partition on an sd card | 17:44:39 |
misuzu | https://github.com/misuzu/nixos-vf2/commit/59c5c7b897feea515e5ed9cbe70a631193afd481 | 17:46:03 |
misuzu | I've also enabled boot from usb | 17:46:19 |
raitobezarius | nice | 17:46:25 |
raitobezarius | do you put the nixos install on the SD or the eMMC? | 17:46:31 |
misuzu | Didn't test though | 17:46:32 |
misuzu | My root partition is on an nvme and efi partition is on an sdcard | 17:47:03 |
misuzu | I've also enabled boot from emmc | 17:47:17 |
misuzu | Don't know if oit works | 17:47:30 |
misuzu | * Don't know if it works | 17:47:32 |
raitobezarius | hm so you did succeed into installing stuff on an nvme? | 17:47:33 |
raitobezarius | in my case, all the time, the nvme ends up falling out of the pcie busd | 17:47:42 |
raitobezarius | * in my case, all the time, the nvme ends up falling out of the pcie bus | 17:47:43 |
raitobezarius | and then I have to reboot to redetect it | 17:47:48 |
misuzu | https://github.com/misuzu/u-boot/commit/355b187cda897494d7a1436b6897999f633a5fc9 | 17:47:49 |
raitobezarius | so I can never finish installing nixos | 17:47:51 |
misuzu | In reply to @raitobezarius:matrix.org hm so you did succeed into installing stuff on an nvme? I've just copied my root partition from the sdcard to the nvme :D | 17:48:43 |
| * raitobezarius taps his forehead | 17:48:50 |
misuzu | efi partition is still on the sd | 17:49:29 |
misuzu | % lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk1 179:0 0 1,8G 0 disk
├─mmcblk1p1 179:1 0 2M 0 part
├─mmcblk1p2 179:2 0 16M 0 part
└─mmcblk1p3 179:3 0 128M 0 part /boot
zram0 252:0 0 3,9G 0 disk [SWAP]
nvme0n1 259:0 0 232,9G 0 disk
├─nvme0n1p1 259:1 0 128M 0 part
└─nvme0n1p2 259:2 0 232,8G 0 part /nix/store
/
| 17:50:21 |
misuzu | This is how it looks | 17:50:27 |
misuzu | Maybe I should try without usb patch | 17:55:19 |
misuzu | * Maybe I should try without the usb patch | 17:55:32 |
misuzu | Nope, still nothing | 18:02:59 |
misuzu | https://github.com/starfive-tech/VisionFive2/issues/72 | 18:48:01 |
misuzu | Fresh images https://github.com/misuzu/nixos-vf2/releases/tag/0.4 | 19:19:50 |
👉@crystallinefire:chat.solarpunk.moe | thanks ! | 19:22:58 |
Alex | In reply to @raitobezarius:matrix.org hm so you did succeed into installing stuff on an nvme? I also just copied mmcblk1 to nvme0n1, but I also had to change the u-boot scripts so that it would try to boot from it (IIRC add nvme to boot_devices). | 19:34:44 |
Alex | In reply to @alex:tunstall.xyz I also just copied mmcblk1 to nvme0n1, but I also had to change the u-boot scripts so that it would try to boot from it (IIRC add nvme to boot_devices). I'm using the vendor-built OpenSBI+u-boot by the way. | 19:36:10 |