Re: grub detecting ext2 partition as ISO9660 file system type

2024-08-01 Thread Vijay Kirpalani
rivate Cc to me is unnecessary but would be ok.) > > > Vijay Kirpalani wrote: > > I built a bootable ISO and have appended an ext2 disk partition in it. > > How exactly did you do it ? > VPK>> Here are the commands i used in the 2 step process: *Step1:* grub-mkrescue --mo

grub detecting ext2 partition as ISO9660 file system type

2024-08-01 Thread Vijay Kirpalani
Hi, I built a bootable ISO and have appended an ext2 disk partition in it. I booted the ISO in Virtual Box. During boot, i see grub is detecting the ext2 partition as part of cd drive and as type Iso9660. To elaborate. on the grub command line when i do an ls i get (hd0), (cd), (cd,msdos2), (cd,

Fwd: using xorriso to create a bootable Linux ISO

2024-07-31 Thread Vijay Kirpalani
Hi, I am using xorriso to create a bootable Linux ISO and facing some issues. Please suggest what i might be doing wrong or missing. I am following 2 step process: Step1: grub-mkrescue sudo grub-mkrescue --modules ="part_msdos, part_gpt, gzio, ext2, iso9660" -o final.iso -d img0 im