← prev | next →
mhfirouzjah 2022-08-25 22:05:43
Fuseteam 2022-08-25 22:03:45
you would call a bunch of operating systems one big shark? XD
so you mean them as “A bunch of sardines”?
crownivaxix 2022-08-25 22:13:22
mhfirouzjah 2022-08-25 21:49:30
it maybe because of a kernel update which then did not triggered the update for bootloader
check arch’s wiki for this part.
I found the reason. It seems its a grub update that borked everything.
mhfirouzjah 2022-08-25 22:15:30
crownivaxix 2022-08-25 22:13:22
I found the reason. It seems its a grub update that borked everything.
if the problem appeared in boot time and returned to bios or “no bootable device found”
that is 90% related to bootloader (grub)
smol_mazunki 2022-08-25 22:19:06
mhfirouzjah 2022-08-25 22:15:30
if the problem appeared in boot time and returned to bios or “no bootable device found”
that is 90% related to bootloader (grub)
which partition is /boot on
princegaut 2022-08-25 22:19:23
can I upload whole folder to telegram’s “Saved Messeges” its like free cloud storage lmao
crownivaxix 2022-08-25 22:20:31
mhfirouzjah 2022-08-25 22:15:30
if the problem appeared in boot time and returned to bios or “no bootable device found”
that is 90% related to bootloader (grub)
That’s exactly what happened.
crownivaxix 2022-08-25 22:20:48
smol_mazunki 2022-08-25 22:19:06
which partition is /boot on
Same drive as my home.
smol_mazunki 2022-08-25 22:20:56
princegaut 2022-08-25 22:19:23
can I upload whole folder to telegram’s “Saved Messeges” its like free cloud storage lmao
tar cf you_dir.tar /path/to/dir yes
smol_mazunki 2022-08-25 22:21:17
crownivaxix 2022-08-25 22:20:48
Same drive as my home.
which is…
crownivaxix 2022-08-25 22:21:26
It’s on my only nvme ssd which I put my os on.
smol_mazunki 2022-08-25 22:21:26
fs i mean
smol_mazunki 2022-08-25 22:21:45
/boot needs to be a fat32 partition
crownivaxix 2022-08-25 22:22:00
Oh thats what you meant. I can tell you in a moment.
crownivaxix 2022-08-25 22:22:12
Flashing a thumb drive.
smol_mazunki 2022-08-25 22:22:15
parted /dev/sdx1 print
mhfirouzjah 2022-08-25 22:24:29
crownivaxix 2022-08-25 22:22:12
Flashing a thumb drive.
do you have an archiso available to boot that then use chroot to connect the system?
crownivaxix 2022-08-25 22:24:57
mhfirouzjah 2022-08-25 22:24:29
do you have an archiso available to boot that then use chroot to connect the system?
That’s what I’m making now.
princegaut 2022-08-25 22:25:28
smol_mazunki 2022-08-25 22:20:56
tar cf you_dir.tar /path/to/dir yes
genius. telegram be like:- you werent supposed to do that xD
smol_mazunki 2022-08-25 22:26:50
princegaut 2022-08-25 22:25:28
genius. telegram be like:- you werent supposed to do that xD
eh, i do it all the time
smol_mazunki 2022-08-25 22:27:00
i even put stuff on github xd
princegaut 2022-08-25 22:28:03
you put stuff on github
princegaut 2022-08-25 22:28:05
lel
princegaut 2022-08-25 22:28:14
you are a living legend
crownivaxix 2022-08-25 22:28:29
Ok gimme a sec to fire up this partition manager & I can tell you what boot is set to.
crownivaxix 2022-08-25 22:28:51
It’s fat 32
princegaut 2022-08-25 22:28:56
crownivaxix 2022-08-25 22:28:29
Ok gimme a sec to fire up this partition manager & I can tell you what boot is set to.
just run lsblk duh
princegaut 2022-08-25 22:29:04
or sudo fdisk -l
crownivaxix 2022-08-25 22:30:26
It’s fat 32
princegaut 2022-08-25 22:31:15
smol_mazunki 2022-08-25 22:21:45
/boot needs to be a fat32 partition
why boot needs to be fat32? everyone recommends this. are all other file systems cant boot?
smol_mazunki 2022-08-25 22:31:49
princegaut 2022-08-25 22:31:15
why boot needs to be fat32? everyone recommends this. are all other file systems cant boot?
it’s because of the BIOS specification
smol_mazunki 2022-08-25 22:32:01
BIOSes don’t understand any other filesystem
smol_mazunki 2022-08-25 22:32:31
technically any FAT should do, but in my experience it’s usually only FAT32 which is implemented
smol_mazunki 2022-08-25 22:32:50
also i’ve noticed sometimes it only validades the first partition, which is why i always set /boot to be partition 1
smol_mazunki 2022-08-25 22:33:15
and also adding the ESP flag to the partition to hint where to find it is sometimes necessary
smol_mazunki 2022-08-25 22:33:36
also most BIOSes only accept maximum one boot partition per drive
← prev | next →